Shades of Mardi Gras #2E1632
Tints of Mardi Gras #2E1632
RGB
CMYK
RGB Variations
Color information
#2E1632 (or 0x2E1632) is known color: Mardi Gras. HEX triplet: 2E, 16 and 32. RGB value is (46,22,50). Sum of RGB (Red+Green+Blue) = 46+22+50=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 50 - color contains mainly: blue. Hex color #2E1632 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E1632 is #D1E9CD. Grayscale: #202020. Windows color (decimal): -13756878 or 3282478. OLE color: 3282478.
HSL color Cylindrical-coordinate representation of color #2E1632: hue angle of 291.43º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2E1632 is Cyan = 0.08, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 46 | 22 | 50 | - |
| CMYK | 0.08 | 0.56 | 0 | 0.80 |
| HSL | 291.43º | 0.39% | 0.14% | - |
| HSV(B) | 291.43º | 0.56% | 0.2% | - |
| XYZ | 1.99 | 1.38 | 3.18 | - |
| YUV | 32.37 | 137.95 | 137.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 22 | 50 | 0.08 | 0.56 | 0 | 0.80 | 291.43 | 0.39 | 0.14 |
| Hex | 2E | 16 | 32 | 8 | 38 | 0 | 50 | 123 | 27 | E |
| Octal | 56 | 26 | 62 | 10 | 70 | 0 | 120 | 443 | 47 | 16 |
| Binary | 101110 | 10110 | 110010 | 1000 | 111000 | 0 | 1010000 | 100100011 | 100111 | 1110 |
Color Harmonies of #2E1632
Complementary color
Monochromatic Colors of #2E1632
Black with #2E1632
Text Example
Text Example
White with #2E1632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E1632; }
p { color: rgb(46,22,50); }
H1.HeaderClassName
{
color: #2E1632;
}
.AnyTagClassName
{
color: #2E1632;
}
</style>
background-color css
<style>
a { background-color: #2E1632; }
a { background-color: rgb(46,22,50); }
div.DivClassName
{
background-color: #2E1632;
}
.BgClassName
{
background-color: #2E1632;
}
</style>
border-color css
<style>
span { border-color: #2E1632; }
span { border-color: rgb(46,22,50); }
td.TdClassName
{
border-color: #2E1632;
}
.TagClassName
{
border-color: #2E1632;
}
</style>