How this works in your browser
The image is drawn onto an HTML5 canvas and each pixel is converted using a luminance-weighted formula, roughly 0.299 red plus 0.587 green plus 0.114 blue. Those weights are not arbitrary: human vision is far more sensitive to green than to red or blue, so weighting the channels this way produces a grey that matches perceived brightness. Averaging the three channels equally instead is a common shortcut and looks visibly wrong, turning greens muddy and blues too pale. The conversion is one-way because three channels of information collapse into one, and there is no way to infer which original colour produced a given grey.
Black & White vs. traditional online converters
| Feature | Black & White (in-browser) | Traditional online converters |
|---|---|---|
| File upload required | No - never leaves your device | Yes - file is sent to a server |
| Processing queue | None - starts instantly | Often, especially at peak times |
| Watermark on output | Never | Common on free plans |
| Usage limits | None - free, unlimited use | Often capped per day or file size |
| Works offline once loaded | Yes, for most tools | No - requires a live connection |
| Account required | No | Often, for anything beyond a trial |
Who uses Black & White
Achieving a classic look
Convert a photo to monochrome where the composition and light matter more than the colour.
Preparing for cheap printing
Produce an image that prints identically in black and white regardless of the printer settings used.
Removing distracting colour
Strip colour from a diagram or screenshot so attention falls on the shapes and text instead.
How to use Black & White
- 1
Open the Black & White tool
Go to tools.slaytic.com and open the Black & White tool. No sign-up or account required.
- 2
Drop your colour image
Add a JPG, PNG or WEBP file. Keep a copy of the original, since colour cannot be restored afterwards.
- 3
Download the monochrome version
Save the converted image, usually a little smaller than the colour original.
Frequently asked questions
Can I convert back to colour afterwards?
No. Grayscale conversion discards colour data, so keep a copy of the original if you may want it in colour later.
Does this reduce the file size?
Often slightly, since a grayscale image typically compresses a little more efficiently than a full-colour one.
What formats are supported?
JPG, PNG and WEBP images can all be converted.
Why does my black-and-white photo look flat?
Because colour was doing work you did not notice. Two areas can differ strongly in hue while sitting at almost identical brightness, so once colour is removed they collapse into the same grey. A red flower against green leaves is the classic case. Increasing contrast afterwards usually restores the separation.
Is this the same as desaturating?
Close, but not identical in method. Simply removing saturation treats the channels evenly, while proper grayscale conversion weights them to match how the eye perceives brightness. That is why a good conversion keeps a yellow and a blue looking as different as they did in colour.
Does it help with printing costs?
It can, on a printer that charges differently for colour pages. Converting the file itself guarantees monochrome output regardless of the print settings whoever prints it happens to use.
Is my image uploaded anywhere?
No. The conversion happens on a canvas inside your browser tab.