Shades of Bokara Grey #221B17
Tints of Bokara Grey #221B17
RGB
CMYK
RGB Variations
Color information
#221B17 (or 0x221B17) is known color: Bokara Grey. HEX triplet: 22, 1B and 17. RGB value is (34,27,23). Sum of RGB (Red+Green+Blue) = 34+27+23=84 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40.48% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 23 (9.38% from 255 or 27.38% from 84); Max value from RGB is 34 - color contains mainly: red. Hex color #221B17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221B17 is #DDE4E8. Grayscale: #1C1C1C. Windows color (decimal): -14542057 or 1514274. OLE color: 1514274.
HSL color Cylindrical-coordinate representation of color #221B17: hue angle of 21.82º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #221B17 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 27 | 23 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.87 |
| HSL | 21.82º | 0.19% | 0.11% | - |
| HSV(B) | 21.82º | 0.32% | 0.13% | - |
| XYZ | 1.21 | 1.19 | 0.98 | - |
| YUV | 28.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 27 | 23 | 0 | 0.21 | 0.32 | 0.87 | 21.82 | 0.19 | 0.11 |
| Hex | 22 | 1B | 17 | 0 | 15 | 20 | 57 | 16 | 13 | B |
| Octal | 42 | 33 | 27 | 0 | 25 | 40 | 127 | 26 | 23 | 13 |
| Binary | 100010 | 11011 | 10111 | 0 | 10101 | 100000 | 1010111 | 10110 | 10011 | 1011 |
Color Harmonies of #221B17
Complementary color
Monochromatic Colors of #221B17
Black with #221B17
Text Example
Text Example
White with #221B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221B17; }
p { color: rgb(34,27,23); }
H1.HeaderClassName
{
color: #221B17;
}
.AnyTagClassName
{
color: #221B17;
}
</style>
background-color css
<style>
a { background-color: #221B17; }
a { background-color: rgb(34,27,23); }
div.DivClassName
{
background-color: #221B17;
}
.BgClassName
{
background-color: #221B17;
}
</style>
border-color css
<style>
span { border-color: #221B17; }
span { border-color: rgb(34,27,23); }
td.TdClassName
{
border-color: #221B17;
}
.TagClassName
{
border-color: #221B17;
}
</style>