Shades of Mardi Gras #2E112B
Tints of Mardi Gras #2E112B
RGB
CMYK
RGB Variations
Color information
#2E112B (or 0x2E112B) is known color: Mardi Gras. HEX triplet: 2E, 11 and 2B. RGB value is (46,17,43). Sum of RGB (Red+Green+Blue) = 46+17+43=106 (14% of max value = 765). Red value is 46 (18.36% from 255 or 43.40% from 106); Green value is 17 (7.03% from 255 or 16.04% from 106); Blue value is 43 (17.19% from 255 or 40.57% from 106); Max value from RGB is 46 - color contains mainly: red. Hex color #2E112B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E112B is #D1EED4. Grayscale: #1C1C1C. Windows color (decimal): -13758165 or 2822446. OLE color: 2822446.
HSL color Cylindrical-coordinate representation of color #2E112B: hue angle of 306.21º 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 #2E112B is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 17 | 43 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.82 |
| HSL | 306.21º | 0.46% | 0.12% | - |
| HSV(B) | 306.21º | 0.63% | 0.18% | - |
| XYZ | 1.76 | 1.16 | 2.42 | - |
| YUV | 28.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 17 | 43 | 0 | 0.63 | 0.07 | 0.82 | 306.21 | 0.46 | 0.12 |
| Hex | 2E | 11 | 2B | 0 | 3F | 7 | 52 | 132 | 2E | C |
| Octal | 56 | 21 | 53 | 0 | 77 | 7 | 122 | 462 | 56 | 14 |
| Binary | 101110 | 10001 | 101011 | 0 | 111111 | 111 | 1010010 | 100110010 | 101110 | 1100 |
Color Harmonies of #2E112B
Complementary color
Monochromatic Colors of #2E112B
Black with #2E112B
Text Example
Text Example
White with #2E112B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E112B; }
p { color: rgb(46,17,43); }
H1.HeaderClassName
{
color: #2E112B;
}
.AnyTagClassName
{
color: #2E112B;
}
</style>
background-color css
<style>
a { background-color: #2E112B; }
a { background-color: rgb(46,17,43); }
div.DivClassName
{
background-color: #2E112B;
}
.BgClassName
{
background-color: #2E112B;
}
</style>
border-color css
<style>
span { border-color: #2E112B; }
span { border-color: rgb(46,17,43); }
td.TdClassName
{
border-color: #2E112B;
}
.TagClassName
{
border-color: #2E112B;
}
</style>