Shades of Mardi Gras #3E0039
Tints of Mardi Gras #3E0039
RGB
CMYK
RGB Variations
Color information
#3E0039 (or 0x3E0039) is known color: Mardi Gras. HEX triplet: 3E, 00 and 39. RGB value is (62,0,57). Sum of RGB (Red+Green+Blue) = 62+0+57=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 0 (0.39% from 255 or 0% from 119); Blue value is 57 (22.66% from 255 or 47.90% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0039 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0039 is #C1FFC6. Grayscale: #181818. Windows color (decimal): -12713927 or 3735614. OLE color: 3735614.
HSL color Cylindrical-coordinate representation of color #3E0039: hue angle of 304.84º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E0039 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 57 | - |
| CMYK | 0 | 1 | 0.08 | 0.76 |
| HSL | 304.84º | 1% | 0.12% | - |
| HSV(B) | 304.84º | 1% | 0.24% | - |
| XYZ | 2.73 | 1.32 | 3.98 | - |
| YUV | 25.04 | 146.04 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 57 | 0 | 1 | 0.08 | 0.76 | 304.84 | 1 | 0.12 |
| Hex | 3E | 0 | 39 | 0 | 64 | 8 | 4C | 131 | 64 | C |
| Octal | 76 | 0 | 71 | 0 | 144 | 10 | 114 | 461 | 144 | 14 |
| Binary | 111110 | 0 | 111001 | 0 | 1100100 | 1000 | 1001100 | 100110001 | 1100100 | 1100 |
Color Harmonies of #3E0039
Complementary color
Monochromatic Colors of #3E0039
Black with #3E0039
Text Example
Text Example
White with #3E0039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0039; }
p { color: rgb(62,0,57); }
H1.HeaderClassName
{
color: #3E0039;
}
.AnyTagClassName
{
color: #3E0039;
}
</style>
background-color css
<style>
a { background-color: #3E0039; }
a { background-color: rgb(62,0,57); }
div.DivClassName
{
background-color: #3E0039;
}
.BgClassName
{
background-color: #3E0039;
}
</style>
border-color css
<style>
span { border-color: #3E0039; }
span { border-color: rgb(62,0,57); }
td.TdClassName
{
border-color: #3E0039;
}
.TagClassName
{
border-color: #3E0039;
}
</style>