JA EN

Color Depth

The number of bits representing color per pixel. Higher bit depth enables smoother gradients and wider tonal range.

Color depth (also called bit depth) measures the amount of color information each pixel can store, expressed in bits. Higher bit depth increases the number of discrete color levels available, reducing visible banding in gradients and enabling more precise color reproduction.

In common image formats, total bit depth equals bits per channel multiplied by the number of channels. RGB at 8 bits per channel yields 24-bit color (approximately 16.7 million colors), while 16 bits per channel produces 48-bit color (approximately 281 trillion colors).

Bit depth directly impacts file size: 16-bit images are twice the size of 8-bit equivalents. Web delivery requires only 8 bits, but editing intermediates should maintain 16 bits or higher, converting to 8-bit only at final export.

Related Terms

Related Articles