Shades of Mardi Gras #2E1B2D
Tints of Mardi Gras #2E1B2D
RGB
CMYK
RGB Variations
Color information
#2E1B2D (or 0x2E1B2D) is known color: Mardi Gras. HEX triplet: 2E, 1B and 2D. RGB value is (46,27,45). Sum of RGB (Red+Green+Blue) = 46+27+45=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 27 (10.94% from 255 or 22.88% from 118); Blue value is 45 (17.97% from 255 or 38.14% from 118); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1B2D is #D1E4D2. Grayscale: #222222. Windows color (decimal): -13755603 or 2956078. OLE color: 2956078.
HSL color Cylindrical-coordinate representation of color #2E1B2D: hue angle of 303.16º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E1B2D is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 27 | 45 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.82 |
| HSL | 303.16º | 0.26% | 0.14% | - |
| HSV(B) | 303.16º | 0.41% | 0.18% | - |
| XYZ | 1.99 | 1.55 | 2.68 | - |
| YUV | 34.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 27 | 45 | 0 | 0.41 | 0.02 | 0.82 | 303.16 | 0.26 | 0.14 |
| Hex | 2E | 1B | 2D | 0 | 29 | 2 | 52 | 12F | 1A | E |
| Octal | 56 | 33 | 55 | 0 | 51 | 2 | 122 | 457 | 32 | 16 |
| Binary | 101110 | 11011 | 101101 | 0 | 101001 | 10 | 1010010 | 100101111 | 11010 | 1110 |
Color Harmonies of #2E1B2D
Complementary color
Monochromatic Colors of #2E1B2D
Black with #2E1B2D
Text Example
Text Example
White with #2E1B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1B2D; }
p { color: rgb(46,27,45); }
H1.HeaderClassName
{
color: #2E1B2D;
}
.AnyTagClassName
{
color: #2E1B2D;
}
</style>
background-color css
<style>
a { background-color: #2E1B2D; }
a { background-color: rgb(46,27,45); }
div.DivClassName
{
background-color: #2E1B2D;
}
.BgClassName
{
background-color: #2E1B2D;
}
</style>
border-color css
<style>
span { border-color: #2E1B2D; }
span { border-color: rgb(46,27,45); }
td.TdClassName
{
border-color: #2E1B2D;
}
.TagClassName
{
border-color: #2E1B2D;
}
</style>