Shades of Bokara Grey #13110F
Tints of Bokara Grey #13110F
RGB
CMYK
RGB Variations
Color information
#13110F (or 0x13110F) is known color: Bokara Grey. HEX triplet: 13, 11 and 0F. RGB value is (19,17,15). Sum of RGB (Red+Green+Blue) = 19+17+15=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 15 (6.25% from 255 or 29.41% from 51); Max value from RGB is 19 - color contains mainly: red. Hex color #13110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13110F is #ECEEF0. Grayscale: #111111. Windows color (decimal): -15527665 or 987411. OLE color: 987411.
HSL color Cylindrical-coordinate representation of color #13110F: hue angle of 30º degrees, saturation: 0.12, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #13110F is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.93.
Color convert
RGB | 19 | 17 | 15 | - |
CMYK | 0 | 0.11 | 0.21 | 0.93 |
HSL | 30º | 0.12% | 0.07% | - |
HSV(B) | 30º | 0.21% | 0.07% | - |
XYZ | 0.56 | 0.57 | 0.53 | - |
YUV | 17.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 19 | 17 | 15 | 0 | 0.11 | 0.21 | 0.93 | 30 | 0.12 | 0.07 |
Hex | 13 | 11 | F | 0 | B | 15 | 5D | 1E | C | 7 |
Octal | 23 | 21 | 17 | 0 | 13 | 25 | 135 | 36 | 14 | 7 |
Binary | 10011 | 10001 | 1111 | 0 | 1011 | 10101 | 1011101 | 11110 | 1100 | 111 |
Color Harmonies of #13110F
Complementary color
Monochromatic Colors of #13110F
Black with #13110F
Text Example
Text Example
White with #13110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13110F; }
p { color: rgb(19,17,15); }
H1.HeaderClassName
{
color: #13110F;
}
.AnyTagClassName
{
color: #13110F;
}
</style>
background-color css
<style>
a { background-color: #13110F; }
a { background-color: rgb(19,17,15); }
div.DivClassName
{
background-color: #13110F;
}
.BgClassName
{
background-color: #13110F;
}
</style>
border-color css
<style>
span { border-color: #13110F; }
span { border-color: rgb(19,17,15); }
td.TdClassName
{
border-color: #13110F;
}
.TagClassName
{
border-color: #13110F;
}
</style>