Shades of Mardi Gras #3E1F41
Tints of Mardi Gras #3E1F41
RGB
CMYK
RGB Variations
Color information
#3E1F41 (or 0x3E1F41) is known color: Mardi Gras. HEX triplet: 3E, 1F and 41. RGB value is (62,31,65). Sum of RGB (Red+Green+Blue) = 62+31+65=158 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.24% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 65 (25.78% from 255 or 41.14% from 158); Max value from RGB is 65 - color contains mainly: blue. Hex color #3E1F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1F41 is #C1E0BE. Grayscale: #2C2C2C. Windows color (decimal): -12705983 or 4267838. OLE color: 4267838.
HSL color Cylindrical-coordinate representation of color #3E1F41: hue angle of 294.71º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E1F41 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 31 | 65 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.75 |
| HSL | 294.71º | 0.35% | 0.19% | - |
| HSV(B) | 294.71º | 0.52% | 0.25% | - |
| XYZ | 3.43 | 2.39 | 5.28 | - |
| YUV | 44.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 31 | 65 | 0.05 | 0.52 | 0 | 0.75 | 294.71 | 0.35 | 0.19 |
| Hex | 3E | 1F | 41 | 5 | 34 | 0 | 4B | 127 | 23 | 13 |
| Octal | 76 | 37 | 101 | 5 | 64 | 0 | 113 | 447 | 43 | 23 |
| Binary | 111110 | 11111 | 1000001 | 101 | 110100 | 0 | 1001011 | 100100111 | 100011 | 10011 |
Color Harmonies of #3E1F41
Complementary color
Monochromatic Colors of #3E1F41
Black with #3E1F41
Text Example
Text Example
White with #3E1F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1F41; }
p { color: rgb(62,31,65); }
H1.HeaderClassName
{
color: #3E1F41;
}
.AnyTagClassName
{
color: #3E1F41;
}
</style>
background-color css
<style>
a { background-color: #3E1F41; }
a { background-color: rgb(62,31,65); }
div.DivClassName
{
background-color: #3E1F41;
}
.BgClassName
{
background-color: #3E1F41;
}
</style>
border-color css
<style>
span { border-color: #3E1F41; }
span { border-color: rgb(62,31,65); }
td.TdClassName
{
border-color: #3E1F41;
}
.TagClassName
{
border-color: #3E1F41;
}
</style>