Shades of Mardi Gras #3E203C
Tints of Mardi Gras #3E203C
RGB
CMYK
RGB Variations
Color information
#3E203C (or 0x3E203C) is known color: Mardi Gras. HEX triplet: 3E, 20 and 3C. RGB value is (62,32,60). Sum of RGB (Red+Green+Blue) = 62+32+60=154 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.26% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 62 - color contains mainly: red. Hex color #3E203C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E203C is #C1DFC3. Grayscale: #2C2C2C. Windows color (decimal): -12705732 or 3940414. OLE color: 3940414.
HSL color Cylindrical-coordinate representation of color #3E203C: hue angle of 304º 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 #3E203C is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 60 | - |
| CMYK | 0 | 0.48 | 0.03 | 0.76 |
| HSL | 304º | 0.32% | 0.18% | - |
| HSV(B) | 304º | 0.48% | 0.24% | - |
| XYZ | 3.32 | 2.38 | 4.56 | - |
| YUV | 44.16 | 136.94 | 140.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 60 | 0 | 0.48 | 0.03 | 0.76 | 304 | 0.32 | 0.18 |
| Hex | 3E | 20 | 3C | 0 | 30 | 3 | 4C | 130 | 20 | 12 |
| Octal | 76 | 40 | 74 | 0 | 60 | 3 | 114 | 460 | 40 | 22 |
| Binary | 111110 | 100000 | 111100 | 0 | 110000 | 11 | 1001100 | 100110000 | 100000 | 10010 |
Color Harmonies of #3E203C
Complementary color
Monochromatic Colors of #3E203C
Black with #3E203C
Text Example
Text Example
White with #3E203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E203C; }
p { color: rgb(62,32,60); }
H1.HeaderClassName
{
color: #3E203C;
}
.AnyTagClassName
{
color: #3E203C;
}
</style>
background-color css
<style>
a { background-color: #3E203C; }
a { background-color: rgb(62,32,60); }
div.DivClassName
{
background-color: #3E203C;
}
.BgClassName
{
background-color: #3E203C;
}
</style>
border-color css
<style>
span { border-color: #3E203C; }
span { border-color: rgb(62,32,60); }
td.TdClassName
{
border-color: #3E203C;
}
.TagClassName
{
border-color: #3E203C;
}
</style>