Shades of Mardi Gras #2E172E
Tints of Mardi Gras #2E172E
RGB
CMYK
RGB Variations
Color information
#2E172E (or 0x2E172E) is known color: Mardi Gras. HEX triplet: 2E, 17 and 2E. RGB value is (46,23,46). Sum of RGB (Red+Green+Blue) = 46+23+46=115 (15% of max value = 765). Red value is 46 (18.36% from 255 or 40% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 46 - color contains mainly: red, blue. Hex color #2E172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E172E is #D1E8D1. Grayscale: #202020. Windows color (decimal): -13756626 or 3020590. OLE color: 3020590.
HSL color Cylindrical-coordinate representation of color #2E172E: hue angle of 300º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2E172E is Cyan = 0, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 23 | 46 | - |
| CMYK | 0 | 0.50 | 0 | 0.82 |
| HSL | 300º | 0.33% | 0.14% | - |
| HSV(B) | 300º | 0.5% | 0.18% | - |
| XYZ | 1.93 | 1.39 | 2.75 | - |
| YUV | 32.5 | 135.62 | 137.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 23 | 46 | 0 | 0.50 | 0 | 0.82 | 300 | 0.33 | 0.14 |
| Hex | 2E | 17 | 2E | 0 | 32 | 0 | 52 | 12C | 21 | E |
| Octal | 56 | 27 | 56 | 0 | 62 | 0 | 122 | 454 | 41 | 16 |
| Binary | 101110 | 10111 | 101110 | 0 | 110010 | 0 | 1010010 | 100101100 | 100001 | 1110 |
Color Harmonies of #2E172E
Complementary color
Monochromatic Colors of #2E172E
Black with #2E172E
Text Example
Text Example
White with #2E172E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E172E; }
p { color: rgb(46,23,46); }
H1.HeaderClassName
{
color: #2E172E;
}
.AnyTagClassName
{
color: #2E172E;
}
</style>
background-color css
<style>
a { background-color: #2E172E; }
a { background-color: rgb(46,23,46); }
div.DivClassName
{
background-color: #2E172E;
}
.BgClassName
{
background-color: #2E172E;
}
</style>
border-color css
<style>
span { border-color: #2E172E; }
span { border-color: rgb(46,23,46); }
td.TdClassName
{
border-color: #2E172E;
}
.TagClassName
{
border-color: #2E172E;
}
</style>