Shades of Mardi Gras #3E203D
Tints of Mardi Gras #3E203D
RGB
CMYK
RGB Variations
Color information
#3E203D (or 0x3E203D) is known color: Mardi Gras. HEX triplet: 3E, 20 and 3D. RGB value is (62,32,61). Sum of RGB (Red+Green+Blue) = 62+32+61=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 32 (12.89% from 255 or 20.65% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 62 - color contains mainly: red. Hex color #3E203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E203D is #C1DFC2. Grayscale: #2C2C2C. Windows color (decimal): -12705731 or 4005950. OLE color: 4005950.
HSL color Cylindrical-coordinate representation of color #3E203D: hue angle of 302º 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 #3E203D is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 32 | 61 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.76 |
| HSL | 302º | 0.32% | 0.18% | - |
| HSV(B) | 302º | 0.48% | 0.24% | - |
| XYZ | 3.35 | 2.39 | 4.7 | - |
| YUV | 44.28 | 137.44 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 32 | 61 | 0 | 0.48 | 0.02 | 0.76 | 302 | 0.32 | 0.18 |
| Hex | 3E | 20 | 3D | 0 | 30 | 2 | 4C | 12E | 20 | 12 |
| Octal | 76 | 40 | 75 | 0 | 60 | 2 | 114 | 456 | 40 | 22 |
| Binary | 111110 | 100000 | 111101 | 0 | 110000 | 10 | 1001100 | 100101110 | 100000 | 10010 |
Color Harmonies of #3E203D
Complementary color
Monochromatic Colors of #3E203D
Black with #3E203D
Text Example
Text Example
White with #3E203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E203D; }
p { color: rgb(62,32,61); }
H1.HeaderClassName
{
color: #3E203D;
}
.AnyTagClassName
{
color: #3E203D;
}
</style>
background-color css
<style>
a { background-color: #3E203D; }
a { background-color: rgb(62,32,61); }
div.DivClassName
{
background-color: #3E203D;
}
.BgClassName
{
background-color: #3E203D;
}
</style>
border-color css
<style>
span { border-color: #3E203D; }
span { border-color: rgb(62,32,61); }
td.TdClassName
{
border-color: #3E203D;
}
.TagClassName
{
border-color: #3E203D;
}
</style>