Grayscale Converter: Turning Color Photos to Black-and-White
Converting a color photo to grayscale is more nuanced than just 'removing color.' Different conversion methods emphasize different tonal ranges, producing very different results. This guide covers the main approaches.
The simplest grayscale conversion averages the red, green, and blue values of each pixel. But human vision isn't linear — we perceive green as brighter than red, and red as brighter than blue. The 'luminance' formula (0.21·R + 0.72·G + 0.07·B) reflects this and produces grayscale closer to how we perceive the image's brightness.
Common grayscale methods
- •Average — (R+G+B)/3. Simplest, but skies and skin tones look flat.
- •Luminance — 0.21R + 0.72G + 0.07B. Photographic standard. Greens dominate, reds darken.
- •Lightness — (max+min)/2. Bright result, often loses detail.
- •Channel selection — use only red, green, or blue channel. Useful for emphasizing specific colors (red channel makes lips/skin tones lighter).
Extended FAQ
Why does the result look different from my phone's 'noir' filter?
Phone filters often add contrast curves and grain on top of the grayscale conversion. Pure grayscale is one step; stylization is another.
Can I get color back from grayscale?
Not the original colors. AI colorization tools can guess plausible colors but won't match the source.
Are my images uploaded?
No — runs entirely in your browser.
