Shades of Bokara Grey #13110E
Tints of Bokara Grey #13110E
RGB
CMYK
RGB Variations
Color information
#13110E (or 0x13110E) is known color: Bokara Grey. HEX triplet: 13, 11 and 0E. RGB value is (19,17,14). Sum of RGB (Red+Green+Blue) = 19+17+14=50 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38% from 50); Green value is 17 (7.03% from 255 or 34% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 19 - color contains mainly: red. Hex color #13110E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13110E is #ECEEF1. Grayscale: #111111. Windows color (decimal): -15527666 or 921875. OLE color: 921875.
HSL color Cylindrical-coordinate representation of color #13110E: hue angle of 36º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #13110E is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 17 | 14 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.93 |
| HSL | 36º | 0.15% | 0.06% | - |
| HSV(B) | 36º | 0.26% | 0.07% | - |
| XYZ | 0.55 | 0.57 | 0.5 | - |
| YUV | 17.26 | 126.16 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 14 | 0 | 0.11 | 0.26 | 0.93 | 36 | 0.15 | 0.06 |
| Hex | 13 | 11 | E | 0 | B | 1A | 5D | 24 | F | 6 |
| Octal | 23 | 21 | 16 | 0 | 13 | 32 | 135 | 44 | 17 | 6 |
| Binary | 10011 | 10001 | 1110 | 0 | 1011 | 11010 | 1011101 | 100100 | 1111 | 110 |
Color Harmonies of #13110E
Complementary color
Monochromatic Colors of #13110E
Black with #13110E
Text Example
Text Example
White with #13110E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13110E; }
p { color: rgb(19,17,14); }
H1.HeaderClassName
{
color: #13110E;
}
.AnyTagClassName
{
color: #13110E;
}
</style>
background-color css
<style>
a { background-color: #13110E; }
a { background-color: rgb(19,17,14); }
div.DivClassName
{
background-color: #13110E;
}
.BgClassName
{
background-color: #13110E;
}
</style>
border-color css
<style>
span { border-color: #13110E; }
span { border-color: rgb(19,17,14); }
td.TdClassName
{
border-color: #13110E;
}
.TagClassName
{
border-color: #13110E;
}
</style>