Shades of Mardi Gras #2E042D
Tints of Mardi Gras #2E042D
RGB
CMYK
RGB Variations
Color information
#2E042D (or 0x2E042D) is known color: Mardi Gras. HEX triplet: 2E, 04 and 2D. RGB value is (46,4,45). Sum of RGB (Red+Green+Blue) = 46+4+45=95 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.42% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 46 - color contains mainly: red. Hex color #2E042D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E042D is #D1FBD2. Grayscale: #151515. Windows color (decimal): -13761491 or 2950190. OLE color: 2950190.
HSL color Cylindrical-coordinate representation of color #2E042D: hue angle of 301.43º 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 #2E042D is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 45 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.82 |
| HSL | 301.43º | 0.84% | 0.1% | - |
| HSV(B) | 301.43º | 0.91% | 0.18% | - |
| XYZ | 1.64 | 0.86 | 2.56 | - |
| YUV | 21.23 | 141.41 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 45 | 0 | 0.91 | 0.02 | 0.82 | 301.43 | 0.84 | 0.1 |
| Hex | 2E | 4 | 2D | 0 | 5B | 2 | 52 | 12D | 54 | A |
| Octal | 56 | 4 | 55 | 0 | 133 | 2 | 122 | 455 | 124 | 12 |
| Binary | 101110 | 100 | 101101 | 0 | 1011011 | 10 | 1010010 | 100101101 | 1010100 | 1010 |
Color Harmonies of #2E042D
Complementary color
Monochromatic Colors of #2E042D
Black with #2E042D
Text Example
Text Example
White with #2E042D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E042D; }
p { color: rgb(46,4,45); }
H1.HeaderClassName
{
color: #2E042D;
}
.AnyTagClassName
{
color: #2E042D;
}
</style>
background-color css
<style>
a { background-color: #2E042D; }
a { background-color: rgb(46,4,45); }
div.DivClassName
{
background-color: #2E042D;
}
.BgClassName
{
background-color: #2E042D;
}
</style>
border-color css
<style>
span { border-color: #2E042D; }
span { border-color: rgb(46,4,45); }
td.TdClassName
{
border-color: #2E042D;
}
.TagClassName
{
border-color: #2E042D;
}
</style>