Shades of Mardi Gras #120112
Tints of Mardi Gras #120112
RGB
CMYK
RGB Variations
Color information
#120112 (or 0x120112) is known color: Mardi Gras. HEX triplet: 12, 01 and 12. RGB value is (18,1,18). Sum of RGB (Red+Green+Blue) = 18+1+18=37 (4% of max value = 765). Red value is 18 (7.42% from 255 or 48.65% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120112 is #EDFEED. Grayscale: #070707. Windows color (decimal): -15597294 or 1179922. OLE color: 1179922.
HSL color Cylindrical-coordinate representation of color #120112: 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 #120112 is Cyan = 0, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 1 | 18 | - |
| CMYK | 0 | 0.94 | 0 | 0.93 |
| HSL | 300º | 0.89% | 0.04% | - |
| HSV(B) | 300º | 0.94% | 0.07% | - |
| XYZ | 0.37 | 0.19 | 0.59 | - |
| YUV | 8.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 1 | 18 | 0 | 0.94 | 0 | 0.93 | 300 | 0.89 | 0.04 |
| Hex | 12 | 1 | 12 | 0 | 5E | 0 | 5D | 12C | 59 | 4 |
| Octal | 22 | 1 | 22 | 0 | 136 | 0 | 135 | 454 | 131 | 4 |
| Binary | 10010 | 1 | 10010 | 0 | 1011110 | 0 | 1011101 | 100101100 | 1011001 | 100 |
Color Harmonies of #120112
Complementary color
Monochromatic Colors of #120112
Black with #120112
Text Example
Text Example
White with #120112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120112; }
p { color: rgb(18,1,18); }
H1.HeaderClassName
{
color: #120112;
}
.AnyTagClassName
{
color: #120112;
}
</style>
background-color css
<style>
a { background-color: #120112; }
a { background-color: rgb(18,1,18); }
div.DivClassName
{
background-color: #120112;
}
.BgClassName
{
background-color: #120112;
}
</style>
border-color css
<style>
span { border-color: #120112; }
span { border-color: rgb(18,1,18); }
td.TdClassName
{
border-color: #120112;
}
.TagClassName
{
border-color: #120112;
}
</style>