Darken Image
Darken an image by adjusting RGB channels. Enter a value from -100 to 100, preview instantly, and download the result. Free, browser-based tool. Processing t…
Start using
How the darkening works
This tool darkens an image by multiplying each color channel (red, green, blue) by a factor derived from the adjustment value. The formula is:
new_channel = original_channel × (1 - amount/100)
For example, with an adjustment of 25, each channel is multiplied by 0.75. A pixel with RGB (100, 160, 240) becomes (75, 120, 180). At 100, all channels become zero, producing a black image. Negative values multiply channels by more than 1, brightening the image, but may cause highlights to clip.
What to expect
Darkening is proportional, so shadows deepen and highlights are reduced. Unlike a brightness tool that adds a fixed offset, this method preserves relative contrast. It does not recover detail from overexposed areas, and it does not alter camera exposure metadata. The preview is a single image; there is no region mask, auto-enhancement, or batch processing.
Practical checklist
- Use a saved copy of your original image for comparison.
- Start with a small value like 10 or 20 to avoid over-darkening.
- Check highlight areas for clipping when using negative values.
- Download the result and view it at full size to confirm quality.
Frequently asked questions
Will this tool fix underexposed or overexposed photos?
No. Darkening only reduces brightness proportionally. It cannot reconstruct detail lost in overexposed highlights or correct exposure errors. For such corrections, use a dedicated photo editor.
Does the tool preserve the original image quality?
The tool works on a browser-local copy. The original file remains untouched. The downloaded image may have slightly different quality due to re-encoding, but no additional compression is applied beyond what the browser uses for the chosen output format.
Can I darken only part of the image?
No. This tool applies the adjustment to the entire image. There is no region mask or selection tool. For selective darkening, use an editor with layer masks.
Processing takes place locally in your browser.