Shades of Mardi Gras #3E0A3C
Tints of Mardi Gras #3E0A3C
RGB
CMYK
RGB Variations
Color information
#3E0A3C (or 0x3E0A3C) is known color: Mardi Gras. HEX triplet: 3E, 0A and 3C. RGB value is (62,10,60). Sum of RGB (Red+Green+Blue) = 62+10+60=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 10 (4.30% from 255 or 7.58% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0A3C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0A3C is #C1F5C3. Grayscale: #1F1F1F. Windows color (decimal): -12711364 or 3934782. OLE color: 3934782.
HSL color Cylindrical-coordinate representation of color #3E0A3C: hue angle of 302.31º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3E0A3C is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 10 | 60 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.76 |
| HSL | 302.31º | 0.72% | 0.14% | - |
| HSV(B) | 302.31º | 0.84% | 0.24% | - |
| XYZ | 2.91 | 1.57 | 4.42 | - |
| YUV | 31.25 | 144.23 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 10 | 60 | 0 | 0.84 | 0.03 | 0.76 | 302.31 | 0.72 | 0.14 |
| Hex | 3E | A | 3C | 0 | 54 | 3 | 4C | 12E | 48 | E |
| Octal | 76 | 12 | 74 | 0 | 124 | 3 | 114 | 456 | 110 | 16 |
| Binary | 111110 | 1010 | 111100 | 0 | 1010100 | 11 | 1001100 | 100101110 | 1001000 | 1110 |
Color Harmonies of #3E0A3C
Complementary color
Monochromatic Colors of #3E0A3C
Black with #3E0A3C
Text Example
Text Example
White with #3E0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0A3C; }
p { color: rgb(62,10,60); }
H1.HeaderClassName
{
color: #3E0A3C;
}
.AnyTagClassName
{
color: #3E0A3C;
}
</style>
background-color css
<style>
a { background-color: #3E0A3C; }
a { background-color: rgb(62,10,60); }
div.DivClassName
{
background-color: #3E0A3C;
}
.BgClassName
{
background-color: #3E0A3C;
}
</style>
border-color css
<style>
span { border-color: #3E0A3C; }
span { border-color: rgb(62,10,60); }
td.TdClassName
{
border-color: #3E0A3C;
}
.TagClassName
{
border-color: #3E0A3C;
}
</style>