Shades of Mardi Gras #3E1441
Tints of Mardi Gras #3E1441
RGB
CMYK
RGB Variations
Color information
#3E1441 (or 0x3E1441) is known color: Mardi Gras. HEX triplet: 3E, 14 and 41. RGB value is (62,20,65). Sum of RGB (Red+Green+Blue) = 62+20+65=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 20 (8.20% from 255 or 13.61% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1441 is #C1EBBE. Grayscale: #252525. Windows color (decimal): -12708799 or 4265022. OLE color: 4265022.
HSL color Cylindrical-coordinate representation of color #3E1441: hue angle of 296º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1441 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 20 | 65 | - |
| CMYK | 0.05 | 0.69 | 0 | 0.75 |
| HSL | 296º | 0.53% | 0.17% | - |
| HSV(B) | 296º | 0.69% | 0.25% | - |
| XYZ | 3.19 | 1.91 | 5.2 | - |
| YUV | 37.69 | 143.41 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 65 | 0.05 | 0.69 | 0 | 0.75 | 296 | 0.53 | 0.17 |
| Hex | 3E | 14 | 41 | 5 | 45 | 0 | 4B | 128 | 35 | 11 |
| Octal | 76 | 24 | 101 | 5 | 105 | 0 | 113 | 450 | 65 | 21 |
| Binary | 111110 | 10100 | 1000001 | 101 | 1000101 | 0 | 1001011 | 100101000 | 110101 | 10001 |
Color Harmonies of #3E1441
Complementary color
Monochromatic Colors of #3E1441
Black with #3E1441
Text Example
Text Example
White with #3E1441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1441; }
p { color: rgb(62,20,65); }
H1.HeaderClassName
{
color: #3E1441;
}
.AnyTagClassName
{
color: #3E1441;
}
</style>
background-color css
<style>
a { background-color: #3E1441; }
a { background-color: rgb(62,20,65); }
div.DivClassName
{
background-color: #3E1441;
}
.BgClassName
{
background-color: #3E1441;
}
</style>
border-color css
<style>
span { border-color: #3E1441; }
span { border-color: rgb(62,20,65); }
td.TdClassName
{
border-color: #3E1441;
}
.TagClassName
{
border-color: #3E1441;
}
</style>