Grayscale Image Converter
Convert your image to black and white using the Rec.709 luminance standard. Free, no signup, processed locally in your browser.
Drop image here or click to upload
PNG · JPG · WebP — Max 20MB
How to Convert an Image to Grayscale
- Upload a PNG, JPG, or WebP file — drag it onto the drop zone or click to browse.
- The grayscale preview appears instantly. Toggle Original / Grayscale to compare it against the color version.
- Click Download PNG to save at full original resolution — dimensions and transparency are preserved.
Grayscale vs Black and White
- Grayscale: one channel with 256 tonal values — smooth gradients, the standard for photos, documents, and print.
- True black and white (1-bit): only pure black or pure white per pixel — line art, QR codes, and dithered fax-style output.
- When a form asks for a "black and white" scan or photo, it almost always means grayscale — 1-bit loses all shading detail.
How Rec.709 Grayscale Conversion Works
Grayscale conversion removes hue and saturation from each pixel while preserving perceived brightness. Human vision is more sensitive to green than to blue, so the channels are weighted before summing: Y = 0.2126R + 0.7152G + 0.0722B. These ITU-R BT.709 coefficients are the HD-video and modern-display standard — pure green becomes mid-gray and pure blue becomes dark gray, matching how bright the colors actually look. Older formulas (a simple channel average, or ITU-R BT.601) produce flatter or darker output on typical photos.
Does Grayscale Preserve Transparency?
Yes — as long as the output is PNG. Conversion changes pixel color values, not the alpha channel, so transparent and semi-transparent areas stay exactly as they were. Logos, watermarks, and cut-out subjects keep their clean edges. That is one reason this tool always downloads PNG: JPEG has no alpha channel and would flatten transparency into a solid background.
PNG vs JPG for Grayscale Images
PNG is lossless and supports transparency: a grayscale PNG re-encodes with zero quality loss, which makes it the right choice for logos, screenshots, and anything you may edit again. JPG is lossy and alpha-free — smaller files for photographs, but visible artifacts around sharp edges and slight degradation on every re-save. This converter outputs PNG so quality and transparency are never lost.
When to Use Grayscale
- Academic papers and journal submissions requiring monochrome figures
- Reducing printing costs for documents and marketing materials
- Professional resumes and portfolios with a formal tone
- Standardizing e-commerce product photos
- UI/UX design prototyping to eliminate color bias
FAQ
Will converting to grayscale reduce the file size?
Usually yes. Dropping to a single channel removes redundant color data, and PNG compresses grayscale more efficiently. Very noisy photos may shrink less.
Does grayscale conversion change image dimensions?
No. Width, height, and aspect ratio are untouched — the download is at the full original resolution.
Can I convert a grayscale image back to color?
No. Color data is discarded during conversion; only luminance remains. Keep the original file if you may need the colors back.
Is my image uploaded to a server?
No. Conversion runs entirely in your browser with the Canvas API — the image never leaves your device.
Need to remove a specific color instead?
Try our remove color tool to make any color transparent.