Shades of Cinder #222B30
Tints of Cinder #222B30
RGB
CMYK
RGB Variations
Color information
#222B30 (or 0x222B30) is known color: Cinder. HEX triplet: 22, 2B and 30. RGB value is (34,43,48). Sum of RGB (Red+Green+Blue) = 34+43+48=125 (16% of max value = 765). Red value is 34 (13.67% from 255 or 27.2% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 48 (19.14% from 255 or 38.4% from 125); Max value from RGB is 48 - color contains mainly: blue. Hex color #222B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222B30 is #DDD4CF. Grayscale: #282828. Windows color (decimal): -14537936 or 3156770. OLE color: 3156770.
HSL color Cylindrical-coordinate representation of color #222B30: hue angle of 201.43º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #222B30 is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 43 | 48 | - |
| CMYK | 0.29 | 0.10 | 0 | 0.81 |
| HSL | 201.43º | 0.17% | 0.16% | - |
| HSV(B) | 201.43º | 0.29% | 0.19% | - |
| XYZ | 2.06 | 2.28 | 3.13 | - |
| YUV | 40.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 43 | 48 | 0.29 | 0.10 | 0 | 0.81 | 201.43 | 0.17 | 0.16 |
| Hex | 22 | 2B | 30 | 1D | A | 0 | 51 | C9 | 11 | 10 |
| Octal | 42 | 53 | 60 | 35 | 12 | 0 | 121 | 311 | 21 | 20 |
| Binary | 100010 | 101011 | 110000 | 11101 | 1010 | 0 | 1010001 | 11001001 | 10001 | 10000 |
Color Harmonies of #222B30
Complementary color
Monochromatic Colors of #222B30
Black with #222B30
Text Example
Text Example
White with #222B30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222B30; }
p { color: rgb(34,43,48); }
H1.HeaderClassName
{
color: #222B30;
}
.AnyTagClassName
{
color: #222B30;
}
</style>
background-color css
<style>
a { background-color: #222B30; }
a { background-color: rgb(34,43,48); }
div.DivClassName
{
background-color: #222B30;
}
.BgClassName
{
background-color: #222B30;
}
</style>
border-color css
<style>
span { border-color: #222B30; }
span { border-color: rgb(34,43,48); }
td.TdClassName
{
border-color: #222B30;
}
.TagClassName
{
border-color: #222B30;
}
</style>