How do you grayscale a PNG?
Drop your PNG into the tool above and download the result — the conversion happens instantly in your browser. There's no quality setting to fuss with: every colour is mapped to its brightness, so the image keeps all its detail in shades of grey.
How is the grayscale calculated?
Rather than averaging the red, green, and blue channels equally, this tool uses the standard luminance formula (about 30% red, 59% green, 11% blue). That weighting matches how the human eye perceives brightness — green looks lighter than blue at the same value — so the result looks natural instead of muddy or washed out.
Why convert an image to grayscale?
Grayscale is useful for black-and-white printing (which often reproduces colour poorly), for a clean or vintage design look, for reducing visual noise so text or shapes stand out, and as a preprocessing step for tasks like OCR or thresholding. Because the colour information is discarded, a grayscale PNG can also compress a little smaller.
Is this grayscale tool free and private?
Yes. It's completely free with no signup, and the image is processed entirely on your device — nothing is uploaded.
Frequently asked questions
- Does grayscale keep PNG transparency?
- Yes. Only the colour channels are converted; the alpha channel is untouched, so transparent areas stay transparent.
- Can I get the colour back afterwards?
- No. Grayscale discards the original colour information, so keep a copy of the colour version if you might need it later.
- Does it make the file smaller?
- Often slightly, because there's less colour variation to store. For a bigger reduction, run the result through the PNG compressor.
- Do you upload my image?
- No. Everything happens in your browser — your file is never uploaded, stored, or seen by us.