Shades of Mardi Gras #2E1331
Tints of Mardi Gras #2E1331
RGB
CMYK
RGB Variations
Color information
#2E1331 (or 0x2E1331) is known color: Mardi Gras. HEX triplet: 2E, 13 and 31. RGB value is (46,19,49). Sum of RGB (Red+Green+Blue) = 46+19+49=114 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40.35% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 49 (19.53% from 255 or 42.98% from 114); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E1331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1331 is #D1ECCE. Grayscale: #1E1E1E. Windows color (decimal): -13757647 or 3216174. OLE color: 3216174.
HSL color Cylindrical-coordinate representation of color #2E1331: hue angle of 294º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2E1331 is Cyan = 0.06, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 19 | 49 | - |
| CMYK | 0.06 | 0.61 | 0 | 0.81 |
| HSL | 294º | 0.44% | 0.13% | - |
| HSV(B) | 294º | 0.61% | 0.19% | - |
| XYZ | 1.91 | 1.27 | 3.05 | - |
| YUV | 30.49 | 138.45 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 49 | 0.06 | 0.61 | 0 | 0.81 | 294 | 0.44 | 0.13 |
| Hex | 2E | 13 | 31 | 6 | 3D | 0 | 51 | 126 | 2C | D |
| Octal | 56 | 23 | 61 | 6 | 75 | 0 | 121 | 446 | 54 | 15 |
| Binary | 101110 | 10011 | 110001 | 110 | 111101 | 0 | 1010001 | 100100110 | 101100 | 1101 |
Color Harmonies of #2E1331
Complementary color
Monochromatic Colors of #2E1331
Black with #2E1331
Text Example
Text Example
White with #2E1331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1331; }
p { color: rgb(46,19,49); }
H1.HeaderClassName
{
color: #2E1331;
}
.AnyTagClassName
{
color: #2E1331;
}
</style>
background-color css
<style>
a { background-color: #2E1331; }
a { background-color: rgb(46,19,49); }
div.DivClassName
{
background-color: #2E1331;
}
.BgClassName
{
background-color: #2E1331;
}
</style>
border-color css
<style>
span { border-color: #2E1331; }
span { border-color: rgb(46,19,49); }
td.TdClassName
{
border-color: #2E1331;
}
.TagClassName
{
border-color: #2E1331;
}
</style>