Shades of Mardi Gras #130313
Tints of Mardi Gras #130313
RGB
CMYK
RGB Variations
Color information
#130313 (or 0x130313) is known color: Mardi Gras. HEX triplet: 13, 03 and 13. RGB value is (19,3,19). Sum of RGB (Red+Green+Blue) = 19+3+19=41 (5% of max value = 765). Red value is 19 (7.81% from 255 or 46.34% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #130313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130313 is #ECFCEC. Grayscale: #090909. Windows color (decimal): -15531245 or 1245971. OLE color: 1245971.
HSL color Cylindrical-coordinate representation of color #130313: hue angle of 300º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130313 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 3 | 19 | - |
| CMYK | 0 | 0.84 | 0 | 0.93 |
| HSL | 300º | 0.73% | 0.04% | - |
| HSV(B) | 300º | 0.84% | 0.07% | - |
| XYZ | 0.42 | 0.25 | 0.64 | - |
| YUV | 9.61 | 133.3 | 134.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 3 | 19 | 0 | 0.84 | 0 | 0.93 | 300 | 0.73 | 0.04 |
| Hex | 13 | 3 | 13 | 0 | 54 | 0 | 5D | 12C | 49 | 4 |
| Octal | 23 | 3 | 23 | 0 | 124 | 0 | 135 | 454 | 111 | 4 |
| Binary | 10011 | 11 | 10011 | 0 | 1010100 | 0 | 1011101 | 100101100 | 1001001 | 100 |
Color Harmonies of #130313
Complementary color
Monochromatic Colors of #130313
Black with #130313
Text Example
Text Example
White with #130313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #130313; }
p { color: rgb(19,3,19); }
H1.HeaderClassName
{
color: #130313;
}
.AnyTagClassName
{
color: #130313;
}
</style>
background-color css
<style>
a { background-color: #130313; }
a { background-color: rgb(19,3,19); }
div.DivClassName
{
background-color: #130313;
}
.BgClassName
{
background-color: #130313;
}
</style>
border-color css
<style>
span { border-color: #130313; }
span { border-color: rgb(19,3,19); }
td.TdClassName
{
border-color: #130313;
}
.TagClassName
{
border-color: #130313;
}
</style>