Shades of Mardi Gras #130012
Tints of Mardi Gras #130012
RGB
CMYK
RGB Variations
Color information
#130012 (or 0x130012) is known color: Mardi Gras. HEX triplet: 13, 00 and 12. RGB value is (19,0,18). Sum of RGB (Red+Green+Blue) = 19+0+18=37 (4% of max value = 765). Red value is 19 (7.81% from 255 or 51.35% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 18 (7.42% from 255 or 48.65% from 37); Max value from RGB is 19 - color contains mainly: red. Hex color #130012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130012 is #ECFFED. Grayscale: #070707. Windows color (decimal): -15532014 or 1179667. OLE color: 1179667.
HSL color Cylindrical-coordinate representation of color #130012: hue angle of 303.16º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130012 is Cyan = 0, Magento = 1, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 0 | 18 | - |
| CMYK | 0 | 1 | 0.05 | 0.93 |
| HSL | 303.16º | 1% | 0.04% | - |
| HSV(B) | 303.16º | 1% | 0.07% | - |
| XYZ | 0.38 | 0.18 | 0.59 | - |
| YUV | 7.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 0 | 18 | 0 | 1 | 0.05 | 0.93 | 303.16 | 1 | 0.04 |
| Hex | 13 | 0 | 12 | 0 | 64 | 5 | 5D | 12F | 64 | 4 |
| Octal | 23 | 0 | 22 | 0 | 144 | 5 | 135 | 457 | 144 | 4 |
| Binary | 10011 | 0 | 10010 | 0 | 1100100 | 101 | 1011101 | 100101111 | 1100100 | 100 |
Color Harmonies of #130012
Complementary color
Monochromatic Colors of #130012
Black with #130012
Text Example
Text Example
White with #130012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130012; }
p { color: rgb(19,0,18); }
H1.HeaderClassName
{
color: #130012;
}
.AnyTagClassName
{
color: #130012;
}
</style>
background-color css
<style>
a { background-color: #130012; }
a { background-color: rgb(19,0,18); }
div.DivClassName
{
background-color: #130012;
}
.BgClassName
{
background-color: #130012;
}
</style>
border-color css
<style>
span { border-color: #130012; }
span { border-color: rgb(19,0,18); }
td.TdClassName
{
border-color: #130012;
}
.TagClassName
{
border-color: #130012;
}
</style>