Shades of Bokara Grey #221C14
Tints of Bokara Grey #221C14
RGB
CMYK
RGB Variations
Color information
#221C14 (or 0x221C14) is known color: Bokara Grey. HEX triplet: 22, 1C and 14. RGB value is (34,28,20). Sum of RGB (Red+Green+Blue) = 34+28+20=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 28 (11.33% from 255 or 34.15% from 82); Blue value is 20 (8.20% from 255 or 24.39% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #221C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #221C14 is #DDE3EB. Grayscale: #1C1C1C. Windows color (decimal): -14541804 or 1317922. OLE color: 1317922.
HSL color Cylindrical-coordinate representation of color #221C14: hue angle of 34.29º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #221C14 is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 34 | 28 | 20 | - |
| CMYK | 0 | 0.18 | 0.41 | 0.87 |
| HSL | 34.29º | 0.26% | 0.11% | - |
| HSV(B) | 34.29º | 0.41% | 0.13% | - |
| XYZ | 1.2 | 1.22 | 0.83 | - |
| YUV | 28.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 28 | 20 | 0 | 0.18 | 0.41 | 0.87 | 34.29 | 0.26 | 0.11 |
| Hex | 22 | 1C | 14 | 0 | 12 | 29 | 57 | 22 | 1A | B |
| Octal | 42 | 34 | 24 | 0 | 22 | 51 | 127 | 42 | 32 | 13 |
| Binary | 100010 | 11100 | 10100 | 0 | 10010 | 101001 | 1010111 | 100010 | 11010 | 1011 |
Color Harmonies of #221C14
Complementary color
Monochromatic Colors of #221C14
Black with #221C14
Text Example
Text Example
White with #221C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #221C14; }
p { color: rgb(34,28,20); }
H1.HeaderClassName
{
color: #221C14;
}
.AnyTagClassName
{
color: #221C14;
}
</style>
background-color css
<style>
a { background-color: #221C14; }
a { background-color: rgb(34,28,20); }
div.DivClassName
{
background-color: #221C14;
}
.BgClassName
{
background-color: #221C14;
}
</style>
border-color css
<style>
span { border-color: #221C14; }
span { border-color: rgb(34,28,20); }
td.TdClassName
{
border-color: #221C14;
}
.TagClassName
{
border-color: #221C14;
}
</style>