Shades of Mardi Gras #130212
Tints of Mardi Gras #130212
RGB
CMYK
RGB Variations
Color information
#130212 (or 0x130212) is known color: Mardi Gras. HEX triplet: 13, 02 and 12. RGB value is (19,2,18). Sum of RGB (Red+Green+Blue) = 19+2+18=39 (5% of max value = 765). Red value is 19 (7.81% from 255 or 48.72% from 39); Green value is 2 (1.17% from 255 or 5.13% from 39); Blue value is 18 (7.42% from 255 or 46.15% from 39); Max value from RGB is 19 - color contains mainly: red. Hex color #130212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130212 is #ECFDED. Grayscale: #080808. Windows color (decimal): -15531502 or 1180179. OLE color: 1180179.
HSL color Cylindrical-coordinate representation of color #130212: hue angle of 303.53º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130212 is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 2 | 18 | - |
| CMYK | 0 | 0.89 | 0.05 | 0.93 |
| HSL | 303.53º | 0.81% | 0.04% | - |
| HSV(B) | 303.53º | 0.89% | 0.07% | - |
| XYZ | 0.4 | 0.23 | 0.59 | - |
| YUV | 8.91 | 133.13 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 2 | 18 | 0 | 0.89 | 0.05 | 0.93 | 303.53 | 0.81 | 0.04 |
| Hex | 13 | 2 | 12 | 0 | 59 | 5 | 5D | 130 | 51 | 4 |
| Octal | 23 | 2 | 22 | 0 | 131 | 5 | 135 | 460 | 121 | 4 |
| Binary | 10011 | 10 | 10010 | 0 | 1011001 | 101 | 1011101 | 100110000 | 1010001 | 100 |
Color Harmonies of #130212
Complementary color
Monochromatic Colors of #130212
Black with #130212
Text Example
Text Example
White with #130212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130212; }
p { color: rgb(19,2,18); }
H1.HeaderClassName
{
color: #130212;
}
.AnyTagClassName
{
color: #130212;
}
</style>
background-color css
<style>
a { background-color: #130212; }
a { background-color: rgb(19,2,18); }
div.DivClassName
{
background-color: #130212;
}
.BgClassName
{
background-color: #130212;
}
</style>
border-color css
<style>
span { border-color: #130212; }
span { border-color: rgb(19,2,18); }
td.TdClassName
{
border-color: #130212;
}
.TagClassName
{
border-color: #130212;
}
</style>