Shades of Bokara Grey #221913
Tints of Bokara Grey #221913
RGB
CMYK
RGB Variations
Color information
#221913 (or 0x221913) is known color: Bokara Grey. HEX triplet: 22, 19 and 13. RGB value is (34,25,19). Sum of RGB (Red+Green+Blue) = 34+25+19=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 19 (7.81% from 255 or 24.36% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #221913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221913 is #DDE6EC. Grayscale: #1B1B1B. Windows color (decimal): -14542573 or 1251618. OLE color: 1251618.
HSL color Cylindrical-coordinate representation of color #221913: hue angle of 24º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #221913 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 25 | 19 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.87 |
| HSL | 24º | 0.28% | 0.1% | - |
| HSV(B) | 24º | 0.44% | 0.13% | - |
| XYZ | 1.12 | 1.08 | 0.77 | - |
| YUV | 27.01 | 123.48 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 25 | 19 | 0 | 0.26 | 0.44 | 0.87 | 24 | 0.28 | 0.1 |
| Hex | 22 | 19 | 13 | 0 | 1A | 2C | 57 | 18 | 1C | A |
| Octal | 42 | 31 | 23 | 0 | 32 | 54 | 127 | 30 | 34 | 12 |
| Binary | 100010 | 11001 | 10011 | 0 | 11010 | 101100 | 1010111 | 11000 | 11100 | 1010 |
Color Harmonies of #221913
Complementary color
Monochromatic Colors of #221913
Black with #221913
Text Example
Text Example
White with #221913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221913; }
p { color: rgb(34,25,19); }
H1.HeaderClassName
{
color: #221913;
}
.AnyTagClassName
{
color: #221913;
}
</style>
background-color css
<style>
a { background-color: #221913; }
a { background-color: rgb(34,25,19); }
div.DivClassName
{
background-color: #221913;
}
.BgClassName
{
background-color: #221913;
}
</style>
border-color css
<style>
span { border-color: #221913; }
span { border-color: rgb(34,25,19); }
td.TdClassName
{
border-color: #221913;
}
.TagClassName
{
border-color: #221913;
}
</style>