Shades of Mardi Gras #120E12
Tints of Mardi Gras #120E12
RGB
CMYK
RGB Variations
Color information
#120E12 (or 0x120E12) is known color: Mardi Gras. HEX triplet: 12, 0E and 12. RGB value is (18,14,18). Sum of RGB (Red+Green+Blue) = 18+14+18=50 (6% of max value = 765). Red value is 18 (7.42% from 255 or 36% from 50); Green value is 14 (5.86% from 255 or 28% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120E12 is #EDF1ED. Grayscale: #0F0F0F. Windows color (decimal): -15593966 or 1183250. OLE color: 1183250.
HSL color Cylindrical-coordinate representation of color #120E12: hue angle of 300º degrees, saturation: 0.12, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #120E12 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 14 | 18 | - |
| CMYK | 0 | 0.22 | 0 | 0.93 |
| HSL | 300º | 0.13% | 0.06% | - |
| HSV(B) | 300º | 0.22% | 0.07% | - |
| XYZ | 0.52 | 0.49 | 0.64 | - |
| YUV | 15.65 | 129.33 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 14 | 18 | 0 | 0.22 | 0 | 0.93 | 300 | 0.13 | 0.06 |
| Hex | 12 | E | 12 | 0 | 16 | 0 | 5D | 12C | C | 6 |
| Octal | 22 | 16 | 22 | 0 | 26 | 0 | 135 | 454 | 14 | 6 |
| Binary | 10010 | 1110 | 10010 | 0 | 10110 | 0 | 1011101 | 100101100 | 1100 | 110 |
Color Harmonies of #120E12
Complementary color
Monochromatic Colors of #120E12
Black with #120E12
Text Example
Text Example
White with #120E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120E12; }
p { color: rgb(18,14,18); }
H1.HeaderClassName
{
color: #120E12;
}
.AnyTagClassName
{
color: #120E12;
}
</style>
background-color css
<style>
a { background-color: #120E12; }
a { background-color: rgb(18,14,18); }
div.DivClassName
{
background-color: #120E12;
}
.BgClassName
{
background-color: #120E12;
}
</style>
border-color css
<style>
span { border-color: #120E12; }
span { border-color: rgb(18,14,18); }
td.TdClassName
{
border-color: #120E12;
}
.TagClassName
{
border-color: #120E12;
}
</style>