Black and White Image Converter - Grayscale Image Online

Convert an image to black and white in your browser using four different grayscale formulas, with brightness, contrast, and an optional sepia tint. Batch supported, no uploads.

What the Black & White Converter Does

This tool decodes your image onto an in-browser canvas and rewrites every pixel, replacing its red, green, and blue values with a single gray value. The interesting part is how that one value gets calculated, because there is no single correct answer and the four options here produce visibly different pictures from the same source. Luminance uses the BT.601 weighting, 0.299 red plus 0.587 green plus 0.114 blue. Green carries more than half the weight because the human eye is far more sensitive to green light than to red or blue, so this formula tracks how bright each color actually looks. BT.709 does the same job with weights tuned for the primaries of modern HDTV and sRGB displays, 0.2126 red, 0.7152 green, 0.0722 blue — greens get lighter still and reds go noticeably darker. Average simply divides the sum of the three channels by three; it ignores perception entirely, so saturated reds and deep blues come out brighter than they appear to the eye, and skies often look washed out. Lightness takes the midpoint between the brightest and darkest channel, which discards hue information altogether and tends to flatten the image into a narrower band of mid-grays. After the gray value is chosen, brightness shifts it by a flat offset and contrast applies the standard factor curve around mid-gray. The sepia option multiplies the finished gray by fixed per-channel coefficients to produce a warm brown tint. Alpha is copied through untouched, so a transparent PNG stays transparent.

Why Convert to Black and White

Removing color removes a variable. What is left is tone and shape, which is either exactly what you want or a way to make a mixed set of images look consistent.

Make a batch of photos from different cameras and lighting conditions look like one set
Emphasize texture, shape, and contrast in a photo where color is competing for attention
Meet submission rules that require grayscale scans, such as some document and print workflows
Produce a neutral base image for layering color, duotone, or overlay effects in another editor

How to Convert an Image to Black and White

Four steps, all running locally — the image is decoded, rewritten pixel by pixel, and handed back without ever reaching a server.

1

Drop in one image or a whole batch; every file in the run uses the same settings

2

Pick a method — Luminance is the safe default, and switching between the four is worth trying on one image first

3

Adjust brightness and contrast if the result looks flat, and turn on Sepia tone for a warm tint instead of neutral gray

4

Apply, then download each image on its own or grab the whole batch as a single ZIP

Frequently Asked Questions

Luminance (BT.601) is the default and the right pick for most photographs — it weights each channel roughly the way your eye does, so bright colors stay bright and dark ones stay dark. Try BT.709 if the image was shot for or will be shown on a modern sRGB display; it lifts greens and darkens reds. Average and Lightness are there for specific looks, not general accuracy.
Because they answer different questions. Luminance and BT.709 estimate perceived brightness, weighting green heavily since the eye is most sensitive to it. Average weights all three channels equally, which makes a saturated red or blue read much brighter than it looks in the original. Lightness uses only the brightest and darkest channel and ignores the middle one, so hue stops mattering and the tonal range compresses. Same pixels, different definitions of gray.
Not technically, though the terms get used interchangeably. This tool produces grayscale: each pixel gets one of 256 gray levels between black and white. True black and white, sometimes called bitonal or thresholded, allows only pure black and pure white with nothing in between — that is what fax machines and some document scanners produce. If you need a hard two-tone result, this tool will not give you one.
No. Once three channels are collapsed into one gray value, the information that distinguished red from green from blue is gone and there is nothing left in the file to reconstruct it from. Keep your original if you might want the color version later. Some AI colorization services will invent plausible colors for a grayscale photo, but they are guessing, not recovering — the result will not match the original.
Yes, if your input is a PNG. The conversion rewrites only the red, green, and blue values and leaves the alpha channel exactly as it found it, and PNG input is re-encoded as PNG so the alpha survives. Any other input format is re-encoded as JPEG at quality 0.92, and JPEG has no alpha channel at all, so transparency cannot be carried through in that case.
It runs after the grayscale step, not instead of it. The single gray value is multiplied by a fixed coefficient per channel — roughly 1.07 for red, 0.74 for green, 0.43 for blue — and each result is clamped to the 0-255 range. That pushes the whole image toward warm brown while preserving the tonal relationships the grayscale formula produced. Because red is clamped at the top end, very bright areas lose a little of the tint.
No. Decoding, the per-pixel conversion, and re-encoding all happen in your browser through the canvas API, so the image data never leaves your device. Two practical consequences follow: private photos and scanned documents stay private without you having to trust anyone, and the limit on batch size is your device's memory and CPU rather than an upload cap. The tool keeps working offline once the page has loaded.
Yes. Add as many images as you like and they all run through the same method, brightness, contrast, and sepia settings in one pass, then download individually or as a single ZIP. Because one set of values applies to the whole batch, mixed content can come out uneven — a bright outdoor shot and a dim indoor one respond very differently to the same contrast value. Check one representative image before running a large batch.

Más herramientas de imagen

Explora otras herramientas poderosas para tus necesidades de edición