Shades of Mardi Gras #130514
Tints of Mardi Gras #130514
RGB
CMYK
RGB Variations
Color information
#130514 (or 0x130514) is known color: Mardi Gras. HEX triplet: 13, 05 and 14. RGB value is (19,5,20). Sum of RGB (Red+Green+Blue) = 19+5+20=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 5 (2.34% from 255 or 11.36% from 44); Blue value is 20 (8.20% from 255 or 45.45% from 44); Max value from RGB is 20 - color contains mainly: blue. Hex color #130514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130514 is #ECFAEB. Grayscale: #0A0A0A. Windows color (decimal): -15530732 or 1312019. OLE color: 1312019.
HSL color Cylindrical-coordinate representation of color #130514: hue angle of 296º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #130514 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 19 | 5 | 20 | - |
| CMYK | 0.05 | 0.75 | 0 | 0.92 |
| HSL | 296º | 0.6% | 0.05% | - |
| HSV(B) | 296º | 0.75% | 0.08% | - |
| XYZ | 0.45 | 0.3 | 0.7 | - |
| YUV | 10.9 | 133.14 | 133.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 5 | 20 | 0.05 | 0.75 | 0 | 0.92 | 296 | 0.6 | 0.05 |
| Hex | 13 | 5 | 14 | 5 | 4B | 0 | 5C | 128 | 3C | 5 |
| Octal | 23 | 5 | 24 | 5 | 113 | 0 | 134 | 450 | 74 | 5 |
| Binary | 10011 | 101 | 10100 | 101 | 1001011 | 0 | 1011100 | 100101000 | 111100 | 101 |
Color Harmonies of #130514
Complementary color
Monochromatic Colors of #130514
Black with #130514
Text Example
Text Example
White with #130514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130514; }
p { color: rgb(19,5,20); }
H1.HeaderClassName
{
color: #130514;
}
.AnyTagClassName
{
color: #130514;
}
</style>
background-color css
<style>
a { background-color: #130514; }
a { background-color: rgb(19,5,20); }
div.DivClassName
{
background-color: #130514;
}
.BgClassName
{
background-color: #130514;
}
</style>
border-color css
<style>
span { border-color: #130514; }
span { border-color: rgb(19,5,20); }
td.TdClassName
{
border-color: #130514;
}
.TagClassName
{
border-color: #130514;
}
</style>