sindresorhus / project-ideas

Need a JavaScript module or looking for ideas? Welcome ✨
543 stars 9 forks source link

The ultimate color module #63

Open kevinSuttle opened 8 years ago

kevinSuttle commented 8 years ago

Serious challenge @Qix, @jonathantneal https://github.com/schemaorg/schemaorg/issues/938

agarrharr commented 7 years ago

I'm not sure what the request is exactly, but here is something I used a long time ago that returns the closest color name, given an rgb color. You just have to give it a list of named colors for it to learn from.

https://github.com/aharris88/colorClassifier

sindresorhus commented 7 years ago

@kevinSuttle Can you elaborate?

Richienb commented 4 years ago

// @kevinSuttle