Shades of Mardi Gras #3E0F41
Tints of Mardi Gras #3E0F41
RGB
CMYK
RGB Variations
Color information
#3E0F41 (or 0x3E0F41) is known color: Mardi Gras. HEX triplet: 3E, 0F and 41. RGB value is (62,15,65). Sum of RGB (Red+Green+Blue) = 62+15+65=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E0F41 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0F41 is #C1F0BE. Grayscale: #222222. Windows color (decimal): -12710079 or 4263742. OLE color: 4263742.
HSL color Cylindrical-coordinate representation of color #3E0F41: hue angle of 296.4º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3E0F41 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 15 | 65 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.75 |
| HSL | 296.4º | 0.63% | 0.16% | - |
| HSV(B) | 296.4º | 0.77% | 0.25% | - |
| XYZ | 3.11 | 1.75 | 5.17 | - |
| YUV | 34.75 | 145.07 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 65 | 0.05 | 0.77 | 0 | 0.75 | 296.4 | 0.63 | 0.16 |
| Hex | 3E | F | 41 | 5 | 4D | 0 | 4B | 128 | 3E | 10 |
| Octal | 76 | 17 | 101 | 5 | 115 | 0 | 113 | 450 | 76 | 20 |
| Binary | 111110 | 1111 | 1000001 | 101 | 1001101 | 0 | 1001011 | 100101000 | 111110 | 10000 |
Color Harmonies of #3E0F41
Complementary color
Monochromatic Colors of #3E0F41
Black with #3E0F41
Text Example
Text Example
White with #3E0F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F41; }
p { color: rgb(62,15,65); }
H1.HeaderClassName
{
color: #3E0F41;
}
.AnyTagClassName
{
color: #3E0F41;
}
</style>
background-color css
<style>
a { background-color: #3E0F41; }
a { background-color: rgb(62,15,65); }
div.DivClassName
{
background-color: #3E0F41;
}
.BgClassName
{
background-color: #3E0F41;
}
</style>
border-color css
<style>
span { border-color: #3E0F41; }
span { border-color: rgb(62,15,65); }
td.TdClassName
{
border-color: #3E0F41;
}
.TagClassName
{
border-color: #3E0F41;
}
</style>