Shades of Bokara Grey #221C17
Tints of Bokara Grey #221C17
RGB
CMYK
RGB Variations
Color information
#221C17 (or 0x221C17) is known color: Bokara Grey. HEX triplet: 22, 1C and 17. RGB value is (34,28,23). Sum of RGB (Red+Green+Blue) = 34+28+23=85 (11% of max value = 765). Red value is 34 (13.67% from 255 or 40% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 34 - color contains mainly: red. Hex color #221C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C17 is #DDE3E8. Grayscale: #1D1D1D. Windows color (decimal): -14541801 or 1514530. OLE color: 1514530.
HSL color Cylindrical-coordinate representation of color #221C17: hue angle of 27.27º 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 #221C17 is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 28 | 23 | - |
| CMYK | 0 | 0.18 | 0.32 | 0.87 |
| HSL | 27.27º | 0.19% | 0.11% | - |
| HSV(B) | 27.27º | 0.32% | 0.13% | - |
| XYZ | 1.23 | 1.23 | 0.98 | - |
| YUV | 29.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 23 | 0 | 0.18 | 0.32 | 0.87 | 27.27 | 0.19 | 0.11 |
| Hex | 22 | 1C | 17 | 0 | 12 | 20 | 57 | 1B | 13 | B |
| Octal | 42 | 34 | 27 | 0 | 22 | 40 | 127 | 33 | 23 | 13 |
| Binary | 100010 | 11100 | 10111 | 0 | 10010 | 100000 | 1010111 | 11011 | 10011 | 1011 |
Color Harmonies of #221C17
Complementary color
Monochromatic Colors of #221C17
Black with #221C17
Text Example
Text Example
White with #221C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C17; }
p { color: rgb(34,28,23); }
H1.HeaderClassName
{
color: #221C17;
}
.AnyTagClassName
{
color: #221C17;
}
</style>
background-color css
<style>
a { background-color: #221C17; }
a { background-color: rgb(34,28,23); }
div.DivClassName
{
background-color: #221C17;
}
.BgClassName
{
background-color: #221C17;
}
</style>
border-color css
<style>
span { border-color: #221C17; }
span { border-color: rgb(34,28,23); }
td.TdClassName
{
border-color: #221C17;
}
.TagClassName
{
border-color: #221C17;
}
</style>