Grayscale Image
Drop or choose a color photo, screenshot, or logo and turn it into clean black and white. Pick from four grayscale methods and fine-tune the brightness and contrast, then download the result as PNG, JPG, or WebP.
Your image is converted on a canvas inside your browser and is never uploaded to any server.
What is the Grayscale Image tool?
This is a free, browser-based grayscale image converter. Drop in a color photo, screenshot, logo, or scan and it strips out the color to give you a clean black-and-white version, ready to download. Unlike most online converters, it never sends your picture anywhere: the image is decoded, the pixels are recalculated, and the result is exported entirely inside your own browser using the Canvas API. Your file stays on your device from start to finish.
How to use it
- Add your image — click to choose a file, drag and drop it onto the drop zone, or paste with Ctrl+V (Cmd+V on Mac).
- The preview updates instantly with a grayscale version using the default Luminance method.
- Pick a grayscale method if you want a different look: Luminance, Luma, Average, or Lightness.
- Optionally nudge the brightness and contrast sliders until the tones look right.
- Choose an output format (PNG, JPEG, or WebP) and click Download. Answer in, answer out, done.
The method behind it
Every pixel on the canvas has three color channels: red, green, and blue. Converting to grayscale means collapsing those three numbers into one gray value that is written back into all three channels. How you collapse them is what gives each method its character. The Luminance method uses the classic Rec. 601 weights, gray equals 0.299 times red plus 0.587 times green plus 0.114 times blue, because the human eye is far more sensitive to green than to blue. The Luma method uses the modern Rec. 709 weights of 0.2126, 0.7152, and 0.0722 that match high-definition and sRGB color primaries. The Average method simply takes the mean of the three channels, and the Lightness method takes the midpoint between the brightest and darkest channel. Brightness adds a fixed offset to every pixel, while contrast stretches or compresses the tones around the 128 mid-gray pivot using a standard symmetric contrast factor.
Examples
- Color portrait to black and white: drop a JPG and the Luminance method keeps the face bright and natural, instead of the flat, muddy result a plain average would give.
- Screenshot for documentation: turn a colorful dashboard capture grayscale so it prints cleanly and does not distract from the annotations, then download it as PNG.
- Logo mockup: convert a brand logo to grayscale to check that it still reads well in a single ink color before sending it to print.
Common use cases
- Preparing photos for black-and-white printing, newsletters, or e-readers.
- Checking whether a design still has enough contrast when color is removed (an accessibility test).
- Creating neutral, distraction-free screenshots for tickets, tutorials, and slide decks.
- Making vintage or monochrome versions of pictures for social posts and thumbnails.
- Reducing a busy reference image to tones so you can study its light and shadow.
Why use this one
Many online grayscale converters upload your file to a server, queue it, and sometimes stamp a watermark on the result. This one does none of that. The picture is read and rewritten entirely in your browser, so it never leaves your device — which makes it safe for private photos, ID scans, internal logos, and client work. On top of the privacy, you get a choice of four grayscale methods plus brightness and contrast control, rather than a single fixed formula, with a live preview so you can see the result before you commit. There is no sign-up, no watermark, no upload wait, and no limit on how many images you convert.
It is part of a small image toolkit. To make the file lighter after converting, use the Image Compressor; to pull exact colors out of a picture, try the Color Picker from Image; and to change the dimensions, reach for the Image Resizer.
Frequently asked questions
Is my image uploaded to a server when I convert it to grayscale?
No. The picture is read and rewritten entirely inside your browser on a hidden canvas, then saved straight to your device. Nothing is sent over the network, stored, or logged, so private screenshots, ID scans, and client artwork stay on your machine. Close the tab and nothing remains.
What is the difference between the grayscale methods?
Luminance (Rec. 601) uses perceptual weights 0.299R, 0.587G, 0.114B and is the classic balanced default. Luma (Rec. 709) uses modern HD weights 0.2126R, 0.7152G, 0.0722B, so greens look a touch lighter. Average is the plain mean of the three channels. HSL Lightness takes the midpoint of the brightest and darkest channel, giving a flatter, higher-key look.
Why does my grayscale photo look better than a simple desaturate?
A naive desaturate often just averages the channels, which ignores how the human eye weighs colors. The Luminance and Luma methods weight green most heavily because the eye is most sensitive to it, so the result keeps the original sense of brightness and contrast instead of looking muddy.
Can I download the result as JPG or keep it as PNG?
Yes. After converting you can download the grayscale image as PNG (lossless), JPEG, or WebP, with a quality slider for the lossy formats. PNG is best for logos and screenshots; JPEG keeps photo file sizes small.
Is there a limit on image size or how many images I can convert?
There is no per-image upload limit and no cap on how many images you convert, because all the work happens locally on your own device. Very large images use more memory in your browser, but otherwise the tool is free and unlimited with no sign-up.