Shades of Mardi Gras #2E1F2D
Tints of Mardi Gras #2E1F2D
RGB
CMYK
RGB Variations
Color information
#2E1F2D (or 0x2E1F2D) is known color: Mardi Gras. HEX triplet: 2E, 1F and 2D. RGB value is (46,31,45). Sum of RGB (Red+Green+Blue) = 46+31+45=122 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.70% from 122); Green value is 31 (12.5% from 255 or 25.41% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1F2D is #D1E0D2. Grayscale: #252525. Windows color (decimal): -13754579 or 2957102. OLE color: 2957102.
HSL color Cylindrical-coordinate representation of color #2E1F2D: hue angle of 304º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #2E1F2D is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 31 | 45 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.82 |
| HSL | 304º | 0.19% | 0.15% | - |
| HSV(B) | 304º | 0.33% | 0.18% | - |
| XYZ | 2.09 | 1.75 | 2.71 | - |
| YUV | 37.08 | 132.47 | 134.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 31 | 45 | 0 | 0.33 | 0.02 | 0.82 | 304 | 0.19 | 0.15 |
| Hex | 2E | 1F | 2D | 0 | 21 | 2 | 52 | 130 | 13 | F |
| Octal | 56 | 37 | 55 | 0 | 41 | 2 | 122 | 460 | 23 | 17 |
| Binary | 101110 | 11111 | 101101 | 0 | 100001 | 10 | 1010010 | 100110000 | 10011 | 1111 |
Color Harmonies of #2E1F2D
Complementary color
Monochromatic Colors of #2E1F2D
Black with #2E1F2D
Text Example
Text Example
White with #2E1F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1F2D; }
p { color: rgb(46,31,45); }
H1.HeaderClassName
{
color: #2E1F2D;
}
.AnyTagClassName
{
color: #2E1F2D;
}
</style>
background-color css
<style>
a { background-color: #2E1F2D; }
a { background-color: rgb(46,31,45); }
div.DivClassName
{
background-color: #2E1F2D;
}
.BgClassName
{
background-color: #2E1F2D;
}
</style>
border-color css
<style>
span { border-color: #2E1F2D; }
span { border-color: rgb(46,31,45); }
td.TdClassName
{
border-color: #2E1F2D;
}
.TagClassName
{
border-color: #2E1F2D;
}
</style>