Image Grayscale Converter
Convert any image to black and white (grayscale) in your browser. Download as PNG. Nothing is uploaded.
Choose an image to convert to grayscale.
Pure browser JavaScript (HTML canvas) — no upload.
How to use this tool
- Choose an image.
- The grayscale preview appears automatically.
- Click Download grayscale.
Convert any image to black and white (grayscale) in your browser. Download as PNG. Nothing is uploaded.
Frequently asked questions
- Which grayscale formula is used?
- Luminance-weighted: 0.299R + 0.587G + 0.114B — matches human perception.