Shades of Bokara Grey #211F1D
Tints of Bokara Grey #211F1D
RGB
CMYK
RGB Variations
Color information
#211F1D (or 0x211F1D) is known color: Bokara Grey. HEX triplet: 21, 1F and 1D. RGB value is (33,31,29). Sum of RGB (Red+Green+Blue) = 33+31+29=93 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.48% from 93); Green value is 31 (12.5% from 255 or 33.33% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 33 - color contains mainly: red. Hex color #211F1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F1D is #DEE0E2. Grayscale: #1F1F1F. Windows color (decimal): -14606563 or 1908513. OLE color: 1908513.
HSL color Cylindrical-coordinate representation of color #211F1D: hue angle of 30º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #211F1D is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 31 | 29 | - |
| CMYK | 0 | 0.06 | 0.12 | 0.87 |
| HSL | 30º | 0.06% | 0.12% | - |
| HSV(B) | 30º | 0.12% | 0.13% | - |
| XYZ | 1.34 | 1.39 | 1.36 | - |
| YUV | 31.37 | 126.66 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 29 | 0 | 0.06 | 0.12 | 0.87 | 30 | 0.06 | 0.12 |
| Hex | 21 | 1F | 1D | 0 | 6 | C | 57 | 1E | 6 | C |
| Octal | 41 | 37 | 35 | 0 | 6 | 14 | 127 | 36 | 6 | 14 |
| Binary | 100001 | 11111 | 11101 | 0 | 110 | 1100 | 1010111 | 11110 | 110 | 1100 |
Color Harmonies of #211F1D
Complementary color
Monochromatic Colors of #211F1D
Black with #211F1D
Text Example
Text Example
White with #211F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F1D; }
p { color: rgb(33,31,29); }
H1.HeaderClassName
{
color: #211F1D;
}
.AnyTagClassName
{
color: #211F1D;
}
</style>
background-color css
<style>
a { background-color: #211F1D; }
a { background-color: rgb(33,31,29); }
div.DivClassName
{
background-color: #211F1D;
}
.BgClassName
{
background-color: #211F1D;
}
</style>
border-color css
<style>
span { border-color: #211F1D; }
span { border-color: rgb(33,31,29); }
td.TdClassName
{
border-color: #211F1D;
}
.TagClassName
{
border-color: #211F1D;
}
</style>