Shades of Mardi Gras #2E1A2C
Tints of Mardi Gras #2E1A2C
RGB
CMYK
RGB Variations
Color information
#2E1A2C (or 0x2E1A2C) is known color: Mardi Gras. HEX triplet: 2E, 1A and 2C. RGB value is (46,26,44). Sum of RGB (Red+Green+Blue) = 46+26+44=116 (15% of max value = 765). Red value is 46 (18.36% from 255 or 39.66% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1A2C is #D1E5D3. Grayscale: #212121. Windows color (decimal): -13755860 or 2890286. OLE color: 2890286.
HSL color Cylindrical-coordinate representation of color #2E1A2C: hue angle of 306º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2E1A2C is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 26 | 44 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.82 |
| HSL | 306º | 0.28% | 0.14% | - |
| HSV(B) | 306º | 0.43% | 0.18% | - |
| XYZ | 1.95 | 1.5 | 2.57 | - |
| YUV | 34.03 | 133.63 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 26 | 44 | 0 | 0.43 | 0.04 | 0.82 | 306 | 0.28 | 0.14 |
| Hex | 2E | 1A | 2C | 0 | 2B | 4 | 52 | 132 | 1C | E |
| Octal | 56 | 32 | 54 | 0 | 53 | 4 | 122 | 462 | 34 | 16 |
| Binary | 101110 | 11010 | 101100 | 0 | 101011 | 100 | 1010010 | 100110010 | 11100 | 1110 |
Color Harmonies of #2E1A2C
Complementary color
Monochromatic Colors of #2E1A2C
Black with #2E1A2C
Text Example
Text Example
White with #2E1A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1A2C; }
p { color: rgb(46,26,44); }
H1.HeaderClassName
{
color: #2E1A2C;
}
.AnyTagClassName
{
color: #2E1A2C;
}
</style>
background-color css
<style>
a { background-color: #2E1A2C; }
a { background-color: rgb(46,26,44); }
div.DivClassName
{
background-color: #2E1A2C;
}
.BgClassName
{
background-color: #2E1A2C;
}
</style>
border-color css
<style>
span { border-color: #2E1A2C; }
span { border-color: rgb(46,26,44); }
td.TdClassName
{
border-color: #2E1A2C;
}
.TagClassName
{
border-color: #2E1A2C;
}
</style>