RGB
1 pixel = 1 byte Since RGB is 3 channels, we have that 1 pixel = 3 channels x 1 byte/channel = 3 bytes
RGB888
Apparently this is a thing, taught to me by Hemal Shah. https://stackoverflow.com/questions/26032660/difference-between-image-formats-rgb888-and-argb8888