Shades of Mardi Gras #3E1337
Tints of Mardi Gras #3E1337
RGB
CMYK
RGB Variations
Color information
#3E1337 (or 0x3E1337) is known color: Mardi Gras. HEX triplet: 3E, 13 and 37. RGB value is (62,19,55). Sum of RGB (Red+Green+Blue) = 62+19+55=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1337 is #C1ECC8. Grayscale: #232323. Windows color (decimal): -12709065 or 3609406. OLE color: 3609406.
HSL color Cylindrical-coordinate representation of color #3E1337: hue angle of 309.77º degrees, saturation: 0.53, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E1337 is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 19 | 55 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.76 |
| HSL | 309.77º | 0.53% | 0.16% | - |
| HSV(B) | 309.77º | 0.69% | 0.24% | - |
| XYZ | 2.91 | 1.77 | 3.8 | - |
| YUV | 35.96 | 138.75 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 19 | 55 | 0 | 0.69 | 0.11 | 0.76 | 309.77 | 0.53 | 0.16 |
| Hex | 3E | 13 | 37 | 0 | 45 | B | 4C | 136 | 35 | 10 |
| Octal | 76 | 23 | 67 | 0 | 105 | 13 | 114 | 466 | 65 | 20 |
| Binary | 111110 | 10011 | 110111 | 0 | 1000101 | 1011 | 1001100 | 100110110 | 110101 | 10000 |
Color Harmonies of #3E1337
Complementary color
Monochromatic Colors of #3E1337
Black with #3E1337
Text Example
Text Example
White with #3E1337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1337; }
p { color: rgb(62,19,55); }
H1.HeaderClassName
{
color: #3E1337;
}
.AnyTagClassName
{
color: #3E1337;
}
</style>
background-color css
<style>
a { background-color: #3E1337; }
a { background-color: rgb(62,19,55); }
div.DivClassName
{
background-color: #3E1337;
}
.BgClassName
{
background-color: #3E1337;
}
</style>
border-color css
<style>
span { border-color: #3E1337; }
span { border-color: rgb(62,19,55); }
td.TdClassName
{
border-color: #3E1337;
}
.TagClassName
{
border-color: #3E1337;
}
</style>