Skip to content
1001 Tools
sr
Image tools

Grayscale Image

Convert a photo to black and white, or dial the colour partway out with the intensity slider. Drop an image in, set how much colour to remove, and download the result. Everything runs on your device — the picture is never uploaded — and transparency is preserved.

How it works

The tool applies a grayscale filter as it redraws your image. Instead of naively averaging the red, green and blue channels, the browser uses perceptual weighting — green counts more than blue toward brightness — so the black-and-white result matches how the human eye judges lightness. That keeps skies, skin and foliage looking natural rather than muddy.

The intensity slider blends between the original and fully grayscale: 100% is completely black and white, while 60% leaves a muted, partially-desaturated look that is popular for backgrounds and overlays. The output keeps the source format; PNG and WebP transparency is preserved, and JPGs are flattened onto white.

Practical examples

A clean black-and-white portrait

A colour headshot needs a classic monochrome version for a byline. Set intensity to 100% and download — the tones stay balanced because brightness is weighted perceptually, not flattened.

A muted background image

You want a photo behind white text but the colours are too loud. Drop intensity to around 40–60% for a subtly desaturated backdrop that lets the text read clearly.

Consistent icons

A set of colourful PNG icons should appear neutral in a toolbar. Convert each to full grayscale while keeping the transparent background intact.

Frequently asked questions

How is the black-and-white version calculated?

Colours are converted to shades of gray using perceptual weighting, where green contributes most to brightness and blue least. This matches how your eyes perceive lightness, so the result looks natural instead of the flat, muddy tones a plain channel average produces.

What does the intensity slider do?

It controls how much colour is removed. At 100% the image is fully black and white; lower values blend back some of the original colour, giving a faded or muted look that works well for backgrounds and overlays.

Is grayscale the same as sepia?

No. Grayscale removes colour entirely, leaving neutral grays. Sepia keeps a warm brown tint for a vintage effect. This tool produces true neutral grayscale.

Does converting to grayscale make the file smaller?

Sometimes, because there is less colour information to store, but the format still records three colour channels, so the saving is modest. If you need a smaller file, follow up with the image compressor.

Is transparency kept?

Yes for PNG and WebP — transparent areas stay transparent and only the visible pixels are desaturated. JPGs have no transparency, so any clear areas become white.

Which formats are supported?

JPG, PNG and WebP. The download keeps the same format you uploaded.

Can I get the colour back afterwards?

Not from the downloaded file — once colour is removed and saved it cannot be recovered. Keep your original if you might want the colour version later; the tool never modifies your source file.

Are my images uploaded?

No. Desaturation runs entirely in your browser with the Canvas API. Nothing is sent anywhere and it works offline after the page loads.

Will it work on screenshots and graphics too?

Yes. Any JPG, PNG or WebP works, whether it is a photo, a screenshot or a flat graphic. Flat graphics with few colours simply become their gray equivalents.

Related tools