Shades of Mardi Gras #3E0E3C
Tints of Mardi Gras #3E0E3C
RGB
CMYK
RGB Variations
Color information
#3E0E3C (or 0x3E0E3C) is known color: Mardi Gras. HEX triplet: 3E, 0E and 3C. RGB value is (62,14,60). Sum of RGB (Red+Green+Blue) = 62+14+60=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 14 (5.86% from 255 or 10.29% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0E3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0E3C is #C1F1C3. Grayscale: #212121. Windows color (decimal): -12710340 or 3935806. OLE color: 3935806.
HSL color Cylindrical-coordinate representation of color #3E0E3C: hue angle of 302.5º degrees, saturation: 0.63, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E0E3C is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 14 | 60 | - |
| CMYK | 0 | 0.77 | 0.03 | 0.76 |
| HSL | 302.5º | 0.63% | 0.15% | - |
| HSV(B) | 302.5º | 0.77% | 0.24% | - |
| XYZ | 2.96 | 1.66 | 4.44 | - |
| YUV | 33.6 | 142.9 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 14 | 60 | 0 | 0.77 | 0.03 | 0.76 | 302.5 | 0.63 | 0.15 |
| Hex | 3E | E | 3C | 0 | 4D | 3 | 4C | 12E | 3F | F |
| Octal | 76 | 16 | 74 | 0 | 115 | 3 | 114 | 456 | 77 | 17 |
| Binary | 111110 | 1110 | 111100 | 0 | 1001101 | 11 | 1001100 | 100101110 | 111111 | 1111 |
Color Harmonies of #3E0E3C
Complementary color
Monochromatic Colors of #3E0E3C
Black with #3E0E3C
Text Example
Text Example
White with #3E0E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0E3C; }
p { color: rgb(62,14,60); }
H1.HeaderClassName
{
color: #3E0E3C;
}
.AnyTagClassName
{
color: #3E0E3C;
}
</style>
background-color css
<style>
a { background-color: #3E0E3C; }
a { background-color: rgb(62,14,60); }
div.DivClassName
{
background-color: #3E0E3C;
}
.BgClassName
{
background-color: #3E0E3C;
}
</style>
border-color css
<style>
span { border-color: #3E0E3C; }
span { border-color: rgb(62,14,60); }
td.TdClassName
{
border-color: #3E0E3C;
}
.TagClassName
{
border-color: #3E0E3C;
}
</style>