Shades of Mardi Gras #2E142F
Tints of Mardi Gras #2E142F
RGB
CMYK
RGB Variations
Color information
#2E142F (or 0x2E142F) is known color: Mardi Gras. HEX triplet: 2E, 14 and 2F. RGB value is (46,20,47). Sum of RGB (Red+Green+Blue) = 46+20+47=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 47 - color contains mainly: blue. Hex color #2E142F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E142F is #D1EBD0. Grayscale: #1E1E1E. Windows color (decimal): -13757393 or 3085358. OLE color: 3085358.
HSL color Cylindrical-coordinate representation of color #2E142F: hue angle of 297.78º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2E142F is Cyan = 0.02, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 20 | 47 | - |
| CMYK | 0.02 | 0.57 | 0 | 0.82 |
| HSL | 297.78º | 0.4% | 0.13% | - |
| HSV(B) | 297.78º | 0.57% | 0.18% | - |
| XYZ | 1.89 | 1.29 | 2.84 | - |
| YUV | 30.85 | 137.11 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 47 | 0.02 | 0.57 | 0 | 0.82 | 297.78 | 0.4 | 0.13 |
| Hex | 2E | 14 | 2F | 2 | 39 | 0 | 52 | 12A | 28 | D |
| Octal | 56 | 24 | 57 | 2 | 71 | 0 | 122 | 452 | 50 | 15 |
| Binary | 101110 | 10100 | 101111 | 10 | 111001 | 0 | 1010010 | 100101010 | 101000 | 1101 |
Color Harmonies of #2E142F
Complementary color
Monochromatic Colors of #2E142F
Black with #2E142F
Text Example
Text Example
White with #2E142F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E142F; }
p { color: rgb(46,20,47); }
H1.HeaderClassName
{
color: #2E142F;
}
.AnyTagClassName
{
color: #2E142F;
}
</style>
background-color css
<style>
a { background-color: #2E142F; }
a { background-color: rgb(46,20,47); }
div.DivClassName
{
background-color: #2E142F;
}
.BgClassName
{
background-color: #2E142F;
}
</style>
border-color css
<style>
span { border-color: #2E142F; }
span { border-color: rgb(46,20,47); }
td.TdClassName
{
border-color: #2E142F;
}
.TagClassName
{
border-color: #2E142F;
}
</style>