Shades of Mardi Gras #2E132C
Tints of Mardi Gras #2E132C
RGB
CMYK
RGB Variations
Color information
#2E132C (or 0x2E132C) is known color: Mardi Gras. HEX triplet: 2E, 13 and 2C. RGB value is (46,19,44). Sum of RGB (Red+Green+Blue) = 46+19+44=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 44 (17.58% from 255 or 40.37% from 109); Max value from RGB is 46 - color contains mainly: red. Hex color #2E132C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E132C is #D1ECD3. Grayscale: #1D1D1D. Windows color (decimal): -13757652 or 2888494. OLE color: 2888494.
HSL color Cylindrical-coordinate representation of color #2E132C: hue angle of 304.44º 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 #2E132C is Cyan = 0, Magento = 0.59, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 19 | 44 | - |
| CMYK | 0 | 0.59 | 0.04 | 0.82 |
| HSL | 304.44º | 0.42% | 0.13% | - |
| HSV(B) | 304.44º | 0.59% | 0.18% | - |
| XYZ | 1.81 | 1.23 | 2.52 | - |
| YUV | 29.92 | 135.95 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 19 | 44 | 0 | 0.59 | 0.04 | 0.82 | 304.44 | 0.42 | 0.13 |
| Hex | 2E | 13 | 2C | 0 | 3B | 4 | 52 | 130 | 2A | D |
| Octal | 56 | 23 | 54 | 0 | 73 | 4 | 122 | 460 | 52 | 15 |
| Binary | 101110 | 10011 | 101100 | 0 | 111011 | 100 | 1010010 | 100110000 | 101010 | 1101 |
Color Harmonies of #2E132C
Complementary color
Monochromatic Colors of #2E132C
Black with #2E132C
Text Example
Text Example
White with #2E132C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E132C; }
p { color: rgb(46,19,44); }
H1.HeaderClassName
{
color: #2E132C;
}
.AnyTagClassName
{
color: #2E132C;
}
</style>
background-color css
<style>
a { background-color: #2E132C; }
a { background-color: rgb(46,19,44); }
div.DivClassName
{
background-color: #2E132C;
}
.BgClassName
{
background-color: #2E132C;
}
</style>
border-color css
<style>
span { border-color: #2E132C; }
span { border-color: rgb(46,19,44); }
td.TdClassName
{
border-color: #2E132C;
}
.TagClassName
{
border-color: #2E132C;
}
</style>