Convert any image to black and white (grayscale) entirely in your browser — no server upload needed.
Grayscale conversion calculates each pixel's luminance from its RGB values using the formula: Gray = 0.299R + 0.587G + 0.114B. This formula weights green most heavily because human eyes are more sensitive to green light than red or blue.