Live data from Hacker News

Show HN: Colorvote.io – ranking all sRGB web colors by popularity

colorvote.io

51–60 of 134 posts

Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity

#53
post #16

Just a heads up, if you're using any dark mode extension you'll want to disable it for this site. (op, probably worth getting your site added to the global dark mode list)

you'll need to explain why

Dark mode extension adjusts colors. Which... is a bit not great on a website that ranks colors.

Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity

#54
post #19

https://colornames.org/ Has 17.9% colors named already.

Might work as a joke but several of those colors will be indistinguishable to human eye, yet have completely different crowd-sourced names. Or - could you ever tell the difference between "Amateur Rockstar Bright Pink" (#ff1aab) and "Pink Soul Of Heart" (#ff1bab) even if your life depended on it? The fact that 24-bit RGB can represent 16 million colors does not mean our vision is capable of telling such number of col…

The non-joke use case could be memorizing / communicating bunch of colors. Those human readable names are lot easier to remember than hex values.

Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity

#57
I think that if there is voting, one should sort of do some type of spreading algorithm where the color you vote on, is sort of a much weaker vote for the surrounding colors.

There is just too many colours, especially in this color space, and it is sort of hard for humans to really differentiate them. Thus spread out the vote based on average human visual perception differentiability capabilities.

Also this color space (R x B x G box color space) spends too many bits on low intensity and high intensity colors. When a color is near white or black, we can not easily tell the hues apart.

A much better color space to vote on would be something akin to the Pantone color list or paint swatches. Way less colors but still roughly covering the whole color space.

Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity

#58

This is a perfect example of why we need ranked choice voting. I think #BD60E2 is best, but due to its unpopularity I'm forced to vote #BD60E1 if I want my vote to matter.

What would be a suitable algorithm?

You'd need some algorithm that works on continuous variables, that is, #44E205 should rank closely to #44E106. Somehow you need to learn a function over rgb sampling only some of the points. Maybe you average over votes for colors that are close to a color in rgb space.

16 million collars aren't that many compared to large-scale internet systems. If you got 160 million+ votes you'd start getting meaningful results without any averaging.

Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity

#59
post #54

Earlier quoted context omitted.

Might work as a joke but several of those colors will be indistinguishable to human eye, yet have completely different crowd-sourced names. Or - could you ever tell the difference between "Amateur Rockstar Bright Pink" (#ff1aab) and "Pink Soul Of Heart" (#ff1bab) even if your life depended on it? The fact that 24-bit RGB can represent 16 million colors does not mean our vision is capable of telling such number of col…

The non-joke use case could be memorizing / communicating bunch of colors. Those human readable names are lot easier to remember than hex values.

Not sure if "Asdfgtyuhijokl'" is easier to memorize than #33-51-B5 .. :) https://colornames.org/color/3351b5

The problem with anything crowd-sourced is always that without moderation the results are garbage, and moderation is generally expensive or at least requires passionate volunteers. Crowd-sourcing 16 million unique color names is bound to be problematic and very difficult to moderate.

I actually gave this a second thought as a technical problem. The CSS defines 140 color names. It would probably not be infeasible to crowd-source / invent 4,096 base color names spread out exactly evenly across the 3-dimensional RGB space (e.g. "maroon", "deep sky blue", "slate gray" and so on.) If we could then further name 64 "tints" (like "reddish", "dark bluish", "purple hazed"), one could express about 250,000 colors with base color + tint pairs (like "reddish deep sky blue" or "purple hazed maroon"). This should be already sufficient for expressing almost all colors normally needed for UI designs etc.

If even more fidelity was somehow desired, one could then add one more of the 64 tints from the same vocabulary with some qualifier, like 'slightly'. So e.g. "slighly purple hazed dark bluish slate gray". This system could express the full RGB space, and there would be always possibility to find a closeby very similar color with shorter name - e.g. "slight dark bluish reddish deep sky blue" => "reddish deep sky blue" => "deep sky blue".

Re: Show HN: Colorvote.io – ranking all sRGB web colors by popularity

#60
post #28

People would probably vote more if they had to vote at least 5 times to see the ranks, i.e. say "3 more votes to see ranks" in top center, and then pop up the ranks automatically. I don't think anyone would be mad.

I voted 15 times and no results

Look for "RANKS" on the bottom of the page...
Post reply on HN