Shades of Mardi Gras #110412
Tints of Mardi Gras #110412
RGB
CMYK
RGB Variations
Color information
#110412 (or 0x110412) is known color: Mardi Gras. HEX triplet: 11, 04 and 12. RGB value is (17,4,18). Sum of RGB (Red+Green+Blue) = 17+4+18=39 (5% of max value = 765). Red value is 17 (7.03% from 255 or 43.59% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 18 - color contains mainly: blue. Hex color #110412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #110412 is #EEFBED. Grayscale: #090909. Windows color (decimal): -15662062 or 1180689. OLE color: 1180689.
HSL color Cylindrical-coordinate representation of color #110412: hue angle of 295.71º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #110412 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 17 | 4 | 18 | - |
| CMYK | 0.06 | 0.78 | 0 | 0.93 |
| HSL | 295.71º | 0.64% | 0.04% | - |
| HSV(B) | 295.71º | 0.78% | 0.07% | - |
| XYZ | 0.38 | 0.25 | 0.6 | - |
| YUV | 9.48 | 132.81 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 4 | 18 | 0.06 | 0.78 | 0 | 0.93 | 295.71 | 0.64 | 0.04 |
| Hex | 11 | 4 | 12 | 6 | 4E | 0 | 5D | 128 | 40 | 4 |
| Octal | 21 | 4 | 22 | 6 | 116 | 0 | 135 | 450 | 100 | 4 |
| Binary | 10001 | 100 | 10010 | 110 | 1001110 | 0 | 1011101 | 100101000 | 1000000 | 100 |
Color Harmonies of #110412
Complementary color
Monochromatic Colors of #110412
Black with #110412
Text Example
Text Example
White with #110412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #110412; }
p { color: rgb(17,4,18); }
H1.HeaderClassName
{
color: #110412;
}
.AnyTagClassName
{
color: #110412;
}
</style>
background-color css
<style>
a { background-color: #110412; }
a { background-color: rgb(17,4,18); }
div.DivClassName
{
background-color: #110412;
}
.BgClassName
{
background-color: #110412;
}
</style>
border-color css
<style>
span { border-color: #110412; }
span { border-color: rgb(17,4,18); }
td.TdClassName
{
border-color: #110412;
}
.TagClassName
{
border-color: #110412;
}
</style>