Shades of Mardi Gras #120412
Tints of Mardi Gras #120412
RGB
CMYK
RGB Variations
Color information
#120412 (or 0x120412) is known color: Mardi Gras. HEX triplet: 12, 04 and 12. RGB value is (18,4,18). Sum of RGB (Red+Green+Blue) = 18+4+18=40 (5% of max value = 765). Red value is 18 (7.42% from 255 or 45% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 18 (7.42% from 255 or 45% from 40); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120412 is #EDFBED. Grayscale: #090909. Windows color (decimal): -15596526 or 1180690. OLE color: 1180690.
HSL color Cylindrical-coordinate representation of color #120412: hue angle of 300º 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 #120412 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 4 | 18 | - |
| CMYK | 0 | 0.78 | 0 | 0.93 |
| HSL | 300º | 0.64% | 0.04% | - |
| HSV(B) | 300º | 0.78% | 0.07% | - |
| XYZ | 0.4 | 0.26 | 0.6 | - |
| YUV | 9.78 | 132.64 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 4 | 18 | 0 | 0.78 | 0 | 0.93 | 300 | 0.64 | 0.04 |
| Hex | 12 | 4 | 12 | 0 | 4E | 0 | 5D | 12C | 40 | 4 |
| Octal | 22 | 4 | 22 | 0 | 116 | 0 | 135 | 454 | 100 | 4 |
| Binary | 10010 | 100 | 10010 | 0 | 1001110 | 0 | 1011101 | 100101100 | 1000000 | 100 |
Color Harmonies of #120412
Complementary color
Monochromatic Colors of #120412
Black with #120412
Text Example
Text Example
White with #120412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120412; }
p { color: rgb(18,4,18); }
H1.HeaderClassName
{
color: #120412;
}
.AnyTagClassName
{
color: #120412;
}
</style>
background-color css
<style>
a { background-color: #120412; }
a { background-color: rgb(18,4,18); }
div.DivClassName
{
background-color: #120412;
}
.BgClassName
{
background-color: #120412;
}
</style>
border-color css
<style>
span { border-color: #120412; }
span { border-color: rgb(18,4,18); }
td.TdClassName
{
border-color: #120412;
}
.TagClassName
{
border-color: #120412;
}
</style>