Shades of Bokara Grey #201B15
Tints of Bokara Grey #201B15
RGB
CMYK
RGB Variations
Color information
#201B15 (or 0x201B15) is known color: Bokara Grey. HEX triplet: 20, 1B and 15. RGB value is (32,27,21). Sum of RGB (Red+Green+Blue) = 32+27+21=80 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 32 - color contains mainly: red. Hex color #201B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B15 is #DFE4EA. Grayscale: #1B1B1B. Windows color (decimal): -14673131 or 1383200. OLE color: 1383200.
HSL color Cylindrical-coordinate representation of color #201B15: hue angle of 32.73º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #201B15 is Cyan = 0, Magento = 0.16, Yellow = 0.34 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 27 | 21 | - |
| CMYK | 0 | 0.16 | 0.34 | 0.87 |
| HSL | 32.73º | 0.21% | 0.1% | - |
| HSV(B) | 32.73º | 0.34% | 0.13% | - |
| XYZ | 1.12 | 1.15 | 0.87 | - |
| YUV | 27.81 | 124.16 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 27 | 21 | 0 | 0.16 | 0.34 | 0.87 | 32.73 | 0.21 | 0.1 |
| Hex | 20 | 1B | 15 | 0 | 10 | 22 | 57 | 21 | 15 | A |
| Octal | 40 | 33 | 25 | 0 | 20 | 42 | 127 | 41 | 25 | 12 |
| Binary | 100000 | 11011 | 10101 | 0 | 10000 | 100010 | 1010111 | 100001 | 10101 | 1010 |
Color Harmonies of #201B15
Complementary color
Monochromatic Colors of #201B15
Black with #201B15
Text Example
Text Example
White with #201B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201B15; }
p { color: rgb(32,27,21); }
H1.HeaderClassName
{
color: #201B15;
}
.AnyTagClassName
{
color: #201B15;
}
</style>
background-color css
<style>
a { background-color: #201B15; }
a { background-color: rgb(32,27,21); }
div.DivClassName
{
background-color: #201B15;
}
.BgClassName
{
background-color: #201B15;
}
</style>
border-color css
<style>
span { border-color: #201B15; }
span { border-color: rgb(32,27,21); }
td.TdClassName
{
border-color: #201B15;
}
.TagClassName
{
border-color: #201B15;
}
</style>