Shades of Mardi Gras #2E0631
Tints of Mardi Gras #2E0631
RGB
CMYK
RGB Variations
Color information
#2E0631 (or 0x2E0631) is known color: Mardi Gras. HEX triplet: 2E, 06 and 31. RGB value is (46,6,49). Sum of RGB (Red+Green+Blue) = 46+6+49=101 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.54% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 49 (19.53% from 255 or 48.51% from 101); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E0631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0631 is #D1F9CE. Grayscale: #161616. Windows color (decimal): -13760975 or 3212846. OLE color: 3212846.
HSL color Cylindrical-coordinate representation of color #2E0631: hue angle of 295.81º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2E0631 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 6 | 49 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.81 |
| HSL | 295.81º | 0.78% | 0.11% | - |
| HSV(B) | 295.81º | 0.88% | 0.19% | - |
| XYZ | 1.75 | 0.93 | 2.99 | - |
| YUV | 22.86 | 142.75 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 6 | 49 | 0.06 | 0.88 | 0 | 0.81 | 295.81 | 0.78 | 0.11 |
| Hex | 2E | 6 | 31 | 6 | 58 | 0 | 51 | 128 | 4E | B |
| Octal | 56 | 6 | 61 | 6 | 130 | 0 | 121 | 450 | 116 | 13 |
| Binary | 101110 | 110 | 110001 | 110 | 1011000 | 0 | 1010001 | 100101000 | 1001110 | 1011 |
Color Harmonies of #2E0631
Complementary color
Monochromatic Colors of #2E0631
Black with #2E0631
Text Example
Text Example
White with #2E0631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0631; }
p { color: rgb(46,6,49); }
H1.HeaderClassName
{
color: #2E0631;
}
.AnyTagClassName
{
color: #2E0631;
}
</style>
background-color css
<style>
a { background-color: #2E0631; }
a { background-color: rgb(46,6,49); }
div.DivClassName
{
background-color: #2E0631;
}
.BgClassName
{
background-color: #2E0631;
}
</style>
border-color css
<style>
span { border-color: #2E0631; }
span { border-color: rgb(46,6,49); }
td.TdClassName
{
border-color: #2E0631;
}
.TagClassName
{
border-color: #2E0631;
}
</style>