Grayscale Image Converter — Free, Fast & Private
This tool does two related conversions on one page, because searchers use one phrase for both. Grayscale keeps the full range of 256 gray tones: every pixel's colour is replaced by its luminance, the brightness a human eye actually perceives. Pure black and white goes one step further and forces every pixel to exactly black or exactly white by comparing that same luminance against a threshold you control. The first is what most people mean when they say "black and white photo" — a monochrome photograph with smooth tones. The second is what scanners call "bilevel" and what documents, signatures, and line art often genuinely need.
Both modes render a live preview as you switch settings, and the export is computed at the image's native resolution, not the preview's. Transparency is left untouched in either mode, so a logo on a transparent background comes out as a grayscale logo on the same transparent background.
Why luminance, not the average
The naive way to make a pixel gray is to average its channels: (R + G + B) / 3. Plenty of tools do exactly that, and it is why their conversions look subtly wrong — the eye is far more sensitive to green light than to blue, so an average treats a bright green leaf and a bright blue sky as equally bright when they do not look equally bright. This converter uses the Rec. 709 luminance formula instead: 0.2126 R + 0.7152 G + 0.0722 B, the perceptual weighting HD video is built on. Green contributes roughly 72% of perceived brightness, blue only about 7%. In practice that means foliage keeps its lightness instead of going muddy, skin tones hold together, and blue skies darken the way they do in classic monochrome photography rather than washing out to white.
Black and white as a photographic choice
Removing colour is not just a fallback — it is an editorial decision. A black and white conversion strips away colour contrast and leaves only tonal contrast, which is exactly why it flatters portraits (distracting colour casts vanish, faces become about light and shape), street photography, and anything where the composition is stronger than the palette. One honest limitation to know: because this is a straight luminance conversion, two colours of equal perceived brightness — a red and a green that happen to match in luminance — will land on the same gray. Dedicated photo editors offer channel mixing to simulate coloured lens filters and pull such pairs apart; this tool deliberately does the one standard, predictable conversion instead. For most photos the luminance version is precisely what you want, and you always know exactly what it did.
Threshold mode: scans, line art, signatures
Switch to pure black and white and a threshold slider appears, running the full 0–255 range with a default of 128. Every pixel's luminance is compared against it: one side becomes ink-black, the other paper-white, nothing in between. This is the right treatment for scanned documents, whiteboard photos, pencil sketches being prepared for inking, signatures destined for a form, and line art headed to a printer — cases where gray is not information but noise. The slider is where the craft is: nudge it until faint strokes survive as solid black while paper texture, shadows, and show-through from the reverse side drop out to clean white. The live preview makes the right value obvious within a few seconds, and it is usually not 128.
Grayscale printing and file size
Two practical reasons to convert that have nothing to do with aesthetics. First, printing: if a document is going to a mono laser printer or a photocopier anyway, converting images to grayscale first shows you on screen exactly what the printed tones will be — no surprises where a red chart line and a green one become the same gray — and avoids paying colour-ink rates for pages that never needed colour. Second, file size: JPEG stores brightness and colour as separate components, and once an image is genuinely gray its two colour components are flat fields that compress to almost nothing. Most of a JPEG's bytes are luminance, so a grayscale JPEG is meaningfully smaller than its colour original at the same quality, though not dramatically so. Run the export through the JPEG compressor to take the remaining size down properly. For thresholded documents, PNG is the better export — hard black-and-white edges are exactly what PNG compresses best and what JPEG smears.
Private by architecture, one-way by nature
The whole conversion is a per-pixel loop over Canvas API image data, executed in your browser: the photo is decoded on your device, converted on your device, and encoded on your device. Nothing is uploaded, and the tool works with the network disconnected. One caution that applies to every grayscale converter, this one included: the conversion is one-way. Colour information is discarded, not hidden, and no tool can genuinely recover it afterwards — so keep your colour original. If what you actually want reversed is tone rather than colour, that is a different operation: the colour inverter flips values instead of flattening them.
