Shades of Mardi Gras #3E1941
Tints of Mardi Gras #3E1941
RGB
CMYK
RGB Variations
Color information
#3E1941 (or 0x3E1941) is known color: Mardi Gras. HEX triplet: 3E, 19 and 41. RGB value is (62,25,65). Sum of RGB (Red+Green+Blue) = 62+25+65=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 65 (25.78% from 255 or 42.76% from 152); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1941 is #C1E6BE. Grayscale: #282828. Windows color (decimal): -12707519 or 4266302. OLE color: 4266302.
HSL color Cylindrical-coordinate representation of color #3E1941: hue angle of 295.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3E1941 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 25 | 65 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.75 |
| HSL | 295.5º | 0.44% | 0.18% | - |
| HSV(B) | 295.5º | 0.62% | 0.25% | - |
| XYZ | 3.29 | 2.1 | 5.23 | - |
| YUV | 40.62 | 141.76 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 65 | 0.05 | 0.62 | 0 | 0.75 | 295.5 | 0.44 | 0.18 |
| Hex | 3E | 19 | 41 | 5 | 3E | 0 | 4B | 128 | 2C | 12 |
| Octal | 76 | 31 | 101 | 5 | 76 | 0 | 113 | 450 | 54 | 22 |
| Binary | 111110 | 11001 | 1000001 | 101 | 111110 | 0 | 1001011 | 100101000 | 101100 | 10010 |
Color Harmonies of #3E1941
Complementary color
Monochromatic Colors of #3E1941
Black with #3E1941
Text Example
Text Example
White with #3E1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1941; }
p { color: rgb(62,25,65); }
H1.HeaderClassName
{
color: #3E1941;
}
.AnyTagClassName
{
color: #3E1941;
}
</style>
background-color css
<style>
a { background-color: #3E1941; }
a { background-color: rgb(62,25,65); }
div.DivClassName
{
background-color: #3E1941;
}
.BgClassName
{
background-color: #3E1941;
}
</style>
border-color css
<style>
span { border-color: #3E1941; }
span { border-color: rgb(62,25,65); }
td.TdClassName
{
border-color: #3E1941;
}
.TagClassName
{
border-color: #3E1941;
}
</style>