Shades of Mardi Gras #120512
Tints of Mardi Gras #120512
RGB
CMYK
RGB Variations
Color information
#120512 (or 0x120512) is known color: Mardi Gras. HEX triplet: 12, 05 and 12. RGB value is (18,5,18). Sum of RGB (Red+Green+Blue) = 18+5+18=41 (5% of max value = 765). Red value is 18 (7.42% from 255 or 43.90% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 18 - color contains mainly: red, blue. Hex color #120512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #120512 is #EDFAED. Grayscale: #0A0A0A. Windows color (decimal): -15596270 or 1180946. OLE color: 1180946.
HSL color Cylindrical-coordinate representation of color #120512: hue angle of 300º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #120512 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 18 | 5 | 18 | - |
| CMYK | 0 | 0.72 | 0 | 0.93 |
| HSL | 300º | 0.57% | 0.05% | - |
| HSV(B) | 300º | 0.72% | 0.07% | - |
| XYZ | 0.41 | 0.28 | 0.6 | - |
| YUV | 10.37 | 132.31 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 5 | 18 | 0 | 0.72 | 0 | 0.93 | 300 | 0.57 | 0.05 |
| Hex | 12 | 5 | 12 | 0 | 48 | 0 | 5D | 12C | 39 | 5 |
| Octal | 22 | 5 | 22 | 0 | 110 | 0 | 135 | 454 | 71 | 5 |
| Binary | 10010 | 101 | 10010 | 0 | 1001000 | 0 | 1011101 | 100101100 | 111001 | 101 |
Color Harmonies of #120512
Complementary color
Monochromatic Colors of #120512
Black with #120512
Text Example
Text Example
White with #120512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #120512; }
p { color: rgb(18,5,18); }
H1.HeaderClassName
{
color: #120512;
}
.AnyTagClassName
{
color: #120512;
}
</style>
background-color css
<style>
a { background-color: #120512; }
a { background-color: rgb(18,5,18); }
div.DivClassName
{
background-color: #120512;
}
.BgClassName
{
background-color: #120512;
}
</style>
border-color css
<style>
span { border-color: #120512; }
span { border-color: rgb(18,5,18); }
td.TdClassName
{
border-color: #120512;
}
.TagClassName
{
border-color: #120512;
}
</style>