Shades of Mardi Gras #2E1D30
Tints of Mardi Gras #2E1D30
RGB
CMYK
RGB Variations
Color information
#2E1D30 (or 0x2E1D30) is known color: Mardi Gras. HEX triplet: 2E, 1D and 30. RGB value is (46,29,48). Sum of RGB (Red+Green+Blue) = 46+29+48=123 (16% of max value = 765). Red value is 46 (18.36% from 255 or 37.40% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 48 (19.14% from 255 or 39.02% from 123); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E1D30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1D30 is #D1E2CF. Grayscale: #242424. Windows color (decimal): -13755088 or 3153198. OLE color: 3153198.
HSL color Cylindrical-coordinate representation of color #2E1D30: hue angle of 293.68º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2E1D30 is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 29 | 48 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.81 |
| HSL | 293.68º | 0.25% | 0.15% | - |
| HSV(B) | 293.68º | 0.4% | 0.19% | - |
| XYZ | 2.1 | 1.67 | 3.01 | - |
| YUV | 36.25 | 134.63 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 29 | 48 | 0.04 | 0.40 | 0 | 0.81 | 293.68 | 0.25 | 0.15 |
| Hex | 2E | 1D | 30 | 4 | 28 | 0 | 51 | 126 | 19 | F |
| Octal | 56 | 35 | 60 | 4 | 50 | 0 | 121 | 446 | 31 | 17 |
| Binary | 101110 | 11101 | 110000 | 100 | 101000 | 0 | 1010001 | 100100110 | 11001 | 1111 |
Color Harmonies of #2E1D30
Complementary color
Monochromatic Colors of #2E1D30
Black with #2E1D30
Text Example
Text Example
White with #2E1D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1D30; }
p { color: rgb(46,29,48); }
H1.HeaderClassName
{
color: #2E1D30;
}
.AnyTagClassName
{
color: #2E1D30;
}
</style>
background-color css
<style>
a { background-color: #2E1D30; }
a { background-color: rgb(46,29,48); }
div.DivClassName
{
background-color: #2E1D30;
}
.BgClassName
{
background-color: #2E1D30;
}
</style>
border-color css
<style>
span { border-color: #2E1D30; }
span { border-color: rgb(46,29,48); }
td.TdClassName
{
border-color: #2E1D30;
}
.TagClassName
{
border-color: #2E1D30;
}
</style>