Shades of Mardi Gras #310E31
Tints of Mardi Gras #310E31
RGB
CMYK
RGB Variations
Color information
#310E31 (or 0x310E31) is known color: Mardi Gras. HEX triplet: 31, 0E and 31. RGB value is (49,14,49). Sum of RGB (Red+Green+Blue) = 49+14+49=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 14 (5.86% from 255 or 12.5% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: red, blue. Hex color #310E31 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #310E31 is #CEF1CE. Grayscale: #1C1C1C. Windows color (decimal): -13562319 or 3214897. OLE color: 3214897.
HSL color Cylindrical-coordinate representation of color #310E31: hue angle of 300º degrees, saturation: 0.56, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #310E31 is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 14 | 49 | - |
| CMYK | 0 | 0.71 | 0 | 0.81 |
| HSL | 300º | 0.56% | 0.12% | - |
| HSV(B) | 300º | 0.71% | 0.19% | - |
| XYZ | 1.98 | 1.19 | 3.03 | - |
| YUV | 28.46 | 139.6 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 14 | 49 | 0 | 0.71 | 0 | 0.81 | 300 | 0.56 | 0.12 |
| Hex | 31 | E | 31 | 0 | 47 | 0 | 51 | 12C | 38 | C |
| Octal | 61 | 16 | 61 | 0 | 107 | 0 | 121 | 454 | 70 | 14 |
| Binary | 110001 | 1110 | 110001 | 0 | 1000111 | 0 | 1010001 | 100101100 | 111000 | 1100 |
Color Harmonies of #310E31
Complementary color
Monochromatic Colors of #310E31
Black with #310E31
Text Example
Text Example
White with #310E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #310E31; }
p { color: rgb(49,14,49); }
H1.HeaderClassName
{
color: #310E31;
}
.AnyTagClassName
{
color: #310E31;
}
</style>
background-color css
<style>
a { background-color: #310E31; }
a { background-color: rgb(49,14,49); }
div.DivClassName
{
background-color: #310E31;
}
.BgClassName
{
background-color: #310E31;
}
</style>
border-color css
<style>
span { border-color: #310E31; }
span { border-color: rgb(49,14,49); }
td.TdClassName
{
border-color: #310E31;
}
.TagClassName
{
border-color: #310E31;
}
</style>