Convert Image to Grayscale
Transform color photos into black and white with different conversion methods.
Conversion methods compared
| Method | Formula | Best for |
|---|---|---|
| Luminosity | 0.21R + 0.72G + 0.07B | Photos (most natural) |
| Average | (R + G + B) / 3 | Simple conversion |
| Lightness | (max + min) / 2 | Moderate contrast |
| Desaturation | HSL L channel | Even tones |
Frequently Asked Questions
What's the difference between the conversion methods?
Luminosity uses weighted RGB values based on human perception (best for photos). Average takes the mean of R, G, B. Lightness averages min and max RGB. Desaturation uses HSL conversion.
Which method should I use?
For photographs, use Luminosity — it produces the most natural-looking grayscale by accounting for how our eyes perceive color brightness. Average is simpler but can look flat.
Why does Luminosity weight colors differently?
Human eyes are most sensitive to green, then red, then blue. Luminosity uses weights (R: 0.21, G: 0.72, B: 0.07) that match human perception, so green areas appear brighter.
Will converting to grayscale reduce file size?
Not significantly. Grayscale images still store RGB values (equal for R, G, B). For smaller files, use our Image Compressor after converting.
Is my image uploaded?
No. All conversion happens in your browser using pixel manipulation on Canvas. Your images never leave your device.
Related Tools
Need to compress, resize, and convert?
Do it all in one flow with our Image Workflow tool.