Shades of Mardi Gras #2E132D
Tints of Mardi Gras #2E132D
RGB
CMYK
RGB Variations
Color information
#2E132D (or 0x2E132D) is known color: Mardi Gras. HEX triplet: 2E, 13 and 2D. RGB value is (46,19,45). Sum of RGB (Red+Green+Blue) = 46+19+45=110 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.82% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 45 (17.97% from 255 or 40.91% from 110); Max value from RGB is 46 - color contains mainly: red. Hex color #2E132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E132D is #D1ECD2. Grayscale: #1D1D1D. Windows color (decimal): -13757651 or 2954030. OLE color: 2954030.
HSL color Cylindrical-coordinate representation of color #2E132D: hue angle of 302.22º degrees, saturation: 0.42, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E132D is Cyan = 0, Magento = 0.59, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 45 | - |
| CMYK | 0 | 0.59 | 0.02 | 0.82 |
| HSL | 302.22º | 0.42% | 0.13% | - |
| HSV(B) | 302.22º | 0.59% | 0.18% | - |
| XYZ | 1.83 | 1.24 | 2.62 | - |
| YUV | 30.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 45 | 0 | 0.59 | 0.02 | 0.82 | 302.22 | 0.42 | 0.13 |
| Hex | 2E | 13 | 2D | 0 | 3B | 2 | 52 | 12E | 2A | D |
| Octal | 56 | 23 | 55 | 0 | 73 | 2 | 122 | 456 | 52 | 15 |
| Binary | 101110 | 10011 | 101101 | 0 | 111011 | 10 | 1010010 | 100101110 | 101010 | 1101 |
Color Harmonies of #2E132D
Complementary color
Monochromatic Colors of #2E132D
Black with #2E132D
Text Example
Text Example
White with #2E132D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E132D; }
p { color: rgb(46,19,45); }
H1.HeaderClassName
{
color: #2E132D;
}
.AnyTagClassName
{
color: #2E132D;
}
</style>
background-color css
<style>
a { background-color: #2E132D; }
a { background-color: rgb(46,19,45); }
div.DivClassName
{
background-color: #2E132D;
}
.BgClassName
{
background-color: #2E132D;
}
</style>
border-color css
<style>
span { border-color: #2E132D; }
span { border-color: rgb(46,19,45); }
td.TdClassName
{
border-color: #2E132D;
}
.TagClassName
{
border-color: #2E132D;
}
</style>