Shades of Mardi Gras #2E042A
Tints of Mardi Gras #2E042A
RGB
CMYK
RGB Variations
Color information
#2E042A (or 0x2E042A) is known color: Mardi Gras. HEX triplet: 2E, 04 and 2A. RGB value is (46,4,42). Sum of RGB (Red+Green+Blue) = 46+4+42=92 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 42 (16.80% from 255 or 45.65% from 92); Max value from RGB is 46 - color contains mainly: red. Hex color #2E042A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E042A is #D1FBD5. Grayscale: #141414. Windows color (decimal): -13761494 or 2753582. OLE color: 2753582.
HSL color Cylindrical-coordinate representation of color #2E042A: hue angle of 305.71º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E042A is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 42 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.82 |
| HSL | 305.71º | 0.84% | 0.1% | - |
| HSV(B) | 305.71º | 0.91% | 0.18% | - |
| XYZ | 1.59 | 0.83 | 2.27 | - |
| YUV | 20.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 42 | 0 | 0.91 | 0.09 | 0.82 | 305.71 | 0.84 | 0.1 |
| Hex | 2E | 4 | 2A | 0 | 5B | 9 | 52 | 132 | 54 | A |
| Octal | 56 | 4 | 52 | 0 | 133 | 11 | 122 | 462 | 124 | 12 |
| Binary | 101110 | 100 | 101010 | 0 | 1011011 | 1001 | 1010010 | 100110010 | 1010100 | 1010 |
Color Harmonies of #2E042A
Complementary color
Monochromatic Colors of #2E042A
Black with #2E042A
Text Example
Text Example
White with #2E042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E042A; }
p { color: rgb(46,4,42); }
H1.HeaderClassName
{
color: #2E042A;
}
.AnyTagClassName
{
color: #2E042A;
}
</style>
background-color css
<style>
a { background-color: #2E042A; }
a { background-color: rgb(46,4,42); }
div.DivClassName
{
background-color: #2E042A;
}
.BgClassName
{
background-color: #2E042A;
}
</style>
border-color css
<style>
span { border-color: #2E042A; }
span { border-color: rgb(46,4,42); }
td.TdClassName
{
border-color: #2E042A;
}
.TagClassName
{
border-color: #2E042A;
}
</style>