Home Image Grayscale

Image Grayscale

Convert images to grayscale with adjustable intensity — 100% in your browser.

Source

Drop your image here

or click to browse

.jpg.png.webp.gif.bmp

Options

Original
Grayscale

What is grayscale conversion?

Grayscale conversion is the process of transforming a full-color image into a monochrome image where each pixel carries only intensity information — a shade of gray between black and white — instead of a hue. In a color image every pixel is described by three numbers for red, green and blue; in a grayscale image each pixel is described by a single luminance value, so the picture is rendered entirely in tones of gray. The conversion uses a weighted formula that accounts for how the human eye perceives the brightness of different colors, so the result looks natural rather than flat.

Grayscale is widely used in photography, printing, document scanning, medical imaging and machine learning. A grayscale photo strips away color to emphasise light, shadow, texture and form, often giving the picture a timeless or dramatic feel. Because a grayscale image stores only one channel instead of three, it also tends to compress more efficiently, which is useful for archives and high-volume workflows. This tool performs the conversion entirely in your browser, so your photos never leave your device.

Grayscale vs black and white

Grayscale and black and white are often used interchangeably, but they describe different things. A true black-and-white image (also called a 1-bit or binary image) contains only two tones — pure black and pure white — with no intermediate shades, which produces a harsh high-contrast stamp. A grayscale image contains a full range of intermediate gray tones, typically 256 levels from black (0) to white (255), which preserves the smooth gradients, soft shadows and subtle detail of the original photograph. The table below highlights the difference:

PropertyBlack and whiteGrayscale
TonesTwo only (black, white)256 levels of gray
GradientNone — hard edgesSmooth gradients
DetailLimited — shadows and highlights lostPreserved
LookStamp, stencil, high-contrastPhotographic, natural
Best forLine art, stencils, optical recognitionPhotos, documents, printing

In short, grayscale keeps the photographic richness of the original while removing color, whereas black and white throws away everything except the darkest and lightest points. This tool produces true grayscale, so your photos keep their soft transitions and fine detail. For a harsh two-tone effect, you would need a separate thresholding tool.

When to use grayscale

Converting an image to grayscale is the right choice in many situations where color is irrelevant, distracting, or unsupported by the target medium. Common scenarios include:

  • Artistic photography. Remove color to emphasise composition, light, shadow and texture for a timeless or moody look.
  • Printing on monochrome printers. Grayscale ensures smooth tonal reproduction when printing on a black-and-white laser printer.
  • Document scanning and OCR. Text recognition works best on clean grayscale scans where background noise is reduced but anti-aliasing is preserved.
  • Newspaper and book reproduction. Print media that cannot use color relies on grayscale halftones for images.
  • Reducing file size. A single-channel grayscale image compresses better than a three-channel color image, useful for archives.
  • Focus on shape and form. Designers convert reference photos to grayscale to study composition without the bias of color.
  • Medical and scientific imaging. X-rays, ultrasound and many microscope captures are inherently grayscale and benefit from contrast adjustment.

Whenever color adds no information — or actively distracts — grayscale focuses the viewer on what matters most: shape, light and detail.

How to convert an image to grayscale

Converting an image to grayscale with this tool takes only a few seconds and runs entirely in your browser — no uploads, no sign-up, no watermark. The converter reads your image locally, computes the luminance of every pixel through the Canvas API, blends it with the original color based on the intensity slider, and exports the result. Follow these steps:

  1. Upload your image. Click the upload area or drag and drop a JPG, PNG, WebP, GIF or BMP file. The image is decoded and previewed instantly.
  2. Set the intensity. Use the slider from 0% (original color) to 100% (full grayscale). A value in between produces a partial desaturation for a softer effect.
  3. Choose an output format. Keep the original format, or pick PNG, JPG or WebP for the export.
  4. Click Apply Grayscale. The converter processes every pixel and shows the original and grayscale file sizes side by side.
  5. Download the grayscale image. Click "Download Grayscale" to save the result. The original file stays untouched on your device.

Because every step runs locally in your browser using JavaScript, your image is never uploaded to a server. This makes grayscale conversion completely private, fast and suitable for sensitive or confidential images.

The luminance formula explained

Grayscale conversion is not just an average of red, green and blue — it uses a weighted formula that matches how the human eye perceives brightness. The human eye is most sensitive to green light, less sensitive to red, and least sensitive to blue, so a simple average would make skies look too bright and grass too dark. The standard luminance formula used by this tool is: gray = 0.299 × red + 0.587 × green + 0.114 × blue. These weights come from the ITU-R BT.601 standard for television and give a grayscale image that looks naturally bright to a human viewer.

The intensity slider lets you blend the original color with the computed gray. At 100% intensity each pixel is replaced entirely by its luminance value, producing a full grayscale image. At 50% the pixel becomes a half-and-half mix of color and gray, which looks like a gently desaturated photo. At 0% the original color is preserved untouched. This linear blending gives you fine control over how strong the grayscale effect appears, so you can go from a subtle muted look all the way to pure monochrome in a single step.

Is this grayscale converter free?

Yes, completely free with no sign-up, watermarks or limits.

What does the intensity slider do?

0% keeps the original color, 100% produces full grayscale, and values in between create a partial desaturation effect.

Is this true grayscale or black and white?

True grayscale — the result keeps 256 levels of gray, preserving smooth gradients and photographic detail.

Which formula is used?

The ITU-R BT.601 luminance formula: gray = 0.299 × R + 0.587 × G + 0.114 × B, which matches how the human eye perceives brightness.

Are my images uploaded?

No. All processing is local. Your images never leave your browser.