guide

How to Convert an Image to Black and White Free (2026)

By Rui Barreira · Last updated: 18 June 2026

You can convert any image to black and white entirely in your browser using brevio Black & White Converter. The conversion uses the luminance formula directly on pixel data — no upload, no account, no watermark.

How to Convert an Image to Black and White

  1. Open brevio Black & White Converter. No sign-up required.
  2. Drop your image or click to choose a file. Supported formats: JPG, PNG, WebP, GIF. The file is loaded into browser memory only.
  3. Preview the result. The tool shows the original and the greyscale version side by side in real time.
  4. Download the PNG. Click "Download PNG" to save the converted image. The file downloads directly from your browser.

How the luminance formula works

A simple average of red, green, and blue channels (R+G+B)/3 produces a greyscale image, but it does not match how humans perceive brightness. Green contributes more to perceived luminance than red, and red more than blue. The standard luminance formula — 0.299×R + 0.587×G + 0.114×B — weights channels according to the sensitivity of the human eye and produces a perceptually accurate greyscale. This formula is specified in ITU-R BT.601, the standard for digital video colour encoding.

When to use greyscale vs desaturation

Greyscale using luminance and CSS desaturation (filter: grayscale(1)) produce visually similar results, but they are not identical. CSS desaturation converts to HLS (hue, lightness, saturation) and sets saturation to zero, which can produce a slightly different tonal mapping than luminance-based greyscale. For photo printing or archival use, luminance-based greyscale is the standard. For live web UI effects, CSS is sufficient and requires no image export.

Common uses for black and white conversion

  • Photography: Removing colour focuses attention on composition, contrast, and texture.
  • Document scanning: Converting scanned documents to greyscale reduces file size without losing readability.
  • Accessibility: Testing designs in greyscale reveals whether contrast ratios are legible without colour as a cue.
  • Print preparation: Many print workflows require greyscale assets for single-colour (black ink) printing.
  • Machine learning: Many image models expect single-channel greyscale input rather than 3-channel RGB.

Frequently Asked Questions

Does converting to black and white reduce file size?
The file size of a PNG does not automatically decrease when the image is greyscale, because the tool exports a standard RGB PNG with equal R, G, and B channels. To get a smaller file, use an image editor that can save in true 8-bit greyscale mode (one channel instead of three). For web use, WebP or JPEG at moderate quality will produce a much smaller file than PNG regardless of colour mode.
Will I lose image quality?
The conversion itself is lossless — every pixel's luminance is calculated precisely. The output PNG is also lossless. You only lose the colour information, which is intentional. If you download as JPEG (not offered by this tool), there would be additional compression artefacts.
Can I convert animated GIFs?
The browser reads only the first frame of an animated GIF. The output will be a static greyscale PNG of that frame. For animated greyscale GIF conversion, you would need a server-side tool like FFmpeg or ImageMagick.
Is my image uploaded to a server?
No. The conversion runs entirely in your browser using the HTML Canvas API. Open DevTools → Network tab while using the tool and you will see zero upload requests.

Frequently Asked Questions

Does converting to black and white reduce file size?
The file size of a PNG does not automatically decrease when the image is greyscale, because the tool exports a standard RGB PNG with equal R, G, and B channels. For a smaller file, use an image editor that can save in true 8-bit greyscale mode.
Will I lose image quality?
The conversion itself is lossless — every pixel's luminance is calculated precisely. The output PNG is also lossless. You only lose the colour information, which is intentional.
Can I convert animated GIFs?
The browser reads only the first frame of an animated GIF. The output will be a static greyscale PNG of that frame.
Is my image uploaded to a server?
No. The conversion runs entirely in your browser using the HTML Canvas API. Open DevTools → Network tab while using the tool and you will see zero upload requests.
More free toolsSee all 469
Merge PDFsCompress ImageJSON FormatterPassword GeneratorVAT CalculatorQR Code Generator
How to Convert an Image to Black and White Free (2026) | brevio