Shades of Bokara Grey #1B1815
Tints of Bokara Grey #1B1815
RGB
CMYK
RGB Variations
Color information
#1B1815 (or 0x1B1815) is known color: Bokara Grey. HEX triplet: 1B, 18 and 15. RGB value is (27,24,21). Sum of RGB (Red+Green+Blue) = 27+24+21=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 24 (9.77% from 255 or 33.33% from 72); Blue value is 21 (8.59% from 255 or 29.17% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1815 is #E4E7EA. Grayscale: #181818. Windows color (decimal): -15001579 or 1382427. OLE color: 1382427.
HSL color Cylindrical-coordinate representation of color #1B1815: hue angle of 30º degrees, saturation: 0.12, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #1B1815 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 24 | 21 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.89 |
| HSL | 30º | 0.13% | 0.09% | - |
| HSV(B) | 30º | 0.22% | 0.11% | - |
| XYZ | 0.91 | 0.94 | 0.84 | - |
| YUV | 24.56 | 125.99 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 21 | 0 | 0.11 | 0.22 | 0.89 | 30 | 0.13 | 0.09 |
| Hex | 1B | 18 | 15 | 0 | B | 16 | 59 | 1E | C | 9 |
| Octal | 33 | 30 | 25 | 0 | 13 | 26 | 131 | 36 | 14 | 11 |
| Binary | 11011 | 11000 | 10101 | 0 | 1011 | 10110 | 1011001 | 11110 | 1100 | 1001 |
Color Harmonies of #1B1815
Complementary color
Monochromatic Colors of #1B1815
Black with #1B1815
Text Example
Text Example
White with #1B1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1815; }
p { color: rgb(27,24,21); }
H1.HeaderClassName
{
color: #1B1815;
}
.AnyTagClassName
{
color: #1B1815;
}
</style>
background-color css
<style>
a { background-color: #1B1815; }
a { background-color: rgb(27,24,21); }
div.DivClassName
{
background-color: #1B1815;
}
.BgClassName
{
background-color: #1B1815;
}
</style>
border-color css
<style>
span { border-color: #1B1815; }
span { border-color: rgb(27,24,21); }
td.TdClassName
{
border-color: #1B1815;
}
.TagClassName
{
border-color: #1B1815;
}
</style>