Shades of Mardi Gras #130412
Tints of Mardi Gras #130412
RGB
CMYK
RGB Variations
Color information
#130412 (or 0x130412) is known color: Mardi Gras. HEX triplet: 13, 04 and 12. RGB value is (19,4,18). Sum of RGB (Red+Green+Blue) = 19+4+18=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 18 (7.42% from 255 or 43.90% from 41); Max value from RGB is 19 - color contains mainly: red. Hex color #130412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130412 is #ECFBED. Grayscale: #0A0A0A. Windows color (decimal): -15530990 or 1180691. OLE color: 1180691.
HSL color Cylindrical-coordinate representation of color #130412: hue angle of 304º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #130412 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 4 | 18 | - |
| CMYK | 0 | 0.79 | 0.05 | 0.93 |
| HSL | 304º | 0.65% | 0.05% | - |
| HSV(B) | 304º | 0.79% | 0.07% | - |
| XYZ | 0.42 | 0.27 | 0.6 | - |
| YUV | 10.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 4 | 18 | 0 | 0.79 | 0.05 | 0.93 | 304 | 0.65 | 0.05 |
| Hex | 13 | 4 | 12 | 0 | 4F | 5 | 5D | 130 | 41 | 5 |
| Octal | 23 | 4 | 22 | 0 | 117 | 5 | 135 | 460 | 101 | 5 |
| Binary | 10011 | 100 | 10010 | 0 | 1001111 | 101 | 1011101 | 100110000 | 1000001 | 101 |
Color Harmonies of #130412
Complementary color
Monochromatic Colors of #130412
Black with #130412
Text Example
Text Example
White with #130412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130412; }
p { color: rgb(19,4,18); }
H1.HeaderClassName
{
color: #130412;
}
.AnyTagClassName
{
color: #130412;
}
</style>
background-color css
<style>
a { background-color: #130412; }
a { background-color: rgb(19,4,18); }
div.DivClassName
{
background-color: #130412;
}
.BgClassName
{
background-color: #130412;
}
</style>
border-color css
<style>
span { border-color: #130412; }
span { border-color: rgb(19,4,18); }
td.TdClassName
{
border-color: #130412;
}
.TagClassName
{
border-color: #130412;
}
</style>