Shades of Mardi Gras #131113
Tints of Mardi Gras #131113
RGB
CMYK
RGB Variations
Color information
#131113 (or 0x131113) is known color: Mardi Gras. HEX triplet: 13, 11 and 13. RGB value is (19,17,19). Sum of RGB (Red+Green+Blue) = 19+17+19=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 19 - color contains mainly: red, blue. Hex color #131113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131113 is #ECEEEC. Grayscale: #111111. Windows color (decimal): -15527661 or 1249555. OLE color: 1249555.
HSL color Cylindrical-coordinate representation of color #131113: hue angle of 300º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #131113 is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 17 | 19 | - |
| CMYK | 0 | 0.11 | 0 | 0.93 |
| HSL | 300º | 0.06% | 0.07% | - |
| HSV(B) | 300º | 0.11% | 0.07% | - |
| XYZ | 0.59 | 0.59 | 0.7 | - |
| YUV | 17.83 | 128.66 | 128.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 17 | 19 | 0 | 0.11 | 0 | 0.93 | 300 | 0.06 | 0.07 |
| Hex | 13 | 11 | 13 | 0 | B | 0 | 5D | 12C | 6 | 7 |
| Octal | 23 | 21 | 23 | 0 | 13 | 0 | 135 | 454 | 6 | 7 |
| Binary | 10011 | 10001 | 10011 | 0 | 1011 | 0 | 1011101 | 100101100 | 110 | 111 |
Color Harmonies of #131113
Complementary color
Monochromatic Colors of #131113
Black with #131113
Text Example
Text Example
White with #131113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131113; }
p { color: rgb(19,17,19); }
H1.HeaderClassName
{
color: #131113;
}
.AnyTagClassName
{
color: #131113;
}
</style>
background-color css
<style>
a { background-color: #131113; }
a { background-color: rgb(19,17,19); }
div.DivClassName
{
background-color: #131113;
}
.BgClassName
{
background-color: #131113;
}
</style>
border-color css
<style>
span { border-color: #131113; }
span { border-color: rgb(19,17,19); }
td.TdClassName
{
border-color: #131113;
}
.TagClassName
{
border-color: #131113;
}
</style>