This project explores an algorithm that takes an RGB image and adjusts it so that it appears visually similar in color but turns into a single shade when converted to grayscale. The method uses color-space math to preserve hue while adjusting brightness and saturation, resulting in unique images with hidden uniformity. It touches on color theory, the RGB and HSV color spaces, and some linear algebra. Check out the code and math behind this experiment!