Shades of Cinder #212A2F
Tints of Cinder #212A2F
RGB
CMYK
RGB Variations
Color information
#212A2F (or 0x212A2F) is known color: Cinder. HEX triplet: 21, 2A and 2F. RGB value is (33,42,47). Sum of RGB (Red+Green+Blue) = 33+42+47=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 42 (16.80% from 255 or 34.43% from 122); Blue value is 47 (18.75% from 255 or 38.52% from 122); Max value from RGB is 47 - color contains mainly: blue. Hex color #212A2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A2F is #DED5D0. Grayscale: #272727. Windows color (decimal): -14603729 or 3090977. OLE color: 3090977.
HSL color Cylindrical-coordinate representation of color #212A2F: hue angle of 201.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212A2F is Cyan = 0.30, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 42 | 47 | - |
| CMYK | 0.30 | 0.11 | 0 | 0.82 |
| HSL | 201.43º | 0.18% | 0.16% | - |
| HSV(B) | 201.43º | 0.3% | 0.18% | - |
| XYZ | 1.97 | 2.18 | 3.01 | - |
| YUV | 39.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 47 | 0.30 | 0.11 | 0 | 0.82 | 201.43 | 0.18 | 0.16 |
| Hex | 21 | 2A | 2F | 1E | B | 0 | 52 | C9 | 12 | 10 |
| Octal | 41 | 52 | 57 | 36 | 13 | 0 | 122 | 311 | 22 | 20 |
| Binary | 100001 | 101010 | 101111 | 11110 | 1011 | 0 | 1010010 | 11001001 | 10010 | 10000 |
Color Harmonies of #212A2F
Complementary color
Monochromatic Colors of #212A2F
Black with #212A2F
Text Example
Text Example
White with #212A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A2F; }
p { color: rgb(33,42,47); }
H1.HeaderClassName
{
color: #212A2F;
}
.AnyTagClassName
{
color: #212A2F;
}
</style>
background-color css
<style>
a { background-color: #212A2F; }
a { background-color: rgb(33,42,47); }
div.DivClassName
{
background-color: #212A2F;
}
.BgClassName
{
background-color: #212A2F;
}
</style>
border-color css
<style>
span { border-color: #212A2F; }
span { border-color: rgb(33,42,47); }
td.TdClassName
{
border-color: #212A2F;
}
.TagClassName
{
border-color: #212A2F;
}
</style>