Shades of Bokara Grey #15110F
Tints of Bokara Grey #15110F
RGB
CMYK
RGB Variations
Color information
#15110F (or 0x15110F) is known color: Bokara Grey. HEX triplet: 15, 11 and 0F. RGB value is (21,17,15). Sum of RGB (Red+Green+Blue) = 21+17+15=53 (7% of max value = 765). Red value is 21 (8.59% from 255 or 39.62% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 21 - color contains mainly: red. Hex color #15110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #15110F is #EAEEF0. Grayscale: #111111. Windows color (decimal): -15396593 or 987413. OLE color: 987413.
HSL color Cylindrical-coordinate representation of color #15110F: hue angle of 20º degrees, saturation: 0.17, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #15110F is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 21 | 17 | 15 | - |
| CMYK | 0 | 0.19 | 0.29 | 0.92 |
| HSL | 20º | 0.17% | 0.07% | - |
| HSV(B) | 20º | 0.29% | 0.08% | - |
| XYZ | 0.6 | 0.59 | 0.54 | - |
| YUV | 17.97 | 126.33 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 17 | 15 | 0 | 0.19 | 0.29 | 0.92 | 20 | 0.17 | 0.07 |
| Hex | 15 | 11 | F | 0 | 13 | 1D | 5C | 14 | 11 | 7 |
| Octal | 25 | 21 | 17 | 0 | 23 | 35 | 134 | 24 | 21 | 7 |
| Binary | 10101 | 10001 | 1111 | 0 | 10011 | 11101 | 1011100 | 10100 | 10001 | 111 |
Color Harmonies of #15110F
Complementary color
Monochromatic Colors of #15110F
Black with #15110F
Text Example
Text Example
White with #15110F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15110F; }
p { color: rgb(21,17,15); }
H1.HeaderClassName
{
color: #15110F;
}
.AnyTagClassName
{
color: #15110F;
}
</style>
background-color css
<style>
a { background-color: #15110F; }
a { background-color: rgb(21,17,15); }
div.DivClassName
{
background-color: #15110F;
}
.BgClassName
{
background-color: #15110F;
}
</style>
border-color css
<style>
span { border-color: #15110F; }
span { border-color: rgb(21,17,15); }
td.TdClassName
{
border-color: #15110F;
}
.TagClassName
{
border-color: #15110F;
}
</style>