Shades of Mardi Gras #130112
Tints of Mardi Gras #130112
RGB
CMYK
RGB Variations
Color information
#130112 (or 0x130112) is known color: Mardi Gras. HEX triplet: 13, 01 and 12. RGB value is (19,1,18). Sum of RGB (Red+Green+Blue) = 19+1+18=38 (5% of max value = 765). Red value is 19 (7.81% from 255 or 50% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 19 - color contains mainly: red. Hex color #130112 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130112 is #ECFEED. Grayscale: #080808. Windows color (decimal): -15531758 or 1179923. OLE color: 1179923.
HSL color Cylindrical-coordinate representation of color #130112: hue angle of 303.33º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #130112 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 1 | 18 | - |
| CMYK | 0 | 0.95 | 0.05 | 0.93 |
| HSL | 303.33º | 0.9% | 0.04% | - |
| HSV(B) | 303.33º | 0.95% | 0.07% | - |
| XYZ | 0.39 | 0.2 | 0.59 | - |
| YUV | 8.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 1 | 18 | 0 | 0.95 | 0.05 | 0.93 | 303.33 | 0.9 | 0.04 |
| Hex | 13 | 1 | 12 | 0 | 5F | 5 | 5D | 12F | 5A | 4 |
| Octal | 23 | 1 | 22 | 0 | 137 | 5 | 135 | 457 | 132 | 4 |
| Binary | 10011 | 1 | 10010 | 0 | 1011111 | 101 | 1011101 | 100101111 | 1011010 | 100 |
Color Harmonies of #130112
Complementary color
Monochromatic Colors of #130112
Black with #130112
Text Example
Text Example
White with #130112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130112; }
p { color: rgb(19,1,18); }
H1.HeaderClassName
{
color: #130112;
}
.AnyTagClassName
{
color: #130112;
}
</style>
background-color css
<style>
a { background-color: #130112; }
a { background-color: rgb(19,1,18); }
div.DivClassName
{
background-color: #130112;
}
.BgClassName
{
background-color: #130112;
}
</style>
border-color css
<style>
span { border-color: #130112; }
span { border-color: rgb(19,1,18); }
td.TdClassName
{
border-color: #130112;
}
.TagClassName
{
border-color: #130112;
}
</style>