Shades of Mardi Gras #2E0030
Tints of Mardi Gras #2E0030
RGB
CMYK
RGB Variations
Color information
#2E0030 (or 0x2E0030) is known color: Mardi Gras. HEX triplet: 2E, 00 and 30. RGB value is (46,0,48). Sum of RGB (Red+Green+Blue) = 46+0+48=94 (12% of max value = 765). Red value is 46 (18.36% from 255 or 48.94% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #2E0030 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E0030 is #D1FFCF. Grayscale: #131313. Windows color (decimal): -13762512 or 3145774. OLE color: 3145774.
HSL color Cylindrical-coordinate representation of color #2E0030: hue angle of 297.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E0030 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 46 | 0 | 48 | - |
| CMYK | 0.04 | 1 | 0 | 0.81 |
| HSL | 297.5º | 1% | 0.09% | - |
| HSV(B) | 297.5º | 1% | 0.19% | - |
| XYZ | 1.66 | 0.79 | 2.86 | - |
| YUV | 19.23 | 144.24 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 0 | 48 | 0.04 | 1 | 0 | 0.81 | 297.5 | 1 | 0.09 |
| Hex | 2E | 0 | 30 | 4 | 64 | 0 | 51 | 12A | 64 | 9 |
| Octal | 56 | 0 | 60 | 4 | 144 | 0 | 121 | 452 | 144 | 11 |
| Binary | 101110 | 0 | 110000 | 100 | 1100100 | 0 | 1010001 | 100101010 | 1100100 | 1001 |
Color Harmonies of #2E0030
Complementary color
Monochromatic Colors of #2E0030
Black with #2E0030
Text Example
Text Example
White with #2E0030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E0030; }
p { color: rgb(46,0,48); }
H1.HeaderClassName
{
color: #2E0030;
}
.AnyTagClassName
{
color: #2E0030;
}
</style>
background-color css
<style>
a { background-color: #2E0030; }
a { background-color: rgb(46,0,48); }
div.DivClassName
{
background-color: #2E0030;
}
.BgClassName
{
background-color: #2E0030;
}
</style>
border-color css
<style>
span { border-color: #2E0030; }
span { border-color: rgb(46,0,48); }
td.TdClassName
{
border-color: #2E0030;
}
.TagClassName
{
border-color: #2E0030;
}
</style>