Shades of Mardi Gras #3E1E39
Tints of Mardi Gras #3E1E39
RGB
CMYK
RGB Variations
Color information
#3E1E39 (or 0x3E1E39) is known color: Mardi Gras. HEX triplet: 3E, 1E and 39. RGB value is (62,30,57). Sum of RGB (Red+Green+Blue) = 62+30+57=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 30 (12.11% from 255 or 20.13% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1E39 is #C1E1C6. Grayscale: #2A2A2A. Windows color (decimal): -12706247 or 3743294. OLE color: 3743294.
HSL color Cylindrical-coordinate representation of color #3E1E39: hue angle of 309.38º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E1E39 is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 30 | 57 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.76 |
| HSL | 309.38º | 0.35% | 0.18% | - |
| HSV(B) | 309.38º | 0.52% | 0.24% | - |
| XYZ | 3.19 | 2.25 | 4.14 | - |
| YUV | 42.65 | 136.1 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 30 | 57 | 0 | 0.52 | 0.08 | 0.76 | 309.38 | 0.35 | 0.18 |
| Hex | 3E | 1E | 39 | 0 | 34 | 8 | 4C | 135 | 23 | 12 |
| Octal | 76 | 36 | 71 | 0 | 64 | 10 | 114 | 465 | 43 | 22 |
| Binary | 111110 | 11110 | 111001 | 0 | 110100 | 1000 | 1001100 | 100110101 | 100011 | 10010 |
Color Harmonies of #3E1E39
Complementary color
Monochromatic Colors of #3E1E39
Black with #3E1E39
Text Example
Text Example
White with #3E1E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1E39; }
p { color: rgb(62,30,57); }
H1.HeaderClassName
{
color: #3E1E39;
}
.AnyTagClassName
{
color: #3E1E39;
}
</style>
background-color css
<style>
a { background-color: #3E1E39; }
a { background-color: rgb(62,30,57); }
div.DivClassName
{
background-color: #3E1E39;
}
.BgClassName
{
background-color: #3E1E39;
}
</style>
border-color css
<style>
span { border-color: #3E1E39; }
span { border-color: rgb(62,30,57); }
td.TdClassName
{
border-color: #3E1E39;
}
.TagClassName
{
border-color: #3E1E39;
}
</style>