Shades of Mardi Gras #3E203E
Tints of Mardi Gras #3E203E
RGB
CMYK
RGB Variations
Color information
#3E203E (or 0x3E203E) is known color: Mardi Gras. HEX triplet: 3E, 20 and 3E. RGB value is (62,32,62). Sum of RGB (Red+Green+Blue) = 62+32+62=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 62 (24.61% from 255 or 39.74% from 156); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E203E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E203E is #C1DFC1. Grayscale: #2C2C2C. Windows color (decimal): -12705730 or 4071486. OLE color: 4071486.
HSL color Cylindrical-coordinate representation of color #3E203E: hue angle of 300º 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 #3E203E is Cyan = 0, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 62 | - |
| CMYK | 0 | 0.48 | 0 | 0.76 |
| HSL | 300º | 0.32% | 0.18% | - |
| HSV(B) | 300º | 0.48% | 0.24% | - |
| XYZ | 3.37 | 2.4 | 4.84 | - |
| YUV | 44.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 62 | 0 | 0.48 | 0 | 0.76 | 300 | 0.32 | 0.18 |
| Hex | 3E | 20 | 3E | 0 | 30 | 0 | 4C | 12C | 20 | 12 |
| Octal | 76 | 40 | 76 | 0 | 60 | 0 | 114 | 454 | 40 | 22 |
| Binary | 111110 | 100000 | 111110 | 0 | 110000 | 0 | 1001100 | 100101100 | 100000 | 10010 |
Color Harmonies of #3E203E
Complementary color
Monochromatic Colors of #3E203E
Black with #3E203E
Text Example
Text Example
White with #3E203E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E203E; }
p { color: rgb(62,32,62); }
H1.HeaderClassName
{
color: #3E203E;
}
.AnyTagClassName
{
color: #3E203E;
}
</style>
background-color css
<style>
a { background-color: #3E203E; }
a { background-color: rgb(62,32,62); }
div.DivClassName
{
background-color: #3E203E;
}
.BgClassName
{
background-color: #3E203E;
}
</style>
border-color css
<style>
span { border-color: #3E203E; }
span { border-color: rgb(62,32,62); }
td.TdClassName
{
border-color: #3E203E;
}
.TagClassName
{
border-color: #3E203E;
}
</style>