Shades of Mardi Gras #31182F
Tints of Mardi Gras #31182F
RGB
CMYK
RGB Variations
Color information
#31182F (or 0x31182F) is known color: Mardi Gras. HEX triplet: 31, 18 and 2F. RGB value is (49,24,47). Sum of RGB (Red+Green+Blue) = 49+24+47=120 (15% of max value = 765). Red value is 49 (19.53% from 255 or 40.83% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 49 - color contains mainly: red. Hex color #31182F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #31182F is #CEE7D0. Grayscale: #222222. Windows color (decimal): -13559761 or 3086385. OLE color: 3086385.
HSL color Cylindrical-coordinate representation of color #31182F: hue angle of 304.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #31182F is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 24 | 47 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.81 |
| HSL | 304.8º | 0.34% | 0.14% | - |
| HSV(B) | 304.8º | 0.51% | 0.19% | - |
| XYZ | 2.11 | 1.51 | 2.87 | - |
| YUV | 34.1 | 135.28 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 24 | 47 | 0 | 0.51 | 0.04 | 0.81 | 304.8 | 0.34 | 0.14 |
| Hex | 31 | 18 | 2F | 0 | 33 | 4 | 51 | 131 | 22 | E |
| Octal | 61 | 30 | 57 | 0 | 63 | 4 | 121 | 461 | 42 | 16 |
| Binary | 110001 | 11000 | 101111 | 0 | 110011 | 100 | 1010001 | 100110001 | 100010 | 1110 |
Color Harmonies of #31182F
Complementary color
Monochromatic Colors of #31182F
Black with #31182F
Text Example
Text Example
White with #31182F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #31182F; }
p { color: rgb(49,24,47); }
H1.HeaderClassName
{
color: #31182F;
}
.AnyTagClassName
{
color: #31182F;
}
</style>
background-color css
<style>
a { background-color: #31182F; }
a { background-color: rgb(49,24,47); }
div.DivClassName
{
background-color: #31182F;
}
.BgClassName
{
background-color: #31182F;
}
</style>
border-color css
<style>
span { border-color: #31182F; }
span { border-color: rgb(49,24,47); }
td.TdClassName
{
border-color: #31182F;
}
.TagClassName
{
border-color: #31182F;
}
</style>