Shades of Mardi Gras #130A14
Tints of Mardi Gras #130A14
RGB
CMYK
RGB Variations
Color information
#130A14 (or 0x130A14) is known color: Mardi Gras. HEX triplet: 13, 0A and 14. RGB value is (19,10,20). Sum of RGB (Red+Green+Blue) = 19+10+20=49 (6% of max value = 765). Red value is 19 (7.81% from 255 or 38.78% from 49); Green value is 10 (4.30% from 255 or 20.41% from 49); Blue value is 20 (8.20% from 255 or 40.82% from 49); Max value from RGB is 20 - color contains mainly: blue. Hex color #130A14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130A14 is #ECF5EB. Grayscale: #0D0D0D. Windows color (decimal): -15529452 or 1313299. OLE color: 1313299.
HSL color Cylindrical-coordinate representation of color #130A14: hue angle of 294º degrees, saturation: 0.33, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #130A14 is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 10 | 20 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.92 |
| HSL | 294º | 0.33% | 0.06% | - |
| HSV(B) | 294º | 0.5% | 0.08% | - |
| XYZ | 0.5 | 0.41 | 0.71 | - |
| YUV | 13.83 | 131.48 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 10 | 20 | 0.05 | 0.50 | 0 | 0.92 | 294 | 0.33 | 0.06 |
| Hex | 13 | A | 14 | 5 | 32 | 0 | 5C | 126 | 21 | 6 |
| Octal | 23 | 12 | 24 | 5 | 62 | 0 | 134 | 446 | 41 | 6 |
| Binary | 10011 | 1010 | 10100 | 101 | 110010 | 0 | 1011100 | 100100110 | 100001 | 110 |
Color Harmonies of #130A14
Complementary color
Monochromatic Colors of #130A14
Black with #130A14
Text Example
Text Example
White with #130A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130A14; }
p { color: rgb(19,10,20); }
H1.HeaderClassName
{
color: #130A14;
}
.AnyTagClassName
{
color: #130A14;
}
</style>
background-color css
<style>
a { background-color: #130A14; }
a { background-color: rgb(19,10,20); }
div.DivClassName
{
background-color: #130A14;
}
.BgClassName
{
background-color: #130A14;
}
</style>
border-color css
<style>
span { border-color: #130A14; }
span { border-color: rgb(19,10,20); }
td.TdClassName
{
border-color: #130A14;
}
.TagClassName
{
border-color: #130A14;
}
</style>