this post was submitted on 03 Aug 2025
206 points (99.0% liked)

Programmer Humor

25460 readers
1145 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 

Brought to you by the unholy marriage between incompatible, pre-existing standards.

top 11 comments
sorted by: hot top controversial new old
[–] savvywolf@pawb.social 81 points 1 day ago (2 children)

Got curious about this.

https://en.wikipedia.org/wiki/X11_color_names#Clashes_between_web_and_X11_colors_in_the_CSS_color_scheme :

One notable difference between X11 and W3C is the case of "Gray" and its variants. In HTML, "Gray" is specifically reserved for the 128 triplet (50% gray)  . However, in X11, "gray" was assigned to the 190 triplet (74.5%)  , which is close to W3C "Silver" at 192 (75.3%)  , and had "Light Gray" at 211 (83%)   and "Dark Gray" at 169 (66%)   counterparts. As a result, the combined CSS 3.0 color list that prevails on the web today produces "Dark Gray"   as a significantly lighter tone than plain "Gray"  , because "Dark Gray" was descended from X11 – for it did not exist in HTML nor CSS level 1[8] – while "Gray" was descended from HTML.

[–] fargeol@lemmy.world 24 points 1 day ago (1 children)

"256 Shades of Gray" could be an interesting book, nonetheless

[–] sukhmel@programming.dev 6 points 1 day ago

slightlydarkerbutnottoodarkgrey is my favourite grey

[–] victorz@lemmy.world 4 points 1 day ago

Ah man, thanks for digging this up! I was always confused/annoyed by this! 🤍🩶🖤

[–] BuboScandiacus@mander.xyz 7 points 1 day ago
[–] SuzyQ@sh.itjust.works 25 points 1 day ago (1 children)

Stuff like this is why I just used the hex color code vs the color name back in the day.

[–] iveseenthat@reddthat.com -1 points 1 day ago (1 children)

Dude, "green" is not even close. The actual "green" is painful to look at

[–] bleistift2@sopuli.xyz 1 points 17 hours ago (1 children)

Could you elaborate? These are the colors that are rendered when you use the keyword I’ve listed.

[–] iveseenthat@reddthat.com 0 points 10 hours ago

Maybe I am confusing it with LaTeX \color{green} I'm too lazy to check, tbh