Shades of Bokara Grey #110C05
Tints of Bokara Grey #110C05
RGB
CMYK
RGB Variations
Color information
#110C05 (or 0x110C05) is known color: Bokara Grey. HEX triplet: 11, 0C and 05. RGB value is (17,12,5). Sum of RGB (Red+Green+Blue) = 17+12+5=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 12 (5.08% from 255 or 35.29% from 34); Blue value is 5 (2.34% from 255 or 14.71% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110C05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110C05 is #EEF3FA. Grayscale: #0C0C0C. Windows color (decimal): -15660027 or 330769. OLE color: 330769.
HSL color Cylindrical-coordinate representation of color #110C05: hue angle of 35º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #110C05 is Cyan = 0, Magento = 0.29, Yellow = 0.71 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 12 | 5 | - |
| CMYK | 0 | 0.29 | 0.71 | 0.93 |
| HSL | 35º | 0.55% | 0.04% | - |
| HSV(B) | 35º | 0.71% | 0.07% | - |
| XYZ | 0.39 | 0.39 | 0.2 | - |
| YUV | 12.7 | 123.66 | 131.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 12 | 5 | 0 | 0.29 | 0.71 | 0.93 | 35 | 0.55 | 0.04 |
| Hex | 11 | C | 5 | 0 | 1D | 47 | 5D | 23 | 37 | 4 |
| Octal | 21 | 14 | 5 | 0 | 35 | 107 | 135 | 43 | 67 | 4 |
| Binary | 10001 | 1100 | 101 | 0 | 11101 | 1000111 | 1011101 | 100011 | 110111 | 100 |
Color Harmonies of #110C05
Complementary color
Monochromatic Colors of #110C05
Black with #110C05
Text Example
Text Example
White with #110C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110C05; }
p { color: rgb(17,12,5); }
H1.HeaderClassName
{
color: #110C05;
}
.AnyTagClassName
{
color: #110C05;
}
</style>
background-color css
<style>
a { background-color: #110C05; }
a { background-color: rgb(17,12,5); }
div.DivClassName
{
background-color: #110C05;
}
.BgClassName
{
background-color: #110C05;
}
</style>
border-color css
<style>
span { border-color: #110C05; }
span { border-color: rgb(17,12,5); }
td.TdClassName
{
border-color: #110C05;
}
.TagClassName
{
border-color: #110C05;
}
</style>