Shades of Blue Charcoal #222426
Tints of Blue Charcoal #222426
RGB
CMYK
RGB Variations
Color information
#222426 (or 0x222426) is known color: Blue Charcoal. HEX triplet: 22, 24 and 26. RGB value is (34,36,38). Sum of RGB (Red+Green+Blue) = 34+36+38=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 38 (15.23% from 255 or 35.19% from 108); Max value from RGB is 38 - color contains mainly: blue. Hex color #222426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222426 is #DDDBD9. Grayscale: #232323. Windows color (decimal): -14539738 or 2499618. OLE color: 2499618.
HSL color Cylindrical-coordinate representation of color #222426: hue angle of 210º degrees, saturation: 0.06, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #222426 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 34 | 36 | 38 | - |
| CMYK | 0.11 | 0.05 | 0 | 0.85 |
| HSL | 210º | 0.06% | 0.14% | - |
| HSV(B) | 210º | 0.11% | 0.15% | - |
| XYZ | 1.64 | 1.74 | 2.08 | - |
| YUV | 35.63 | 129.34 | 126.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 36 | 38 | 0.11 | 0.05 | 0 | 0.85 | 210 | 0.06 | 0.14 |
| Hex | 22 | 24 | 26 | B | 5 | 0 | 55 | D2 | 6 | E |
| Octal | 42 | 44 | 46 | 13 | 5 | 0 | 125 | 322 | 6 | 16 |
| Binary | 100010 | 100100 | 100110 | 1011 | 101 | 0 | 1010101 | 11010010 | 110 | 1110 |
Color Harmonies of #222426
Complementary color
Monochromatic Colors of #222426
Black with #222426
Text Example
Text Example
White with #222426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #222426; }
p { color: rgb(34,36,38); }
H1.HeaderClassName
{
color: #222426;
}
.AnyTagClassName
{
color: #222426;
}
</style>
background-color css
<style>
a { background-color: #222426; }
a { background-color: rgb(34,36,38); }
div.DivClassName
{
background-color: #222426;
}
.BgClassName
{
background-color: #222426;
}
</style>
border-color css
<style>
span { border-color: #222426; }
span { border-color: rgb(34,36,38); }
td.TdClassName
{
border-color: #222426;
}
.TagClassName
{
border-color: #222426;
}
</style>