Shades of Mardi Gras #2E042C
Tints of Mardi Gras #2E042C
RGB
CMYK
RGB Variations
Color information
#2E042C (or 0x2E042C) is known color: Mardi Gras. HEX triplet: 2E, 04 and 2C. RGB value is (46,4,44). Sum of RGB (Red+Green+Blue) = 46+4+44=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 4 (1.95% from 255 or 4.26% from 94); Blue value is 44 (17.58% from 255 or 46.81% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E042C is #D1FBD3. Grayscale: #151515. Windows color (decimal): -13761492 or 2884654. OLE color: 2884654.
HSL color Cylindrical-coordinate representation of color #2E042C: hue angle of 302.86º 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 #2E042C is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 44 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.82 |
| HSL | 302.86º | 0.84% | 0.1% | - |
| HSV(B) | 302.86º | 0.91% | 0.18% | - |
| XYZ | 1.62 | 0.85 | 2.46 | - |
| YUV | 21.12 | 140.91 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 44 | 0 | 0.91 | 0.04 | 0.82 | 302.86 | 0.84 | 0.1 |
| Hex | 2E | 4 | 2C | 0 | 5B | 4 | 52 | 12F | 54 | A |
| Octal | 56 | 4 | 54 | 0 | 133 | 4 | 122 | 457 | 124 | 12 |
| Binary | 101110 | 100 | 101100 | 0 | 1011011 | 100 | 1010010 | 100101111 | 1010100 | 1010 |
Color Harmonies of #2E042C
Complementary color
Monochromatic Colors of #2E042C
Black with #2E042C
Text Example
Text Example
White with #2E042C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E042C; }
p { color: rgb(46,4,44); }
H1.HeaderClassName
{
color: #2E042C;
}
.AnyTagClassName
{
color: #2E042C;
}
</style>
background-color css
<style>
a { background-color: #2E042C; }
a { background-color: rgb(46,4,44); }
div.DivClassName
{
background-color: #2E042C;
}
.BgClassName
{
background-color: #2E042C;
}
</style>
border-color css
<style>
span { border-color: #2E042C; }
span { border-color: rgb(46,4,44); }
td.TdClassName
{
border-color: #2E042C;
}
.TagClassName
{
border-color: #2E042C;
}
</style>