Shades of Bokara Grey #211914
Tints of Bokara Grey #211914
RGB
CMYK
RGB Variations
Color information
#211914 (or 0x211914) is known color: Bokara Grey. HEX triplet: 21, 19 and 14. RGB value is (33,25,20). Sum of RGB (Red+Green+Blue) = 33+25+20=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 25 (10.16% from 255 or 32.05% from 78); Blue value is 20 (8.20% from 255 or 25.64% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211914 is #DEE6EB. Grayscale: #1A1A1A. Windows color (decimal): -14608108 or 1317153. OLE color: 1317153.
HSL color Cylindrical-coordinate representation of color #211914: hue angle of 23.08º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211914 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 25 | 20 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.87 |
| HSL | 23.08º | 0.25% | 0.1% | - |
| HSV(B) | 23.08º | 0.39% | 0.13% | - |
| XYZ | 1.1 | 1.07 | 0.81 | - |
| YUV | 26.82 | 124.15 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 25 | 20 | 0 | 0.24 | 0.39 | 0.87 | 23.08 | 0.25 | 0.1 |
| Hex | 21 | 19 | 14 | 0 | 18 | 27 | 57 | 17 | 19 | A |
| Octal | 41 | 31 | 24 | 0 | 30 | 47 | 127 | 27 | 31 | 12 |
| Binary | 100001 | 11001 | 10100 | 0 | 11000 | 100111 | 1010111 | 10111 | 11001 | 1010 |
Color Harmonies of #211914
Complementary color
Monochromatic Colors of #211914
Black with #211914
Text Example
Text Example
White with #211914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211914; }
p { color: rgb(33,25,20); }
H1.HeaderClassName
{
color: #211914;
}
.AnyTagClassName
{
color: #211914;
}
</style>
background-color css
<style>
a { background-color: #211914; }
a { background-color: rgb(33,25,20); }
div.DivClassName
{
background-color: #211914;
}
.BgClassName
{
background-color: #211914;
}
</style>
border-color css
<style>
span { border-color: #211914; }
span { border-color: rgb(33,25,20); }
td.TdClassName
{
border-color: #211914;
}
.TagClassName
{
border-color: #211914;
}
</style>