Dominant Color Finder Finds the dominant color of any picture using k-means clustering. Usage pip install pillow scikit-learn numpy argparse python start.py <image-path> It will output RGB and HEX color formats.