Shades of Mardi Gras #2E042B
Tints of Mardi Gras #2E042B
RGB
CMYK
RGB Variations
Color information
#2E042B (or 0x2E042B) is known color: Mardi Gras. HEX triplet: 2E, 04 and 2B. RGB value is (46,4,43). Sum of RGB (Red+Green+Blue) = 46+4+43=93 (12% of max value = 765). Red value is 46 (18.36% from 255 or 49.46% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 43 (17.19% from 255 or 46.24% from 93); Max value from RGB is 46 - color contains mainly: red. Hex color #2E042B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E042B is #D1FBD4. Grayscale: #141414. Windows color (decimal): -13761493 or 2819118. OLE color: 2819118.
HSL color Cylindrical-coordinate representation of color #2E042B: hue angle of 304.29º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2E042B is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 4 | 43 | - |
| CMYK | 0 | 0.91 | 0.07 | 0.82 |
| HSL | 304.29º | 0.84% | 0.1% | - |
| HSV(B) | 304.29º | 0.91% | 0.18% | - |
| XYZ | 1.61 | 0.84 | 2.36 | - |
| YUV | 21 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 4 | 43 | 0 | 0.91 | 0.07 | 0.82 | 304.29 | 0.84 | 0.1 |
| Hex | 2E | 4 | 2B | 0 | 5B | 7 | 52 | 130 | 54 | A |
| Octal | 56 | 4 | 53 | 0 | 133 | 7 | 122 | 460 | 124 | 12 |
| Binary | 101110 | 100 | 101011 | 0 | 1011011 | 111 | 1010010 | 100110000 | 1010100 | 1010 |
Color Harmonies of #2E042B
Complementary color
Monochromatic Colors of #2E042B
Black with #2E042B
Text Example
Text Example
White with #2E042B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E042B; }
p { color: rgb(46,4,43); }
H1.HeaderClassName
{
color: #2E042B;
}
.AnyTagClassName
{
color: #2E042B;
}
</style>
background-color css
<style>
a { background-color: #2E042B; }
a { background-color: rgb(46,4,43); }
div.DivClassName
{
background-color: #2E042B;
}
.BgClassName
{
background-color: #2E042B;
}
</style>
border-color css
<style>
span { border-color: #2E042B; }
span { border-color: rgb(46,4,43); }
td.TdClassName
{
border-color: #2E042B;
}
.TagClassName
{
border-color: #2E042B;
}
</style>