Shades of Bokara Grey #211B14
Tints of Bokara Grey #211B14
RGB
CMYK
RGB Variations
Color information
#211B14 (or 0x211B14) is known color: Bokara Grey. HEX triplet: 21, 1B and 14. RGB value is (33,27,20). Sum of RGB (Red+Green+Blue) = 33+27+20=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 20 (8.20% from 255 or 25% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #211B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B14 is #DEE4EB. Grayscale: #1C1C1C. Windows color (decimal): -14607596 or 1317665. OLE color: 1317665.
HSL color Cylindrical-coordinate representation of color #211B14: hue angle of 32.31º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #211B14 is Cyan = 0, Magento = 0.18, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 27 | 20 | - |
| CMYK | 0 | 0.18 | 0.39 | 0.87 |
| HSL | 32.31º | 0.25% | 0.1% | - |
| HSV(B) | 32.31º | 0.39% | 0.13% | - |
| XYZ | 1.15 | 1.16 | 0.82 | - |
| YUV | 28 | 123.49 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 20 | 0 | 0.18 | 0.39 | 0.87 | 32.31 | 0.25 | 0.1 |
| Hex | 21 | 1B | 14 | 0 | 12 | 27 | 57 | 20 | 19 | A |
| Octal | 41 | 33 | 24 | 0 | 22 | 47 | 127 | 40 | 31 | 12 |
| Binary | 100001 | 11011 | 10100 | 0 | 10010 | 100111 | 1010111 | 100000 | 11001 | 1010 |
Color Harmonies of #211B14
Complementary color
Monochromatic Colors of #211B14
Black with #211B14
Text Example
Text Example
White with #211B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B14; }
p { color: rgb(33,27,20); }
H1.HeaderClassName
{
color: #211B14;
}
.AnyTagClassName
{
color: #211B14;
}
</style>
background-color css
<style>
a { background-color: #211B14; }
a { background-color: rgb(33,27,20); }
div.DivClassName
{
background-color: #211B14;
}
.BgClassName
{
background-color: #211B14;
}
</style>
border-color css
<style>
span { border-color: #211B14; }
span { border-color: rgb(33,27,20); }
td.TdClassName
{
border-color: #211B14;
}
.TagClassName
{
border-color: #211B14;
}
</style>