Grayscale Image Converter

Runs in your browser — your files are never uploaded.

Desaturate a PNG, JPG or WebP image to grayscale using a standard luminosity formula, keeping the original format and dimensions. Runs entirely in your browser.

How to use Grayscale Image Converter

  1. 1

    Drop your image onto the box, or click to choose one.

  2. 2

    OkConverter desaturates it locally.

  3. 3

    Click “Download” to save the grayscale image.

Share

Embed this tool on your site

Paste this where you want the tool to appear. It runs entirely in your visitor's browser — no uploads, no account, no tracking.

Please keep the attribution line — it's what keeps these tools free.

Need a different size, a dark theme, or a different tool? Build an embed lets you preview it first.

Frequently asked questions

How is the grayscale value calculated?+

Using the standard luminosity formula (0.299×red + 0.587×green + 0.114×blue), which weights each color channel by how the human eye perceives brightness — the same approach used by most photo-editing software.

Does this keep transparency?+

For PNG and WebP, yes — only the color channels are desaturated; the alpha (transparency) channel is untouched. JPEG has no transparency to begin with.

Is my image uploaded anywhere?+

No. Desaturation runs entirely in your browser using the Canvas API — nothing is sent to a server.