Shades of Mardi Gras #2E142A
Tints of Mardi Gras #2E142A
RGB
CMYK
RGB Variations
Color information
#2E142A (or 0x2E142A) is known color: Mardi Gras. HEX triplet: 2E, 14 and 2A. RGB value is (46,20,42). Sum of RGB (Red+Green+Blue) = 46+20+42=108 (14% of max value = 765). Red value is 46 (18.36% from 255 or 42.59% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 42 (16.80% from 255 or 38.89% from 108); Max value from RGB is 46 - color contains mainly: red. Hex color #2E142A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2E142A is #D1EBD5. Grayscale: #1E1E1E. Windows color (decimal): -13757398 or 2757678. OLE color: 2757678.
HSL color Cylindrical-coordinate representation of color #2E142A: hue angle of 309.23º degrees, saturation: 0.39, 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 #2E142A is Cyan = 0, Magento = 0.57, Yellow = 0.09 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 46 | 20 | 42 | - |
| CMYK | 0 | 0.57 | 0.09 | 0.82 |
| HSL | 309.23º | 0.39% | 0.13% | - |
| HSV(B) | 309.23º | 0.57% | 0.18% | - |
| XYZ | 1.79 | 1.25 | 2.34 | - |
| YUV | 30.28 | 134.61 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 20 | 42 | 0 | 0.57 | 0.09 | 0.82 | 309.23 | 0.39 | 0.13 |
| Hex | 2E | 14 | 2A | 0 | 39 | 9 | 52 | 135 | 27 | D |
| Octal | 56 | 24 | 52 | 0 | 71 | 11 | 122 | 465 | 47 | 15 |
| Binary | 101110 | 10100 | 101010 | 0 | 111001 | 1001 | 1010010 | 100110101 | 100111 | 1101 |
Color Harmonies of #2E142A
Complementary color
Monochromatic Colors of #2E142A
Black with #2E142A
Text Example
Text Example
White with #2E142A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E142A; }
p { color: rgb(46,20,42); }
H1.HeaderClassName
{
color: #2E142A;
}
.AnyTagClassName
{
color: #2E142A;
}
</style>
background-color css
<style>
a { background-color: #2E142A; }
a { background-color: rgb(46,20,42); }
div.DivClassName
{
background-color: #2E142A;
}
.BgClassName
{
background-color: #2E142A;
}
</style>
border-color css
<style>
span { border-color: #2E142A; }
span { border-color: rgb(46,20,42); }
td.TdClassName
{
border-color: #2E142A;
}
.TagClassName
{
border-color: #2E142A;
}
</style>