Shades of Bokara Grey #221B13
Tints of Bokara Grey #221B13
RGB
CMYK
RGB Variations
Color information
#221B13 (or 0x221B13) is known color: Bokara Grey. HEX triplet: 22, 1B and 13. RGB value is (34,27,19). Sum of RGB (Red+Green+Blue) = 34+27+19=80 (10% of max value = 765). Red value is 34 (13.67% from 255 or 42.5% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 34 - color contains mainly: red. Hex color #221B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B13 is #DDE4EC. Grayscale: #1C1C1C. Windows color (decimal): -14542061 or 1252130. OLE color: 1252130.
HSL color Cylindrical-coordinate representation of color #221B13: hue angle of 32º 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 #221B13 is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 27 | 19 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.87 |
| HSL | 32º | 0.28% | 0.1% | - |
| HSV(B) | 32º | 0.44% | 0.13% | - |
| XYZ | 1.17 | 1.17 | 0.78 | - |
| YUV | 28.18 | 122.82 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 19 | 0 | 0.21 | 0.44 | 0.87 | 32 | 0.28 | 0.1 |
| Hex | 22 | 1B | 13 | 0 | 15 | 2C | 57 | 20 | 1C | A |
| Octal | 42 | 33 | 23 | 0 | 25 | 54 | 127 | 40 | 34 | 12 |
| Binary | 100010 | 11011 | 10011 | 0 | 10101 | 101100 | 1010111 | 100000 | 11100 | 1010 |
Color Harmonies of #221B13
Complementary color
Monochromatic Colors of #221B13
Black with #221B13
Text Example
Text Example
White with #221B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B13; }
p { color: rgb(34,27,19); }
H1.HeaderClassName
{
color: #221B13;
}
.AnyTagClassName
{
color: #221B13;
}
</style>
background-color css
<style>
a { background-color: #221B13; }
a { background-color: rgb(34,27,19); }
div.DivClassName
{
background-color: #221B13;
}
.BgClassName
{
background-color: #221B13;
}
</style>
border-color css
<style>
span { border-color: #221B13; }
span { border-color: rgb(34,27,19); }
td.TdClassName
{
border-color: #221B13;
}
.TagClassName
{
border-color: #221B13;
}
</style>