Shades of Bokara Grey #211F1C
Tints of Bokara Grey #211F1C
RGB
CMYK
RGB Variations
Color information
#211F1C (or 0x211F1C) is known color: Bokara Grey. HEX triplet: 21, 1F and 1C. RGB value is (33,31,28). Sum of RGB (Red+Green+Blue) = 33+31+28=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 31 (12.5% from 255 or 33.70% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 33 - color contains mainly: red. Hex color #211F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211F1C is #DEE0E3. Grayscale: #1F1F1F. Windows color (decimal): -14606564 or 1842977. OLE color: 1842977.
HSL color Cylindrical-coordinate representation of color #211F1C: hue angle of 36º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #211F1C is Cyan = 0, Magento = 0.06, Yellow = 0.15 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 31 | 28 | - |
| CMYK | 0 | 0.06 | 0.15 | 0.87 |
| HSL | 36º | 0.08% | 0.12% | - |
| HSV(B) | 36º | 0.15% | 0.13% | - |
| XYZ | 1.33 | 1.39 | 1.3 | - |
| YUV | 31.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 31 | 28 | 0 | 0.06 | 0.15 | 0.87 | 36 | 0.08 | 0.12 |
| Hex | 21 | 1F | 1C | 0 | 6 | F | 57 | 24 | 8 | C |
| Octal | 41 | 37 | 34 | 0 | 6 | 17 | 127 | 44 | 10 | 14 |
| Binary | 100001 | 11111 | 11100 | 0 | 110 | 1111 | 1010111 | 100100 | 1000 | 1100 |
Color Harmonies of #211F1C
Complementary color
Monochromatic Colors of #211F1C
Black with #211F1C
Text Example
Text Example
White with #211F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211F1C; }
p { color: rgb(33,31,28); }
H1.HeaderClassName
{
color: #211F1C;
}
.AnyTagClassName
{
color: #211F1C;
}
</style>
background-color css
<style>
a { background-color: #211F1C; }
a { background-color: rgb(33,31,28); }
div.DivClassName
{
background-color: #211F1C;
}
.BgClassName
{
background-color: #211F1C;
}
</style>
border-color css
<style>
span { border-color: #211F1C; }
span { border-color: rgb(33,31,28); }
td.TdClassName
{
border-color: #211F1C;
}
.TagClassName
{
border-color: #211F1C;
}
</style>