Shades of Cinder #212D34
Tints of Cinder #212D34
RGB
CMYK
RGB Variations
Color information
#212D34 (or 0x212D34) is known color: Cinder. HEX triplet: 21, 2D and 34. RGB value is (33,45,52). Sum of RGB (Red+Green+Blue) = 33+45+52=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 52 (20.70% from 255 or 40% from 130); Max value from RGB is 52 - color contains mainly: blue. Hex color #212D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D34 is #DED2CB. Grayscale: #2A2A2A. Windows color (decimal): -14602956 or 3419425. OLE color: 3419425.
HSL color Cylindrical-coordinate representation of color #212D34: hue angle of 202.11º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212D34 is Cyan = 0.37, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 45 | 52 | - |
| CMYK | 0.37 | 0.13 | 0 | 0.80 |
| HSL | 202.11º | 0.22% | 0.17% | - |
| HSV(B) | 202.11º | 0.37% | 0.2% | - |
| XYZ | 2.19 | 2.45 | 3.61 | - |
| YUV | 42.21 | 133.52 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 52 | 0.37 | 0.13 | 0 | 0.80 | 202.11 | 0.22 | 0.17 |
| Hex | 21 | 2D | 34 | 25 | D | 0 | 50 | CA | 16 | 11 |
| Octal | 41 | 55 | 64 | 45 | 15 | 0 | 120 | 312 | 26 | 21 |
| Binary | 100001 | 101101 | 110100 | 100101 | 1101 | 0 | 1010000 | 11001010 | 10110 | 10001 |
Color Harmonies of #212D34
Complementary color
Monochromatic Colors of #212D34
Black with #212D34
Text Example
Text Example
White with #212D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D34; }
p { color: rgb(33,45,52); }
H1.HeaderClassName
{
color: #212D34;
}
.AnyTagClassName
{
color: #212D34;
}
</style>
background-color css
<style>
a { background-color: #212D34; }
a { background-color: rgb(33,45,52); }
div.DivClassName
{
background-color: #212D34;
}
.BgClassName
{
background-color: #212D34;
}
</style>
border-color css
<style>
span { border-color: #212D34; }
span { border-color: rgb(33,45,52); }
td.TdClassName
{
border-color: #212D34;
}
.TagClassName
{
border-color: #212D34;
}
</style>