Shades of Mardi Gras #2E0331
Tints of Mardi Gras #2E0331
RGB
CMYK
RGB Variations
Color information
#2E0331 (or 0x2E0331) is known color: Mardi Gras. HEX triplet: 2E, 03 and 31. RGB value is (46,3,49). Sum of RGB (Red+Green+Blue) = 46+3+49=98 (12% of max value = 765). Red value is 46 (18.36% from 255 or 46.94% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 49 (19.53% from 255 or 50% from 98); Max value from RGB is 49 - color contains mainly: blue. Hex color #2E0331 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0331 is #D1FCCE. Grayscale: #141414. Windows color (decimal): -13761743 or 3212078. OLE color: 3212078.
HSL color Cylindrical-coordinate representation of color #2E0331: hue angle of 296.09º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2E0331 is Cyan = 0.06, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 3 | 49 | - |
| CMYK | 0.06 | 0.94 | 0 | 0.81 |
| HSL | 296.09º | 0.88% | 0.1% | - |
| HSV(B) | 296.09º | 0.94% | 0.19% | - |
| XYZ | 1.71 | 0.87 | 2.98 | - |
| YUV | 21.1 | 143.75 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 49 | 0.06 | 0.94 | 0 | 0.81 | 296.09 | 0.88 | 0.1 |
| Hex | 2E | 3 | 31 | 6 | 5E | 0 | 51 | 128 | 58 | A |
| Octal | 56 | 3 | 61 | 6 | 136 | 0 | 121 | 450 | 130 | 12 |
| Binary | 101110 | 11 | 110001 | 110 | 1011110 | 0 | 1010001 | 100101000 | 1011000 | 1010 |
Color Harmonies of #2E0331
Complementary color
Monochromatic Colors of #2E0331
Black with #2E0331
Text Example
Text Example
White with #2E0331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0331; }
p { color: rgb(46,3,49); }
H1.HeaderClassName
{
color: #2E0331;
}
.AnyTagClassName
{
color: #2E0331;
}
</style>
background-color css
<style>
a { background-color: #2E0331; }
a { background-color: rgb(46,3,49); }
div.DivClassName
{
background-color: #2E0331;
}
.BgClassName
{
background-color: #2E0331;
}
</style>
border-color css
<style>
span { border-color: #2E0331; }
span { border-color: rgb(46,3,49); }
td.TdClassName
{
border-color: #2E0331;
}
.TagClassName
{
border-color: #2E0331;
}
</style>