Shades of Mardi Gras #120212
Tints of Mardi Gras #120212
RGB
CMYK
RGB Variations
Color information
#120212 (or 0x120212) is known color: Mardi Gras. HEX triplet: 12, 02 and 12. RGB value is (18,2,18). Sum of RGB (Red+Green+Blue) = 18+2+18=38 (5% of max value = 765). Red value is 18 (7.42% from 255 or 47.37% from 38); Green value is 2 (1.17% from 255 or 5.26% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120212 is #EDFDED. Grayscale: #080808. Windows color (decimal): -15597038 or 1180178. OLE color: 1180178.
HSL color Cylindrical-coordinate representation of color #120212: hue angle of 300º degrees, saturation: 0.8, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #120212 is Cyan = 0, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 2 | 18 | - |
| CMYK | 0 | 0.89 | 0 | 0.93 |
| HSL | 300º | 0.8% | 0.04% | - |
| HSV(B) | 300º | 0.89% | 0.07% | - |
| XYZ | 0.38 | 0.22 | 0.59 | - |
| YUV | 8.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 2 | 18 | 0 | 0.89 | 0 | 0.93 | 300 | 0.8 | 0.04 |
| Hex | 12 | 2 | 12 | 0 | 59 | 0 | 5D | 12C | 50 | 4 |
| Octal | 22 | 2 | 22 | 0 | 131 | 0 | 135 | 454 | 120 | 4 |
| Binary | 10010 | 10 | 10010 | 0 | 1011001 | 0 | 1011101 | 100101100 | 1010000 | 100 |
Color Harmonies of #120212
Complementary color
Monochromatic Colors of #120212
Black with #120212
Text Example
Text Example
White with #120212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120212; }
p { color: rgb(18,2,18); }
H1.HeaderClassName
{
color: #120212;
}
.AnyTagClassName
{
color: #120212;
}
</style>
background-color css
<style>
a { background-color: #120212; }
a { background-color: rgb(18,2,18); }
div.DivClassName
{
background-color: #120212;
}
.BgClassName
{
background-color: #120212;
}
</style>
border-color css
<style>
span { border-color: #120212; }
span { border-color: rgb(18,2,18); }
td.TdClassName
{
border-color: #120212;
}
.TagClassName
{
border-color: #120212;
}
</style>