Shades of Cinder #212A31
Tints of Cinder #212A31
RGB
CMYK
RGB Variations
Color information
#212A31 (or 0x212A31) is known color: Cinder. HEX triplet: 21, 2A and 31. RGB value is (33,42,49). Sum of RGB (Red+Green+Blue) = 33+42+49=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 42 (16.80% from 255 or 33.87% from 124); Blue value is 49 (19.53% from 255 or 39.52% from 124); Max value from RGB is 49 - color contains mainly: blue. Hex color #212A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A31 is #DED5CE. Grayscale: #282828. Windows color (decimal): -14603727 or 3222049. OLE color: 3222049.
HSL color Cylindrical-coordinate representation of color #212A31: hue angle of 206.25º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212A31 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 42 | 49 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.81 |
| HSL | 206.25º | 0.2% | 0.16% | - |
| HSV(B) | 206.25º | 0.33% | 0.19% | - |
| XYZ | 2.01 | 2.2 | 3.22 | - |
| YUV | 40.11 | 133.02 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 49 | 0.33 | 0.14 | 0 | 0.81 | 206.25 | 0.2 | 0.16 |
| Hex | 21 | 2A | 31 | 21 | E | 0 | 51 | CE | 14 | 10 |
| Octal | 41 | 52 | 61 | 41 | 16 | 0 | 121 | 316 | 24 | 20 |
| Binary | 100001 | 101010 | 110001 | 100001 | 1110 | 0 | 1010001 | 11001110 | 10100 | 10000 |
Color Harmonies of #212A31
Complementary color
Monochromatic Colors of #212A31
Black with #212A31
Text Example
Text Example
White with #212A31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A31; }
p { color: rgb(33,42,49); }
H1.HeaderClassName
{
color: #212A31;
}
.AnyTagClassName
{
color: #212A31;
}
</style>
background-color css
<style>
a { background-color: #212A31; }
a { background-color: rgb(33,42,49); }
div.DivClassName
{
background-color: #212A31;
}
.BgClassName
{
background-color: #212A31;
}
</style>
border-color css
<style>
span { border-color: #212A31; }
span { border-color: rgb(33,42,49); }
td.TdClassName
{
border-color: #212A31;
}
.TagClassName
{
border-color: #212A31;
}
</style>