Hex to RGB: Color Codes Explained
Six characters, one exact color: the anatomy of a hex code, gray when the pairs match, 16.7 million combinations, and the contrast check that should follow.
Six characters, one exact color: the anatomy of a hex code, gray when the pairs match, 16.7 million combinations, and the contrast check that should follow.
Learnable completely in ten minutes: additive reading in blocks, the two traps behind nearly every wrong answer, and where the numerals still live today.
Subnetting is binary reading with network vocabulary: the AND test routers run billions of times a second, and why masks that look odd in decimal are clean in bits.
A writing system sized to a fingertip, carried inside Unicode: how the cell works, what instant translation honestly covers, and where transcribers take over.
One sentence untangles it: Unicode assigns numbers, the UTFs write bytes. With real byte values, the emoji that breaks length checks, and the mojibake cure.
A volume knob between 7 and 8 can briefly read 15: the representation problem, the reordering that fixes it, and the one-line trick that converts.
Binary has no minus sign, so negatives are a convention: the one that won lets the same circuit add and subtract, and its edge cases explain real bugs.
Three column-by-column rules sit under permissions, masks and checksums: CC and AA run through all three operations, then each rule gets its job title.
The unit choice is the accessibility choice: why px font sizes ignore user settings, where em compounding bites, and the decision table that ends the debate.
One line of CSS breaks the rectangle: the shapes worth knowing, the slanted divider that replaced background images, and the two behaviors that surprise.
Free decoration with hostile syntax: the three gradient types, the color-stop rules that make them look designed, and why blue to yellow turns gray.
One dimension against two is the surface; the real difference is who is in charge. Know the structure first, use grid; let content decide, use flexbox.