Shades of Mardi Gras #2E192F
Tints of Mardi Gras #2E192F
RGB
CMYK
RGB Variations
Color information
#2E192F (or 0x2E192F) is known color: Mardi Gras. HEX triplet: 2E, 19 and 2F. RGB value is (46,25,47). Sum of RGB (Red+Green+Blue) = 46+25+47=118 (15% of max value = 765). Red value is 46 (18.36% from 255 or 38.98% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E192F is #D1E6D0. Grayscale: #212121. Windows color (decimal): -13756113 or 3086638. OLE color: 3086638.
HSL color Cylindrical-coordinate representation of color #2E192F: hue angle of 297.27º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2E192F is Cyan = 0.02, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 25 | 47 | - |
| CMYK | 0.02 | 0.47 | 0 | 0.82 |
| HSL | 297.27º | 0.31% | 0.14% | - |
| HSV(B) | 297.27º | 0.47% | 0.18% | - |
| XYZ | 1.99 | 1.48 | 2.87 | - |
| YUV | 33.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 25 | 47 | 0.02 | 0.47 | 0 | 0.82 | 297.27 | 0.31 | 0.14 |
| Hex | 2E | 19 | 2F | 2 | 2F | 0 | 52 | 129 | 1F | E |
| Octal | 56 | 31 | 57 | 2 | 57 | 0 | 122 | 451 | 37 | 16 |
| Binary | 101110 | 11001 | 101111 | 10 | 101111 | 0 | 1010010 | 100101001 | 11111 | 1110 |
Color Harmonies of #2E192F
Complementary color
Monochromatic Colors of #2E192F
Black with #2E192F
Text Example
Text Example
White with #2E192F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E192F; }
p { color: rgb(46,25,47); }
H1.HeaderClassName
{
color: #2E192F;
}
.AnyTagClassName
{
color: #2E192F;
}
</style>
background-color css
<style>
a { background-color: #2E192F; }
a { background-color: rgb(46,25,47); }
div.DivClassName
{
background-color: #2E192F;
}
.BgClassName
{
background-color: #2E192F;
}
</style>
border-color css
<style>
span { border-color: #2E192F; }
span { border-color: rgb(46,25,47); }
td.TdClassName
{
border-color: #2E192F;
}
.TagClassName
{
border-color: #2E192F;
}
</style>