1-bit
2 values per channelNative RGB
Screen RGB
Total colors8
Color error
Explore how 1-bit, 2-bit, 4-bit, and 8-bit precision changes the number of available RGB colors and the smoothness of an image.
Every screen color is created using three channels: Red, Green, and Blue. More bits give every channel more possible values.
Choose any color. The four cards will show the closest color each precision level can represent.
Select a bit depth, then change the native R, G, and B values. The slider limits automatically change.
| Precision | Native values per channel | Number of values per channel | Total possible RGB colors |
|---|---|---|---|
| 1-bit | 0–1 | 2 | 8 |
| 2-bit | 0–3 | 4 | 64 |
| 4-bit | 0–15 | 16 | 4,096 |
| 8-bit | 0–255 | 256 | 16,777,216 |