Shades of Bokara Grey #211A11
Tints of Bokara Grey #211A11
RGB
CMYK
RGB Variations
Color information
#211A11 (or 0x211A11) is known color: Bokara Grey. HEX triplet: 21, 1A and 11. RGB value is (33,26,17). Sum of RGB (Red+Green+Blue) = 33+26+17=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 26 (10.55% from 255 or 34.21% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211A11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211A11 is #DEE5EE. Grayscale: #1B1B1B. Windows color (decimal): -14607855 or 1120801. OLE color: 1120801.
HSL color Cylindrical-coordinate representation of color #211A11: hue angle of 33.75º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #211A11 is Cyan = 0, Magento = 0.21, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 26 | 17 | - |
| CMYK | 0 | 0.21 | 0.48 | 0.87 |
| HSL | 33.75º | 0.32% | 0.1% | - |
| HSV(B) | 33.75º | 0.48% | 0.13% | - |
| XYZ | 1.1 | 1.1 | 0.69 | - |
| YUV | 27.07 | 122.32 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 26 | 17 | 0 | 0.21 | 0.48 | 0.87 | 33.75 | 0.32 | 0.1 |
| Hex | 21 | 1A | 11 | 0 | 15 | 30 | 57 | 22 | 20 | A |
| Octal | 41 | 32 | 21 | 0 | 25 | 60 | 127 | 42 | 40 | 12 |
| Binary | 100001 | 11010 | 10001 | 0 | 10101 | 110000 | 1010111 | 100010 | 100000 | 1010 |
Color Harmonies of #211A11
Complementary color
Monochromatic Colors of #211A11
Black with #211A11
Text Example
Text Example
White with #211A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211A11; }
p { color: rgb(33,26,17); }
H1.HeaderClassName
{
color: #211A11;
}
.AnyTagClassName
{
color: #211A11;
}
</style>
background-color css
<style>
a { background-color: #211A11; }
a { background-color: rgb(33,26,17); }
div.DivClassName
{
background-color: #211A11;
}
.BgClassName
{
background-color: #211A11;
}
</style>
border-color css
<style>
span { border-color: #211A11; }
span { border-color: rgb(33,26,17); }
td.TdClassName
{
border-color: #211A11;
}
.TagClassName
{
border-color: #211A11;
}
</style>