Shades of Mardi Gras #110110
Tints of Mardi Gras #110110
RGB
CMYK
RGB Variations
Color information
#110110 (or 0x110110) is known color: Mardi Gras. HEX triplet: 11, 01 and 10. RGB value is (17,1,16). Sum of RGB (Red+Green+Blue) = 17+1+16=34 (4% of max value = 765). Red value is 17 (7.03% from 255 or 50% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 16 (6.64% from 255 or 47.06% from 34); Max value from RGB is 17 - color contains mainly: red. Hex color #110110 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110110 is #EEFEEF. Grayscale: #070707. Windows color (decimal): -15662832 or 1048849. OLE color: 1048849.
HSL color Cylindrical-coordinate representation of color #110110: hue angle of 303.75º 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 #110110 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 1 | 16 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.93 |
| HSL | 303.75º | 0.89% | 0.04% | - |
| HSV(B) | 303.75º | 0.94% | 0.07% | - |
| XYZ | 0.34 | 0.18 | 0.51 | - |
| YUV | 7.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 1 | 16 | 0 | 0.94 | 0.06 | 0.93 | 303.75 | 0.89 | 0.04 |
| Hex | 11 | 1 | 10 | 0 | 5E | 6 | 5D | 130 | 59 | 4 |
| Octal | 21 | 1 | 20 | 0 | 136 | 6 | 135 | 460 | 131 | 4 |
| Binary | 10001 | 1 | 10000 | 0 | 1011110 | 110 | 1011101 | 100110000 | 1011001 | 100 |
Color Harmonies of #110110
Complementary color
Monochromatic Colors of #110110
Black with #110110
Text Example
Text Example
White with #110110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110110; }
p { color: rgb(17,1,16); }
H1.HeaderClassName
{
color: #110110;
}
.AnyTagClassName
{
color: #110110;
}
</style>
background-color css
<style>
a { background-color: #110110; }
a { background-color: rgb(17,1,16); }
div.DivClassName
{
background-color: #110110;
}
.BgClassName
{
background-color: #110110;
}
</style>
border-color css
<style>
span { border-color: #110110; }
span { border-color: rgb(17,1,16); }
td.TdClassName
{
border-color: #110110;
}
.TagClassName
{
border-color: #110110;
}
</style>