Shades of Mardi Gras #3E013D
Tints of Mardi Gras #3E013D
RGB
CMYK
RGB Variations
Color information
#3E013D (or 0x3E013D) is known color: Mardi Gras. HEX triplet: 3E, 01 and 3D. RGB value is (62,1,61). Sum of RGB (Red+Green+Blue) = 62+1+61=124 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50% from 124); Green value is 1 (0.78% from 255 or 0.81% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 62 - color contains mainly: red. Hex color #3E013D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E013D is #C1FEC2. Grayscale: #191919. Windows color (decimal): -12713667 or 3998014. OLE color: 3998014.
HSL color Cylindrical-coordinate representation of color #3E013D: hue angle of 300.98º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3E013D is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 1 | 61 | - |
| CMYK | 0 | 0.98 | 0.02 | 0.76 |
| HSL | 300.98º | 0.97% | 0.12% | - |
| HSV(B) | 300.98º | 0.98% | 0.24% | - |
| XYZ | 2.84 | 1.38 | 4.53 | - |
| YUV | 26.08 | 147.71 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 1 | 61 | 0 | 0.98 | 0.02 | 0.76 | 300.98 | 0.97 | 0.12 |
| Hex | 3E | 1 | 3D | 0 | 62 | 2 | 4C | 12D | 61 | C |
| Octal | 76 | 1 | 75 | 0 | 142 | 2 | 114 | 455 | 141 | 14 |
| Binary | 111110 | 1 | 111101 | 0 | 1100010 | 10 | 1001100 | 100101101 | 1100001 | 1100 |
Color Harmonies of #3E013D
Complementary color
Monochromatic Colors of #3E013D
Black with #3E013D
Text Example
Text Example
White with #3E013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E013D; }
p { color: rgb(62,1,61); }
H1.HeaderClassName
{
color: #3E013D;
}
.AnyTagClassName
{
color: #3E013D;
}
</style>
background-color css
<style>
a { background-color: #3E013D; }
a { background-color: rgb(62,1,61); }
div.DivClassName
{
background-color: #3E013D;
}
.BgClassName
{
background-color: #3E013D;
}
</style>
border-color css
<style>
span { border-color: #3E013D; }
span { border-color: rgb(62,1,61); }
td.TdClassName
{
border-color: #3E013D;
}
.TagClassName
{
border-color: #3E013D;
}
</style>