Shades of Mardi Gras #3E1241
Tints of Mardi Gras #3E1241
RGB
CMYK
RGB Variations
Color information
#3E1241 (or 0x3E1241) is known color: Mardi Gras. HEX triplet: 3E, 12 and 41. RGB value is (62,18,65). Sum of RGB (Red+Green+Blue) = 62+18+65=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1241 is #C1EDBE. Grayscale: #242424. Windows color (decimal): -12709311 or 4264510. OLE color: 4264510.
HSL color Cylindrical-coordinate representation of color #3E1241: hue angle of 296.17º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3E1241 is Cyan = 0.05, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 18 | 65 | - |
| CMYK | 0.05 | 0.72 | 0 | 0.75 |
| HSL | 296.17º | 0.57% | 0.16% | - |
| HSV(B) | 296.17º | 0.72% | 0.25% | - |
| XYZ | 3.16 | 1.84 | 5.19 | - |
| YUV | 36.51 | 144.08 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 65 | 0.05 | 0.72 | 0 | 0.75 | 296.17 | 0.57 | 0.16 |
| Hex | 3E | 12 | 41 | 5 | 48 | 0 | 4B | 128 | 39 | 10 |
| Octal | 76 | 22 | 101 | 5 | 110 | 0 | 113 | 450 | 71 | 20 |
| Binary | 111110 | 10010 | 1000001 | 101 | 1001000 | 0 | 1001011 | 100101000 | 111001 | 10000 |
Color Harmonies of #3E1241
Complementary color
Monochromatic Colors of #3E1241
Black with #3E1241
Text Example
Text Example
White with #3E1241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1241; }
p { color: rgb(62,18,65); }
H1.HeaderClassName
{
color: #3E1241;
}
.AnyTagClassName
{
color: #3E1241;
}
</style>
background-color css
<style>
a { background-color: #3E1241; }
a { background-color: rgb(62,18,65); }
div.DivClassName
{
background-color: #3E1241;
}
.BgClassName
{
background-color: #3E1241;
}
</style>
border-color css
<style>
span { border-color: #3E1241; }
span { border-color: rgb(62,18,65); }
td.TdClassName
{
border-color: #3E1241;
}
.TagClassName
{
border-color: #3E1241;
}
</style>