Shades of Bokara Grey #211F1E
Tints of Bokara Grey #211F1E
RGB
CMYK
RGB Variations
Color information
#211F1E (or 0x211F1E) is known color: Bokara Grey. HEX triplet: 21, 1F and 1E. RGB value is (33,31,30). Sum of RGB (Red+Green+Blue) = 33+31+30=94 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.11% from 94); Green value is 31 (12.5% from 255 or 32.98% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 33 - color contains mainly: red. Hex color #211F1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F1E is #DEE0E1. Grayscale: #1F1F1F. Windows color (decimal): -14606562 or 1974049. OLE color: 1974049.
HSL color Cylindrical-coordinate representation of color #211F1E: hue angle of 20º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #211F1E is Cyan = 0, Magento = 0.06, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 31 | 30 | - |
| CMYK | 0 | 0.06 | 0.09 | 0.87 |
| HSL | 20º | 0.05% | 0.12% | - |
| HSV(B) | 20º | 0.09% | 0.13% | - |
| XYZ | 1.35 | 1.4 | 1.43 | - |
| YUV | 31.48 | 127.16 | 129.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 30 | 0 | 0.06 | 0.09 | 0.87 | 20 | 0.05 | 0.12 |
| Hex | 21 | 1F | 1E | 0 | 6 | 9 | 57 | 14 | 5 | C |
| Octal | 41 | 37 | 36 | 0 | 6 | 11 | 127 | 24 | 5 | 14 |
| Binary | 100001 | 11111 | 11110 | 0 | 110 | 1001 | 1010111 | 10100 | 101 | 1100 |
Color Harmonies of #211F1E
Complementary color
Monochromatic Colors of #211F1E
Black with #211F1E
Text Example
Text Example
White with #211F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F1E; }
p { color: rgb(33,31,30); }
H1.HeaderClassName
{
color: #211F1E;
}
.AnyTagClassName
{
color: #211F1E;
}
</style>
background-color css
<style>
a { background-color: #211F1E; }
a { background-color: rgb(33,31,30); }
div.DivClassName
{
background-color: #211F1E;
}
.BgClassName
{
background-color: #211F1E;
}
</style>
border-color css
<style>
span { border-color: #211F1E; }
span { border-color: rgb(33,31,30); }
td.TdClassName
{
border-color: #211F1E;
}
.TagClassName
{
border-color: #211F1E;
}
</style>