Shades of Bokara Grey #21201F
Tints of Bokara Grey #21201F
RGB
CMYK
RGB Variations
Color information
#21201F (or 0x21201F) is known color: Bokara Grey. HEX triplet: 21, 20 and 1F. RGB value is (33,32,31). Sum of RGB (Red+Green+Blue) = 33+32+31=96 (12% of max value = 765). Red value is 33 (13.28% from 255 or 34.38% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 33 - color contains mainly: red. Hex color #21201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21201F is #DEDFE0. Grayscale: #202020. Windows color (decimal): -14606305 or 2039841. OLE color: 2039841.
HSL color Cylindrical-coordinate representation of color #21201F: hue angle of 30º degrees, saturation: 0.03, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #21201F is Cyan = 0, Magento = 0.03, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 32 | 31 | - |
| CMYK | 0 | 0.03 | 0.06 | 0.87 |
| HSL | 30º | 0.03% | 0.13% | - |
| HSV(B) | 30º | 0.06% | 0.13% | - |
| XYZ | 1.39 | 1.46 | 1.5 | - |
| YUV | 32.19 | 127.33 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 32 | 31 | 0 | 0.03 | 0.06 | 0.87 | 30 | 0.03 | 0.13 |
| Hex | 21 | 20 | 1F | 0 | 3 | 6 | 57 | 1E | 3 | D |
| Octal | 41 | 40 | 37 | 0 | 3 | 6 | 127 | 36 | 3 | 15 |
| Binary | 100001 | 100000 | 11111 | 0 | 11 | 110 | 1010111 | 11110 | 11 | 1101 |
Color Harmonies of #21201F
Complementary color
Monochromatic Colors of #21201F
Black with #21201F
Text Example
Text Example
White with #21201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21201F; }
p { color: rgb(33,32,31); }
H1.HeaderClassName
{
color: #21201F;
}
.AnyTagClassName
{
color: #21201F;
}
</style>
background-color css
<style>
a { background-color: #21201F; }
a { background-color: rgb(33,32,31); }
div.DivClassName
{
background-color: #21201F;
}
.BgClassName
{
background-color: #21201F;
}
</style>
border-color css
<style>
span { border-color: #21201F; }
span { border-color: rgb(33,32,31); }
td.TdClassName
{
border-color: #21201F;
}
.TagClassName
{
border-color: #21201F;
}
</style>