Shades of Bokara Grey #211E1A
Tints of Bokara Grey #211E1A
RGB
CMYK
RGB Variations
Color information
#211E1A (or 0x211E1A) is known color: Bokara Grey. HEX triplet: 21, 1E and 1A. RGB value is (33,30,26). Sum of RGB (Red+Green+Blue) = 33+30+26=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 30 (12.11% from 255 or 33.71% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1A is #DEE1E5. Grayscale: #1E1E1E. Windows color (decimal): -14606822 or 1711649. OLE color: 1711649.
HSL color Cylindrical-coordinate representation of color #211E1A: hue angle of 34.29º degrees, saturation: 0.12, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #211E1A is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 30 | 26 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.87 |
| HSL | 34.29º | 0.12% | 0.12% | - |
| HSV(B) | 34.29º | 0.21% | 0.13% | - |
| XYZ | 1.28 | 1.33 | 1.17 | - |
| YUV | 30.44 | 125.49 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 30 | 26 | 0 | 0.09 | 0.21 | 0.87 | 34.29 | 0.12 | 0.12 |
| Hex | 21 | 1E | 1A | 0 | 9 | 15 | 57 | 22 | C | C |
| Octal | 41 | 36 | 32 | 0 | 11 | 25 | 127 | 42 | 14 | 14 |
| Binary | 100001 | 11110 | 11010 | 0 | 1001 | 10101 | 1010111 | 100010 | 1100 | 1100 |
Color Harmonies of #211E1A
Complementary color
Monochromatic Colors of #211E1A
Black with #211E1A
Text Example
Text Example
White with #211E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211E1A; }
p { color: rgb(33,30,26); }
H1.HeaderClassName
{
color: #211E1A;
}
.AnyTagClassName
{
color: #211E1A;
}
</style>
background-color css
<style>
a { background-color: #211E1A; }
a { background-color: rgb(33,30,26); }
div.DivClassName
{
background-color: #211E1A;
}
.BgClassName
{
background-color: #211E1A;
}
</style>
border-color css
<style>
span { border-color: #211E1A; }
span { border-color: rgb(33,30,26); }
td.TdClassName
{
border-color: #211E1A;
}
.TagClassName
{
border-color: #211E1A;
}
</style>