Shades of Mardi Gras #2E112E
Tints of Mardi Gras #2E112E
RGB
CMYK
RGB Variations
Color information
#2E112E (or 0x2E112E) is known color: Mardi Gras. HEX triplet: 2E, 11 and 2E. RGB value is (46,17,46). Sum of RGB (Red+Green+Blue) = 46+17+46=109 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.20% from 109); Green value is 17 (7.03% from 255 or 15.60% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: red, blue. Hex color #2E112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E112E is #D1EED1. Grayscale: #1C1C1C. Windows color (decimal): -13758162 or 3019054. OLE color: 3019054.
HSL color Cylindrical-coordinate representation of color #2E112E: hue angle of 300º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2E112E is Cyan = 0, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 46 | - |
| CMYK | 0 | 0.63 | 0 | 0.82 |
| HSL | 300º | 0.46% | 0.12% | - |
| HSV(B) | 300º | 0.63% | 0.18% | - |
| XYZ | 1.82 | 1.18 | 2.72 | - |
| YUV | 28.98 | 137.61 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 46 | 0 | 0.63 | 0 | 0.82 | 300 | 0.46 | 0.12 |
| Hex | 2E | 11 | 2E | 0 | 3F | 0 | 52 | 12C | 2E | C |
| Octal | 56 | 21 | 56 | 0 | 77 | 0 | 122 | 454 | 56 | 14 |
| Binary | 101110 | 10001 | 101110 | 0 | 111111 | 0 | 1010010 | 100101100 | 101110 | 1100 |
Color Harmonies of #2E112E
Complementary color
Monochromatic Colors of #2E112E
Black with #2E112E
Text Example
Text Example
White with #2E112E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E112E; }
p { color: rgb(46,17,46); }
H1.HeaderClassName
{
color: #2E112E;
}
.AnyTagClassName
{
color: #2E112E;
}
</style>
background-color css
<style>
a { background-color: #2E112E; }
a { background-color: rgb(46,17,46); }
div.DivClassName
{
background-color: #2E112E;
}
.BgClassName
{
background-color: #2E112E;
}
</style>
border-color css
<style>
span { border-color: #2E112E; }
span { border-color: rgb(46,17,46); }
td.TdClassName
{
border-color: #2E112E;
}
.TagClassName
{
border-color: #2E112E;
}
</style>