Shades of Mardi Gras #3E0240
Tints of Mardi Gras #3E0240
RGB
CMYK
RGB Variations
Color information
#3E0240 (or 0x3E0240) is known color: Mardi Gras. HEX triplet: 3E, 02 and 40. RGB value is (62,2,64). Sum of RGB (Red+Green+Blue) = 62+2+64=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 2 (1.17% from 255 or 1.56% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E0240 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0240 is #C1FDBF. Grayscale: #1A1A1A. Windows color (decimal): -12713408 or 4194878. OLE color: 4194878.
HSL color Cylindrical-coordinate representation of color #3E0240: hue angle of 298.06º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0240 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 2 | 64 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.75 |
| HSL | 298.06º | 0.94% | 0.13% | - |
| HSV(B) | 298.06º | 0.97% | 0.25% | - |
| XYZ | 2.93 | 1.44 | 4.97 | - |
| YUV | 27.01 | 148.88 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 64 | 0.03 | 0.97 | 0 | 0.75 | 298.06 | 0.94 | 0.13 |
| Hex | 3E | 2 | 40 | 3 | 61 | 0 | 4B | 12A | 5E | D |
| Octal | 76 | 2 | 100 | 3 | 141 | 0 | 113 | 452 | 136 | 15 |
| Binary | 111110 | 10 | 1000000 | 11 | 1100001 | 0 | 1001011 | 100101010 | 1011110 | 1101 |
Color Harmonies of #3E0240
Complementary color
Monochromatic Colors of #3E0240
Black with #3E0240
Text Example
Text Example
White with #3E0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0240; }
p { color: rgb(62,2,64); }
H1.HeaderClassName
{
color: #3E0240;
}
.AnyTagClassName
{
color: #3E0240;
}
</style>
background-color css
<style>
a { background-color: #3E0240; }
a { background-color: rgb(62,2,64); }
div.DivClassName
{
background-color: #3E0240;
}
.BgClassName
{
background-color: #3E0240;
}
</style>
border-color css
<style>
span { border-color: #3E0240; }
span { border-color: rgb(62,2,64); }
td.TdClassName
{
border-color: #3E0240;
}
.TagClassName
{
border-color: #3E0240;
}
</style>