Shades of Bokara Grey #1A1815
Tints of Bokara Grey #1A1815
RGB
CMYK
RGB Variations
Color information
#1A1815 (or 0x1A1815) is known color: Bokara Grey. HEX triplet: 1A, 18 and 15. RGB value is (26,24,21). Sum of RGB (Red+Green+Blue) = 26+24+21=71 (9% of max value = 765). Red value is 26 (10.55% from 255 or 36.62% from 71); Green value is 24 (9.77% from 255 or 33.80% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1815 is #E5E7EA. Grayscale: #181818. Windows color (decimal): -15067115 or 1382426. OLE color: 1382426.
HSL color Cylindrical-coordinate representation of color #1A1815: hue angle of 36º degrees, saturation: 0.11, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1A1815 is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 26 | 24 | 21 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.90 |
| HSL | 36º | 0.11% | 0.09% | - |
| HSV(B) | 36º | 0.19% | 0.1% | - |
| XYZ | 0.89 | 0.93 | 0.84 | - |
| YUV | 24.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 24 | 21 | 0 | 0.08 | 0.19 | 0.90 | 36 | 0.11 | 0.09 |
| Hex | 1A | 18 | 15 | 0 | 8 | 13 | 5A | 24 | B | 9 |
| Octal | 32 | 30 | 25 | 0 | 10 | 23 | 132 | 44 | 13 | 11 |
| Binary | 11010 | 11000 | 10101 | 0 | 1000 | 10011 | 1011010 | 100100 | 1011 | 1001 |
Color Harmonies of #1A1815
Complementary color
Monochromatic Colors of #1A1815
Black with #1A1815
Text Example
Text Example
White with #1A1815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A1815; }
p { color: rgb(26,24,21); }
H1.HeaderClassName
{
color: #1A1815;
}
.AnyTagClassName
{
color: #1A1815;
}
</style>
background-color css
<style>
a { background-color: #1A1815; }
a { background-color: rgb(26,24,21); }
div.DivClassName
{
background-color: #1A1815;
}
.BgClassName
{
background-color: #1A1815;
}
</style>
border-color css
<style>
span { border-color: #1A1815; }
span { border-color: rgb(26,24,21); }
td.TdClassName
{
border-color: #1A1815;
}
.TagClassName
{
border-color: #1A1815;
}
</style>