Shades of Mardi Gras #2E2031
Tints of Mardi Gras #2E2031
RGB
CMYK
RGB Variations
Color information
#2E2031 (or 0x2E2031) is known color: Mardi Gras. HEX triplet: 2E, 20 and 31. RGB value is (46,32,49). Sum of RGB (Red+Green+Blue) = 46+32+49=127 (16% of max value = 765). Red value is 46 (18.36% from 255 or 36.22% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 49 (19.53% from 255 or 38.58% from 127); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E2031 is #D1DFCE. Grayscale: #262626. Windows color (decimal): -13754319 or 3219502. OLE color: 3219502.
HSL color Cylindrical-coordinate representation of color #2E2031: hue angle of 289.41º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2E2031 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 32 | 49 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.81 |
| HSL | 289.41º | 0.21% | 0.16% | - |
| HSV(B) | 289.41º | 0.35% | 0.19% | - |
| XYZ | 2.2 | 1.84 | 3.14 | - |
| YUV | 38.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 32 | 49 | 0.06 | 0.35 | 0 | 0.81 | 289.41 | 0.21 | 0.16 |
| Hex | 2E | 20 | 31 | 6 | 23 | 0 | 51 | 121 | 15 | 10 |
| Octal | 56 | 40 | 61 | 6 | 43 | 0 | 121 | 441 | 25 | 20 |
| Binary | 101110 | 100000 | 110001 | 110 | 100011 | 0 | 1010001 | 100100001 | 10101 | 10000 |
Color Harmonies of #2E2031
Complementary color
Monochromatic Colors of #2E2031
Black with #2E2031
Text Example
Text Example
White with #2E2031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E2031; }
p { color: rgb(46,32,49); }
H1.HeaderClassName
{
color: #2E2031;
}
.AnyTagClassName
{
color: #2E2031;
}
</style>
background-color css
<style>
a { background-color: #2E2031; }
a { background-color: rgb(46,32,49); }
div.DivClassName
{
background-color: #2E2031;
}
.BgClassName
{
background-color: #2E2031;
}
</style>
border-color css
<style>
span { border-color: #2E2031; }
span { border-color: rgb(46,32,49); }
td.TdClassName
{
border-color: #2E2031;
}
.TagClassName
{
border-color: #2E2031;
}
</style>