Shades of Mardi Gras #120011
Tints of Mardi Gras #120011
RGB
CMYK
RGB Variations
Color information
#120011 (or 0x120011) is known color: Mardi Gras. HEX triplet: 12, 00 and 11. RGB value is (18,0,17). Sum of RGB (Red+Green+Blue) = 18+0+17=35 (4% of max value = 765). Red value is 18 (7.42% from 255 or 51.43% from 35); Green value is 0 (0.39% from 255 or 0% from 35); Blue value is 17 (7.03% from 255 or 48.57% from 35); Max value from RGB is 18 - color contains mainly: red. Hex color #120011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120011 is #EDFFEE. Grayscale: #070707. Windows color (decimal): -15597551 or 1114130. OLE color: 1114130.
HSL color Cylindrical-coordinate representation of color #120011: hue angle of 303.33º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #120011 is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 0 | 17 | - |
| CMYK | 0 | 1 | 0.06 | 0.93 |
| HSL | 303.33º | 1% | 0.04% | - |
| HSV(B) | 303.33º | 1% | 0.07% | - |
| XYZ | 0.35 | 0.17 | 0.54 | - |
| YUV | 7.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 0 | 17 | 0 | 1 | 0.06 | 0.93 | 303.33 | 1 | 0.04 |
| Hex | 12 | 0 | 11 | 0 | 64 | 6 | 5D | 12F | 64 | 4 |
| Octal | 22 | 0 | 21 | 0 | 144 | 6 | 135 | 457 | 144 | 4 |
| Binary | 10010 | 0 | 10001 | 0 | 1100100 | 110 | 1011101 | 100101111 | 1100100 | 100 |
Color Harmonies of #120011
Complementary color
Monochromatic Colors of #120011
Black with #120011
Text Example
Text Example
White with #120011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120011; }
p { color: rgb(18,0,17); }
H1.HeaderClassName
{
color: #120011;
}
.AnyTagClassName
{
color: #120011;
}
</style>
background-color css
<style>
a { background-color: #120011; }
a { background-color: rgb(18,0,17); }
div.DivClassName
{
background-color: #120011;
}
.BgClassName
{
background-color: #120011;
}
</style>
border-color css
<style>
span { border-color: #120011; }
span { border-color: rgb(18,0,17); }
td.TdClassName
{
border-color: #120011;
}
.TagClassName
{
border-color: #120011;
}
</style>