Shades of Bokara Grey #211B13
Tints of Bokara Grey #211B13
RGB
CMYK
RGB Variations
Color information
#211B13 (or 0x211B13) is known color: Bokara Grey. HEX triplet: 21, 1B and 13. RGB value is (33,27,19). Sum of RGB (Red+Green+Blue) = 33+27+19=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 27 (10.94% from 255 or 34.18% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #211B13 is #DEE4EC. Grayscale: #1B1B1B. Windows color (decimal): -14607597 or 1252129. OLE color: 1252129.
HSL color Cylindrical-coordinate representation of color #211B13: hue angle of 34.29º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #211B13 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 27 | 19 | - |
| CMYK | 0 | 0.18 | 0.42 | 0.87 |
| HSL | 34.29º | 0.27% | 0.1% | - |
| HSV(B) | 34.29º | 0.42% | 0.13% | - |
| XYZ | 1.14 | 1.15 | 0.78 | - |
| YUV | 27.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 27 | 19 | 0 | 0.18 | 0.42 | 0.87 | 34.29 | 0.27 | 0.1 |
| Hex | 21 | 1B | 13 | 0 | 12 | 2A | 57 | 22 | 1B | A |
| Octal | 41 | 33 | 23 | 0 | 22 | 52 | 127 | 42 | 33 | 12 |
| Binary | 100001 | 11011 | 10011 | 0 | 10010 | 101010 | 1010111 | 100010 | 11011 | 1010 |
Color Harmonies of #211B13
Complementary color
Monochromatic Colors of #211B13
Black with #211B13
Text Example
Text Example
White with #211B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #211B13; }
p { color: rgb(33,27,19); }
H1.HeaderClassName
{
color: #211B13;
}
.AnyTagClassName
{
color: #211B13;
}
</style>
background-color css
<style>
a { background-color: #211B13; }
a { background-color: rgb(33,27,19); }
div.DivClassName
{
background-color: #211B13;
}
.BgClassName
{
background-color: #211B13;
}
</style>
border-color css
<style>
span { border-color: #211B13; }
span { border-color: rgb(33,27,19); }
td.TdClassName
{
border-color: #211B13;
}
.TagClassName
{
border-color: #211B13;
}
</style>