Shades of Mardi Gras #2E1D2C
Tints of Mardi Gras #2E1D2C
RGB
CMYK
RGB Variations
Color information
#2E1D2C (or 0x2E1D2C) is known color: Mardi Gras. HEX triplet: 2E, 1D and 2C. RGB value is (46,29,44). Sum of RGB (Red+Green+Blue) = 46+29+44=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1D2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1D2C is #D1E2D3. Grayscale: #232323. Windows color (decimal): -13755092 or 2891054. OLE color: 2891054.
HSL color Cylindrical-coordinate representation of color #2E1D2C: hue angle of 307.06º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E1D2C is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 29 | 44 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.82 |
| HSL | 307.06º | 0.23% | 0.15% | - |
| HSV(B) | 307.06º | 0.37% | 0.18% | - |
| XYZ | 2.02 | 1.64 | 2.59 | - |
| YUV | 35.79 | 132.63 | 135.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 44 | 0 | 0.37 | 0.04 | 0.82 | 307.06 | 0.23 | 0.15 |
| Hex | 2E | 1D | 2C | 0 | 25 | 4 | 52 | 133 | 17 | F |
| Octal | 56 | 35 | 54 | 0 | 45 | 4 | 122 | 463 | 27 | 17 |
| Binary | 101110 | 11101 | 101100 | 0 | 100101 | 100 | 1010010 | 100110011 | 10111 | 1111 |
Color Harmonies of #2E1D2C
Complementary color
Monochromatic Colors of #2E1D2C
Black with #2E1D2C
Text Example
Text Example
White with #2E1D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1D2C; }
p { color: rgb(46,29,44); }
H1.HeaderClassName
{
color: #2E1D2C;
}
.AnyTagClassName
{
color: #2E1D2C;
}
</style>
background-color css
<style>
a { background-color: #2E1D2C; }
a { background-color: rgb(46,29,44); }
div.DivClassName
{
background-color: #2E1D2C;
}
.BgClassName
{
background-color: #2E1D2C;
}
</style>
border-color css
<style>
span { border-color: #2E1D2C; }
span { border-color: rgb(46,29,44); }
td.TdClassName
{
border-color: #2E1D2C;
}
.TagClassName
{
border-color: #2E1D2C;
}
</style>