Shades of Bokara Grey #211D1B
Tints of Bokara Grey #211D1B
RGB
CMYK
RGB Variations
Color information
#211D1B (or 0x211D1B) is known color: Bokara Grey. HEX triplet: 21, 1D and 1B. RGB value is (33,29,27). Sum of RGB (Red+Green+Blue) = 33+29+27=89 (11% of max value = 765). Red value is 33 (13.28% from 255 or 37.08% from 89); Green value is 29 (11.72% from 255 or 32.58% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 33 - color contains mainly: red. Hex color #211D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211D1B is #DEE2E4. Grayscale: #1D1D1D. Windows color (decimal): -14607077 or 1776929. OLE color: 1776929.
HSL color Cylindrical-coordinate representation of color #211D1B: hue angle of 20º degrees, saturation: 0.1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #211D1B is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 29 | 27 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.87 |
| HSL | 20º | 0.1% | 0.12% | - |
| HSV(B) | 20º | 0.18% | 0.13% | - |
| XYZ | 1.26 | 1.28 | 1.22 | - |
| YUV | 29.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 29 | 27 | 0 | 0.12 | 0.18 | 0.87 | 20 | 0.1 | 0.12 |
| Hex | 21 | 1D | 1B | 0 | C | 12 | 57 | 14 | A | C |
| Octal | 41 | 35 | 33 | 0 | 14 | 22 | 127 | 24 | 12 | 14 |
| Binary | 100001 | 11101 | 11011 | 0 | 1100 | 10010 | 1010111 | 10100 | 1010 | 1100 |
Color Harmonies of #211D1B
Complementary color
Monochromatic Colors of #211D1B
Black with #211D1B
Text Example
Text Example
White with #211D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211D1B; }
p { color: rgb(33,29,27); }
H1.HeaderClassName
{
color: #211D1B;
}
.AnyTagClassName
{
color: #211D1B;
}
</style>
background-color css
<style>
a { background-color: #211D1B; }
a { background-color: rgb(33,29,27); }
div.DivClassName
{
background-color: #211D1B;
}
.BgClassName
{
background-color: #211D1B;
}
</style>
border-color css
<style>
span { border-color: #211D1B; }
span { border-color: rgb(33,29,27); }
td.TdClassName
{
border-color: #211D1B;
}
.TagClassName
{
border-color: #211D1B;
}
</style>