Shades of Mardi Gras #110111
Tints of Mardi Gras #110111
RGB
CMYK
RGB Variations
Color information
#110111 (or 0x110111) is known color: Mardi Gras. HEX triplet: 11, 01 and 11. RGB value is (17,1,17). Sum of RGB (Red+Green+Blue) = 17+1+17=35 (4% of max value = 765). Red value is 17 (7.03% from 255 or 48.57% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 17 - color contains mainly: red, blue. Hex color #110111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110111 is #EEFEEE. Grayscale: #070707. Windows color (decimal): -15662831 or 1114385. OLE color: 1114385.
HSL color Cylindrical-coordinate representation of color #110111: hue angle of 300º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #110111 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 1 | 17 | - |
| CMYK | 0 | 0.94 | 0 | 0.93 |
| HSL | 300º | 0.89% | 0.04% | - |
| HSV(B) | 300º | 0.94% | 0.07% | - |
| XYZ | 0.34 | 0.18 | 0.55 | - |
| YUV | 7.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 17 | 0 | 0.94 | 0 | 0.93 | 300 | 0.89 | 0.04 |
| Hex | 11 | 1 | 11 | 0 | 5E | 0 | 5D | 12C | 59 | 4 |
| Octal | 21 | 1 | 21 | 0 | 136 | 0 | 135 | 454 | 131 | 4 |
| Binary | 10001 | 1 | 10001 | 0 | 1011110 | 0 | 1011101 | 100101100 | 1011001 | 100 |
Color Harmonies of #110111
Complementary color
Monochromatic Colors of #110111
Black with #110111
Text Example
Text Example
White with #110111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110111; }
p { color: rgb(17,1,17); }
H1.HeaderClassName
{
color: #110111;
}
.AnyTagClassName
{
color: #110111;
}
</style>
background-color css
<style>
a { background-color: #110111; }
a { background-color: rgb(17,1,17); }
div.DivClassName
{
background-color: #110111;
}
.BgClassName
{
background-color: #110111;
}
</style>
border-color css
<style>
span { border-color: #110111; }
span { border-color: rgb(17,1,17); }
td.TdClassName
{
border-color: #110111;
}
.TagClassName
{
border-color: #110111;
}
</style>