Lead/ mostly black
Enter any color value (e.g., #525d25, rgb 244 9 55, gold).
We care about the protection of your data. Read our Privacy Policy.
#212121 color RGB value is (33,33,33)
#212121 color CMYK value
#212121 color HSL value
HSV(or HSB) | 0° | 0 | 12.9 |
XYZ | 1.446 | 1.521 | 1.656 |
Yxy | 0.313 | 0.329 | 1.521 |
LAB | 12.74 | 0.001 | -0.003 |
LUV | 12.74 | 0 | -0.002 |
Hunter-LAB | 12.332 | -0.658 | 0.67 |
CIE-LCH | 12.74 | 0.003 | 296.813 |
Base | Red | Green | Blue |
---|---|---|---|
Hex | 21 | 21 | 21 |
Decimal | 33 | 33 | 33 |
Octal | 41 | 41 | 41 |
Binary | 00100001 | 00100001 | 00100001 |
This text has a font color of #212121.
<span style="color:#212121">Text here</span>
This paragraph has a background color of #212121.
<p style="background-color:#212121;">Content here</p>
This element has a border color of #212121.
<div style="border:1px #212121;">Content here</div>
.text {color:#212121;}
.background {background-color:#212121;}
.border {border:1px solid #212121;}
.text-shadow {border:1px solid #212121;}
A shade is achieved by adding black to any pure hue, while a tint is created by mixing white to any pure color. In this example, #010101 is the darkest color, while #f6f6f6 is the lightest one.