Shades of Blue Charcoal #22272C
Tints of Blue Charcoal #22272C
RGB
CMYK
RGB Variations
Color information
#22272C (or 0x22272C) is known color: Blue Charcoal. HEX triplet: 22, 27 and 2C. RGB value is (34,39,44). Sum of RGB (Red+Green+Blue) = 34+39+44=117 (15% of max value = 765). Red value is 34 (13.67% from 255 or 29.06% from 117); Green value is 39 (15.62% from 255 or 33.33% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 44 - color contains mainly: blue. Hex color #22272C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22272C is #DDD8D3. Grayscale: #262626. Windows color (decimal): -14538964 or 2893602. OLE color: 2893602.
HSL color Cylindrical-coordinate representation of color #22272C: hue angle of 210º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #22272C is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 34 | 39 | 44 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.83 |
| HSL | 210º | 0.13% | 0.15% | - |
| HSV(B) | 210º | 0.23% | 0.17% | - |
| XYZ | 1.84 | 1.97 | 2.67 | - |
| YUV | 38.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 39 | 44 | 0.23 | 0.11 | 0 | 0.83 | 210 | 0.13 | 0.15 |
| Hex | 22 | 27 | 2C | 17 | B | 0 | 53 | D2 | D | F |
| Octal | 42 | 47 | 54 | 27 | 13 | 0 | 123 | 322 | 15 | 17 |
| Binary | 100010 | 100111 | 101100 | 10111 | 1011 | 0 | 1010011 | 11010010 | 1101 | 1111 |
Color Harmonies of #22272C
Complementary color
Monochromatic Colors of #22272C
Black with #22272C
Text Example
Text Example
White with #22272C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22272C; }
p { color: rgb(34,39,44); }
H1.HeaderClassName
{
color: #22272C;
}
.AnyTagClassName
{
color: #22272C;
}
</style>
background-color css
<style>
a { background-color: #22272C; }
a { background-color: rgb(34,39,44); }
div.DivClassName
{
background-color: #22272C;
}
.BgClassName
{
background-color: #22272C;
}
</style>
border-color css
<style>
span { border-color: #22272C; }
span { border-color: rgb(34,39,44); }
td.TdClassName
{
border-color: #22272C;
}
.TagClassName
{
border-color: #22272C;
}
</style>