Shades of Mardi Gras #31192E
Tints of Mardi Gras #31192E
RGB
CMYK
RGB Variations
Color information
#31192E (or 0x31192E) is known color: Mardi Gras. HEX triplet: 31, 19 and 2E. RGB value is (49,25,46). Sum of RGB (Red+Green+Blue) = 49+25+46=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #31192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31192E is #CEE6D1. Grayscale: #222222. Windows color (decimal): -13559506 or 3021105. OLE color: 3021105.
HSL color Cylindrical-coordinate representation of color #31192E: hue angle of 307.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #31192E is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 25 | 46 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.81 |
| HSL | 307.5º | 0.32% | 0.15% | - |
| HSV(B) | 307.5º | 0.49% | 0.19% | - |
| XYZ | 2.11 | 1.55 | 2.77 | - |
| YUV | 34.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 25 | 46 | 0 | 0.49 | 0.06 | 0.81 | 307.5 | 0.32 | 0.15 |
| Hex | 31 | 19 | 2E | 0 | 31 | 6 | 51 | 134 | 20 | F |
| Octal | 61 | 31 | 56 | 0 | 61 | 6 | 121 | 464 | 40 | 17 |
| Binary | 110001 | 11001 | 101110 | 0 | 110001 | 110 | 1010001 | 100110100 | 100000 | 1111 |
Color Harmonies of #31192E
Complementary color
Monochromatic Colors of #31192E
Black with #31192E
Text Example
Text Example
White with #31192E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31192E; }
p { color: rgb(49,25,46); }
H1.HeaderClassName
{
color: #31192E;
}
.AnyTagClassName
{
color: #31192E;
}
</style>
background-color css
<style>
a { background-color: #31192E; }
a { background-color: rgb(49,25,46); }
div.DivClassName
{
background-color: #31192E;
}
.BgClassName
{
background-color: #31192E;
}
</style>
border-color css
<style>
span { border-color: #31192E; }
span { border-color: rgb(49,25,46); }
td.TdClassName
{
border-color: #31192E;
}
.TagClassName
{
border-color: #31192E;
}
</style>