Shades of Mardi Gras #311E2F
Tints of Mardi Gras #311E2F
RGB
CMYK
RGB Variations
Color information
#311E2F (or 0x311E2F) is known color: Mardi Gras. HEX triplet: 31, 1E and 2F. RGB value is (49,30,47). Sum of RGB (Red+Green+Blue) = 49+30+47=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #311E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #311E2F is #CEE1D0. Grayscale: #252525. Windows color (decimal): -13558225 or 3087921. OLE color: 3087921.
HSL color Cylindrical-coordinate representation of color #311E2F: hue angle of 306.32º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #311E2F is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 49 | 30 | 47 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.81 |
| HSL | 306.32º | 0.24% | 0.15% | - |
| HSV(B) | 306.32º | 0.39% | 0.19% | - |
| XYZ | 2.24 | 1.79 | 2.92 | - |
| YUV | 37.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 30 | 47 | 0 | 0.39 | 0.04 | 0.81 | 306.32 | 0.24 | 0.15 |
| Hex | 31 | 1E | 2F | 0 | 27 | 4 | 51 | 132 | 18 | F |
| Octal | 61 | 36 | 57 | 0 | 47 | 4 | 121 | 462 | 30 | 17 |
| Binary | 110001 | 11110 | 101111 | 0 | 100111 | 100 | 1010001 | 100110010 | 11000 | 1111 |
Color Harmonies of #311E2F
Complementary color
Monochromatic Colors of #311E2F
Black with #311E2F
Text Example
Text Example
White with #311E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #311E2F; }
p { color: rgb(49,30,47); }
H1.HeaderClassName
{
color: #311E2F;
}
.AnyTagClassName
{
color: #311E2F;
}
</style>
background-color css
<style>
a { background-color: #311E2F; }
a { background-color: rgb(49,30,47); }
div.DivClassName
{
background-color: #311E2F;
}
.BgClassName
{
background-color: #311E2F;
}
</style>
border-color css
<style>
span { border-color: #311E2F; }
span { border-color: rgb(49,30,47); }
td.TdClassName
{
border-color: #311E2F;
}
.TagClassName
{
border-color: #311E2F;
}
</style>