Shades of Mardi Gras #2E1931
Tints of Mardi Gras #2E1931
RGB
CMYK
RGB Variations
Color information
#2E1931 (or 0x2E1931) is known color: Mardi Gras. HEX triplet: 2E, 19 and 31. RGB value is (46,25,49). Sum of RGB (Red+Green+Blue) = 46+25+49=120 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 49 (19.53% from 255 or 40.83% from 120); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E1931 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1931 is #D1E6CE. Grayscale: #212121. Windows color (decimal): -13756111 or 3217710. OLE color: 3217710.
HSL color Cylindrical-coordinate representation of color #2E1931: hue angle of 292.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2E1931 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 25 | 49 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.81 |
| HSL | 292.5º | 0.32% | 0.15% | - |
| HSV(B) | 292.5º | 0.49% | 0.19% | - |
| XYZ | 2.03 | 1.5 | 3.09 | - |
| YUV | 34.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 49 | 0.06 | 0.49 | 0 | 0.81 | 292.5 | 0.32 | 0.15 |
| Hex | 2E | 19 | 31 | 6 | 31 | 0 | 51 | 124 | 20 | F |
| Octal | 56 | 31 | 61 | 6 | 61 | 0 | 121 | 444 | 40 | 17 |
| Binary | 101110 | 11001 | 110001 | 110 | 110001 | 0 | 1010001 | 100100100 | 100000 | 1111 |
Color Harmonies of #2E1931
Complementary color
Monochromatic Colors of #2E1931
Black with #2E1931
Text Example
Text Example
White with #2E1931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1931; }
p { color: rgb(46,25,49); }
H1.HeaderClassName
{
color: #2E1931;
}
.AnyTagClassName
{
color: #2E1931;
}
</style>
background-color css
<style>
a { background-color: #2E1931; }
a { background-color: rgb(46,25,49); }
div.DivClassName
{
background-color: #2E1931;
}
.BgClassName
{
background-color: #2E1931;
}
</style>
border-color css
<style>
span { border-color: #2E1931; }
span { border-color: rgb(46,25,49); }
td.TdClassName
{
border-color: #2E1931;
}
.TagClassName
{
border-color: #2E1931;
}
</style>