Shades of Mardi Gras #311E34
Tints of Mardi Gras #311E34
RGB
CMYK
RGB Variations
Color information
#311E34 (or 0x311E34) is known color: Mardi Gras. HEX triplet: 31, 1E and 34. RGB value is (49,30,52). Sum of RGB (Red+Green+Blue) = 49+30+52=131 (17% of max value = 765). Red value is 49 (19.53% from 255 or 37.40% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 52 (20.70% from 255 or 39.69% from 131); Max value from RGB is 52 - color contains mainly: blue. Hex color #311E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E34 is #CEE1CB. Grayscale: #262626. Windows color (decimal): -13558220 or 3415601. OLE color: 3415601.
HSL color Cylindrical-coordinate representation of color #311E34: hue angle of 291.82º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #311E34 is Cyan = 0.06, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 49 | 30 | 52 | - |
| CMYK | 0.06 | 0.42 | 0 | 0.80 |
| HSL | 291.82º | 0.27% | 0.16% | - |
| HSV(B) | 291.82º | 0.42% | 0.2% | - |
| XYZ | 2.35 | 1.83 | 3.48 | - |
| YUV | 38.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 52 | 0.06 | 0.42 | 0 | 0.80 | 291.82 | 0.27 | 0.16 |
| Hex | 31 | 1E | 34 | 6 | 2A | 0 | 50 | 124 | 1B | 10 |
| Octal | 61 | 36 | 64 | 6 | 52 | 0 | 120 | 444 | 33 | 20 |
| Binary | 110001 | 11110 | 110100 | 110 | 101010 | 0 | 1010000 | 100100100 | 11011 | 10000 |
Color Harmonies of #311E34
Complementary color
Monochromatic Colors of #311E34
Black with #311E34
Text Example
Text Example
White with #311E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E34; }
p { color: rgb(49,30,52); }
H1.HeaderClassName
{
color: #311E34;
}
.AnyTagClassName
{
color: #311E34;
}
</style>
background-color css
<style>
a { background-color: #311E34; }
a { background-color: rgb(49,30,52); }
div.DivClassName
{
background-color: #311E34;
}
.BgClassName
{
background-color: #311E34;
}
</style>
border-color css
<style>
span { border-color: #311E34; }
span { border-color: rgb(49,30,52); }
td.TdClassName
{
border-color: #311E34;
}
.TagClassName
{
border-color: #311E34;
}
</style>