Shades of Bokara Grey #211D17
Tints of Bokara Grey #211D17
RGB
CMYK
RGB Variations
Color information
#211D17 (or 0x211D17) is known color: Bokara Grey. HEX triplet: 21, 1D and 17. RGB value is (33,29,23). Sum of RGB (Red+Green+Blue) = 33+29+23=85 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.82% from 85); Green value is 29 (11.72% from 255 or 34.12% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 33 - color contains mainly: red. Hex color #211D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211D17 is #DEE2E8. Grayscale: #1D1D1D. Windows color (decimal): -14607081 or 1514785. OLE color: 1514785.
HSL color Cylindrical-coordinate representation of color #211D17: hue angle of 36º degrees, saturation: 0.18, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #211D17 is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 29 | 23 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.87 |
| HSL | 36º | 0.18% | 0.11% | - |
| HSV(B) | 36º | 0.3% | 0.13% | - |
| XYZ | 1.22 | 1.26 | 0.99 | - |
| YUV | 29.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 23 | 0 | 0.12 | 0.30 | 0.87 | 36 | 0.18 | 0.11 |
| Hex | 21 | 1D | 17 | 0 | C | 1E | 57 | 24 | 12 | B |
| Octal | 41 | 35 | 27 | 0 | 14 | 36 | 127 | 44 | 22 | 13 |
| Binary | 100001 | 11101 | 10111 | 0 | 1100 | 11110 | 1010111 | 100100 | 10010 | 1011 |
Color Harmonies of #211D17
Complementary color
Monochromatic Colors of #211D17
Black with #211D17
Text Example
Text Example
White with #211D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D17; }
p { color: rgb(33,29,23); }
H1.HeaderClassName
{
color: #211D17;
}
.AnyTagClassName
{
color: #211D17;
}
</style>
background-color css
<style>
a { background-color: #211D17; }
a { background-color: rgb(33,29,23); }
div.DivClassName
{
background-color: #211D17;
}
.BgClassName
{
background-color: #211D17;
}
</style>
border-color css
<style>
span { border-color: #211D17; }
span { border-color: rgb(33,29,23); }
td.TdClassName
{
border-color: #211D17;
}
.TagClassName
{
border-color: #211D17;
}
</style>