Shades of Bokara Grey #110F0D
Tints of Bokara Grey #110F0D
RGB
CMYK
RGB Variations
Color information
#110F0D (or 0x110F0D) is known color: Bokara Grey. HEX triplet: 11, 0F and 0D. RGB value is (17,15,13). Sum of RGB (Red+Green+Blue) = 17+15+13=45 (5% of max value = 765). Red value is 17 (7.03% from 255 or 37.78% from 45); Green value is 15 (6.25% from 255 or 33.33% from 45); Blue value is 13 (5.47% from 255 or 28.89% from 45); Max value from RGB is 17 - color contains mainly: red. Hex color #110F0D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110F0D is #EEF0F2. Grayscale: #0F0F0F. Windows color (decimal): -15659251 or 855825. OLE color: 855825.
HSL color Cylindrical-coordinate representation of color #110F0D: hue angle of 30º degrees, saturation: 0.13, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #110F0D is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.93.
Color convert
RGB | 17 | 15 | 13 | - |
CMYK | 0 | 0.12 | 0.24 | 0.93 |
HSL | 30º | 0.13% | 0.06% | - |
HSV(B) | 30º | 0.24% | 0.07% | - |
XYZ | 0.47 | 0.49 | 0.45 | - |
YUV | 15.37 | 126.66 | 129.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 17 | 15 | 13 | 0 | 0.12 | 0.24 | 0.93 | 30 | 0.13 | 0.06 |
Hex | 11 | F | D | 0 | C | 18 | 5D | 1E | D | 6 |
Octal | 21 | 17 | 15 | 0 | 14 | 30 | 135 | 36 | 15 | 6 |
Binary | 10001 | 1111 | 1101 | 0 | 1100 | 11000 | 1011101 | 11110 | 1101 | 110 |
Color Harmonies of #110F0D
Complementary color
Monochromatic Colors of #110F0D
Black with #110F0D
Text Example
Text Example
White with #110F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110F0D; }
p { color: rgb(17,15,13); }
H1.HeaderClassName
{
color: #110F0D;
}
.AnyTagClassName
{
color: #110F0D;
}
</style>
background-color css
<style>
a { background-color: #110F0D; }
a { background-color: rgb(17,15,13); }
div.DivClassName
{
background-color: #110F0D;
}
.BgClassName
{
background-color: #110F0D;
}
</style>
border-color css
<style>
span { border-color: #110F0D; }
span { border-color: rgb(17,15,13); }
td.TdClassName
{
border-color: #110F0D;
}
.TagClassName
{
border-color: #110F0D;
}
</style>