Shades of Mardi Gras #2E032D
Tints of Mardi Gras #2E032D
RGB
CMYK
RGB Variations
Color information
#2E032D (or 0x2E032D) is known color: Mardi Gras. HEX triplet: 2E, 03 and 2D. RGB value is (46,3,45). Sum of RGB (Red+Green+Blue) = 46+3+45=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 45 (17.97% from 255 or 47.87% from 94); Max value from RGB is 46 - color contains mainly: red. Hex color #2E032D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E032D is #D1FCD2. Grayscale: #141414. Windows color (decimal): -13761747 or 2949934. OLE color: 2949934.
HSL color Cylindrical-coordinate representation of color #2E032D: hue angle of 301.4º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2E032D is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 3 | 45 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.82 |
| HSL | 301.4º | 0.88% | 0.1% | - |
| HSV(B) | 301.4º | 0.93% | 0.18% | - |
| XYZ | 1.63 | 0.84 | 2.56 | - |
| YUV | 20.65 | 141.75 | 146.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 3 | 45 | 0 | 0.93 | 0.02 | 0.82 | 301.4 | 0.88 | 0.1 |
| Hex | 2E | 3 | 2D | 0 | 5D | 2 | 52 | 12D | 58 | A |
| Octal | 56 | 3 | 55 | 0 | 135 | 2 | 122 | 455 | 130 | 12 |
| Binary | 101110 | 11 | 101101 | 0 | 1011101 | 10 | 1010010 | 100101101 | 1011000 | 1010 |
Color Harmonies of #2E032D
Complementary color
Monochromatic Colors of #2E032D
Black with #2E032D
Text Example
Text Example
White with #2E032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E032D; }
p { color: rgb(46,3,45); }
H1.HeaderClassName
{
color: #2E032D;
}
.AnyTagClassName
{
color: #2E032D;
}
</style>
background-color css
<style>
a { background-color: #2E032D; }
a { background-color: rgb(46,3,45); }
div.DivClassName
{
background-color: #2E032D;
}
.BgClassName
{
background-color: #2E032D;
}
</style>
border-color css
<style>
span { border-color: #2E032D; }
span { border-color: rgb(46,3,45); }
td.TdClassName
{
border-color: #2E032D;
}
.TagClassName
{
border-color: #2E032D;
}
</style>