Shades of Black #110600
Tints of Black #110600
RGB
CMYK
RGB Variations
Color information
#110600 (or 0x110600) is known color: Black. HEX triplet: 11, 06 and 00. RGB value is (17,6,0). Sum of RGB (Red+Green+Blue) = 17+6+0=23 (3% of max value = 765). Red value is 17 (7.03% from 255 or 73.91% from 23); Green value is 6 (2.73% from 255 or 26.09% from 23); Blue value is 0 (0.39% from 255 or 0% from 23); Max value from RGB is 17 - color contains mainly: red. Hex color #110600 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110600 is #EEF9FF. Grayscale: #080808. Windows color (decimal): -15661568 or 1553. OLE color: 1553.
HSL color Cylindrical-coordinate representation of color #110600: hue angle of 21.18º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #110600 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 6 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.93 |
| HSL | 21.18º | 1% | 0.03% | - |
| HSV(B) | 21.18º | 1% | 0.07% | - |
| XYZ | 0.3 | 0.25 | 0.03 | - |
| YUV | 8.61 | 123.14 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 6 | 0 | 0 | 0.65 | 1 | 0.93 | 21.18 | 1 | 0.03 |
| Hex | 11 | 6 | 0 | 0 | 41 | 64 | 5D | 15 | 64 | 3 |
| Octal | 21 | 6 | 0 | 0 | 101 | 144 | 135 | 25 | 144 | 3 |
| Binary | 10001 | 110 | 0 | 0 | 1000001 | 1100100 | 1011101 | 10101 | 1100100 | 11 |
Color Harmonies of #110600
Complementary color
Monochromatic Colors of #110600
Black with #110600
Text Example
Text Example
White with #110600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110600; }
p { color: rgb(17,6,0); }
H1.HeaderClassName
{
color: #110600;
}
.AnyTagClassName
{
color: #110600;
}
</style>
background-color css
<style>
a { background-color: #110600; }
a { background-color: rgb(17,6,0); }
div.DivClassName
{
background-color: #110600;
}
.BgClassName
{
background-color: #110600;
}
</style>
border-color css
<style>
span { border-color: #110600; }
span { border-color: rgb(17,6,0); }
td.TdClassName
{
border-color: #110600;
}
.TagClassName
{
border-color: #110600;
}
</style>