Shades of Mardi Gras #3E2039
Tints of Mardi Gras #3E2039
RGB
CMYK
RGB Variations
Color information
#3E2039 (or 0x3E2039) is known color: Mardi Gras. HEX triplet: 3E, 20 and 39. RGB value is (62,32,57). Sum of RGB (Red+Green+Blue) = 62+32+57=151 (20% of max value = 765). Red value is 62 (24.61% from 255 or 41.06% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2039 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E2039 is #C1DFC6. Grayscale: #2B2B2B. Windows color (decimal): -12705735 or 3743806. OLE color: 3743806.
HSL color Cylindrical-coordinate representation of color #3E2039: hue angle of 310º degrees, saturation: 0.32, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3E2039 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 57 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.76 |
| HSL | 310º | 0.32% | 0.18% | - |
| HSV(B) | 310º | 0.48% | 0.24% | - |
| XYZ | 3.24 | 2.35 | 4.15 | - |
| YUV | 43.82 | 135.44 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 57 | 0 | 0.48 | 0.08 | 0.76 | 310 | 0.32 | 0.18 |
| Hex | 3E | 20 | 39 | 0 | 30 | 8 | 4C | 136 | 20 | 12 |
| Octal | 76 | 40 | 71 | 0 | 60 | 10 | 114 | 466 | 40 | 22 |
| Binary | 111110 | 100000 | 111001 | 0 | 110000 | 1000 | 1001100 | 100110110 | 100000 | 10010 |
Color Harmonies of #3E2039
Complementary color
Monochromatic Colors of #3E2039
Black with #3E2039
Text Example
Text Example
White with #3E2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E2039; }
p { color: rgb(62,32,57); }
H1.HeaderClassName
{
color: #3E2039;
}
.AnyTagClassName
{
color: #3E2039;
}
</style>
background-color css
<style>
a { background-color: #3E2039; }
a { background-color: rgb(62,32,57); }
div.DivClassName
{
background-color: #3E2039;
}
.BgClassName
{
background-color: #3E2039;
}
</style>
border-color css
<style>
span { border-color: #3E2039; }
span { border-color: rgb(62,32,57); }
td.TdClassName
{
border-color: #3E2039;
}
.TagClassName
{
border-color: #3E2039;
}
</style>