my @colors = map { join "", map { sprintf "%02x", rand(255) } (0..2) } (0..63);