What I am asking is the amt of possible configurations of a 16x16 sprite?
I tried doing the following by myself I just want to know if I'm correct.
I think if I have RGB as color it would be $256 \cdot 256 \cdot 256$ which is $256^3$ or $16777216$. Then to calculate the combinations of something is. The configurations raised to the power of how many there are. So since there are $16 \times 16$ grid or $256$. We get
$16777216^{256}$ or $(256 ^ 3) ^ {16 \times 16}$.
I used this to do it: https://defuse.ca/big-number-calculator.htm
Am I right about this?