Shades of Mardi Gras #2E1732
Tints of Mardi Gras #2E1732
RGB
CMYK
RGB Variations
Color information
#2E1732 (or 0x2E1732) is known color: Mardi Gras. HEX triplet: 2E, 17 and 32. RGB value is (46,23,50). Sum of RGB (Red+Green+Blue) = 46+23+50=119 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.66% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 50 (19.92% from 255 or 42.02% from 119); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E1732 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1732 is #D1E8CD. Grayscale: #202020. Windows color (decimal): -13756622 or 3282734. OLE color: 3282734.
HSL color Cylindrical-coordinate representation of color #2E1732: hue angle of 291.11º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2E1732 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 23 | 50 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.80 |
| HSL | 291.11º | 0.37% | 0.14% | - |
| HSV(B) | 291.11º | 0.54% | 0.2% | - |
| XYZ | 2.01 | 1.42 | 3.19 | - |
| YUV | 32.96 | 137.62 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 50 | 0.08 | 0.54 | 0 | 0.80 | 291.11 | 0.37 | 0.14 |
| Hex | 2E | 17 | 32 | 8 | 36 | 0 | 50 | 123 | 25 | E |
| Octal | 56 | 27 | 62 | 10 | 66 | 0 | 120 | 443 | 45 | 16 |
| Binary | 101110 | 10111 | 110010 | 1000 | 110110 | 0 | 1010000 | 100100011 | 100101 | 1110 |
Color Harmonies of #2E1732
Complementary color
Monochromatic Colors of #2E1732
Black with #2E1732
Text Example
Text Example
White with #2E1732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1732; }
p { color: rgb(46,23,50); }
H1.HeaderClassName
{
color: #2E1732;
}
.AnyTagClassName
{
color: #2E1732;
}
</style>
background-color css
<style>
a { background-color: #2E1732; }
a { background-color: rgb(46,23,50); }
div.DivClassName
{
background-color: #2E1732;
}
.BgClassName
{
background-color: #2E1732;
}
</style>
border-color css
<style>
span { border-color: #2E1732; }
span { border-color: rgb(46,23,50); }
td.TdClassName
{
border-color: #2E1732;
}
.TagClassName
{
border-color: #2E1732;
}
</style>