Shades of Mardi Gras #2E022B
Tints of Mardi Gras #2E022B
RGB
CMYK
RGB Variations
Color information
#2E022B (or 0x2E022B) is known color: Mardi Gras. HEX triplet: 2E, 02 and 2B. RGB value is (46,2,43). Sum of RGB (Red+Green+Blue) = 46+2+43=91 (12% of max value = 765). Red value is 46 (18.36% from 255 or 50.55% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 43 (17.19% from 255 or 47.25% from 91); Max value from RGB is 46 - color contains mainly: red. Hex color #2E022B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E022B is #D1FDD4. Grayscale: #131313. Windows color (decimal): -13762005 or 2818606. OLE color: 2818606.
HSL color Cylindrical-coordinate representation of color #2E022B: hue angle of 304.09º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2E022B is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 2 | 43 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.82 |
| HSL | 304.09º | 0.92% | 0.09% | - |
| HSV(B) | 304.09º | 0.96% | 0.18% | - |
| XYZ | 1.58 | 0.8 | 2.36 | - |
| YUV | 19.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 2 | 43 | 0 | 0.96 | 0.07 | 0.82 | 304.09 | 0.92 | 0.09 |
| Hex | 2E | 2 | 2B | 0 | 60 | 7 | 52 | 130 | 5C | 9 |
| Octal | 56 | 2 | 53 | 0 | 140 | 7 | 122 | 460 | 134 | 11 |
| Binary | 101110 | 10 | 101011 | 0 | 1100000 | 111 | 1010010 | 100110000 | 1011100 | 1001 |
Color Harmonies of #2E022B
Complementary color
Monochromatic Colors of #2E022B
Black with #2E022B
Text Example
Text Example
White with #2E022B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E022B; }
p { color: rgb(46,2,43); }
H1.HeaderClassName
{
color: #2E022B;
}
.AnyTagClassName
{
color: #2E022B;
}
</style>
background-color css
<style>
a { background-color: #2E022B; }
a { background-color: rgb(46,2,43); }
div.DivClassName
{
background-color: #2E022B;
}
.BgClassName
{
background-color: #2E022B;
}
</style>
border-color css
<style>
span { border-color: #2E022B; }
span { border-color: rgb(46,2,43); }
td.TdClassName
{
border-color: #2E022B;
}
.TagClassName
{
border-color: #2E022B;
}
</style>