Shades of Cinder #222D34
Tints of Cinder #222D34
RGB
CMYK
RGB Variations
Color information
#222D34 (or 0x222D34) is known color: Cinder. HEX triplet: 22, 2D and 34. RGB value is (34,45,52). Sum of RGB (Red+Green+Blue) = 34+45+52=131 (17% of max value = 765). Red value is 34 (13.67% from 255 or 25.95% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #222D34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222D34 is #DDD2CB. Grayscale: #2A2A2A. Windows color (decimal): -14537420 or 3419426. OLE color: 3419426.
HSL color Cylindrical-coordinate representation of color #222D34: hue angle of 203.33º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #222D34 is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 34 | 45 | 52 | - |
| CMYK | 0.35 | 0.13 | 0 | 0.80 |
| HSL | 203.33º | 0.21% | 0.17% | - |
| HSV(B) | 203.33º | 0.35% | 0.2% | - |
| XYZ | 2.22 | 2.46 | 3.61 | - |
| YUV | 42.51 | 133.36 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 45 | 52 | 0.35 | 0.13 | 0 | 0.80 | 203.33 | 0.21 | 0.17 |
| Hex | 22 | 2D | 34 | 23 | D | 0 | 50 | CB | 15 | 11 |
| Octal | 42 | 55 | 64 | 43 | 15 | 0 | 120 | 313 | 25 | 21 |
| Binary | 100010 | 101101 | 110100 | 100011 | 1101 | 0 | 1010000 | 11001011 | 10101 | 10001 |
Color Harmonies of #222D34
Complementary color
Monochromatic Colors of #222D34
Black with #222D34
Text Example
Text Example
White with #222D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222D34; }
p { color: rgb(34,45,52); }
H1.HeaderClassName
{
color: #222D34;
}
.AnyTagClassName
{
color: #222D34;
}
</style>
background-color css
<style>
a { background-color: #222D34; }
a { background-color: rgb(34,45,52); }
div.DivClassName
{
background-color: #222D34;
}
.BgClassName
{
background-color: #222D34;
}
</style>
border-color css
<style>
span { border-color: #222D34; }
span { border-color: rgb(34,45,52); }
td.TdClassName
{
border-color: #222D34;
}
.TagClassName
{
border-color: #222D34;
}
</style>