How accurate is the color extraction?
The algorithm samples pixels and uses k-means clustering to find dominant colors. Results are approximate but represent the image's color distribution well. More colors = more accurate but potentially redundant shades.
Can I use these colors commercially?
Yes, extracted colors are just data. However, if the image is copyrighted, the extracted palette might still be subject to original terms. Use your own images or royalty-free sources.
Why do I get similar colors?
Images with gradients or similar tones produce analogous colors. The algorithm can merge similar colors if you choose fewer output colors. Adjust the count for more variety.