Shades of Mardi Gras #3E1537
Tints of Mardi Gras #3E1537
RGB
CMYK
RGB Variations
Color information
#3E1537 (or 0x3E1537) is known color: Mardi Gras. HEX triplet: 3E, 15 and 37. RGB value is (62,21,55). Sum of RGB (Red+Green+Blue) = 62+21+55=138 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.93% from 138); Green value is 21 (8.59% from 255 or 15.22% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1537 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1537 is #C1EAC8. Grayscale: #252525. Windows color (decimal): -12708553 or 3609918. OLE color: 3609918.
HSL color Cylindrical-coordinate representation of color #3E1537: hue angle of 310.24º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E1537 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 21 | 55 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.76 |
| HSL | 310.24º | 0.49% | 0.16% | - |
| HSV(B) | 310.24º | 0.66% | 0.24% | - |
| XYZ | 2.94 | 1.84 | 3.81 | - |
| YUV | 37.14 | 138.08 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 21 | 55 | 0 | 0.66 | 0.11 | 0.76 | 310.24 | 0.49 | 0.16 |
| Hex | 3E | 15 | 37 | 0 | 42 | B | 4C | 136 | 31 | 10 |
| Octal | 76 | 25 | 67 | 0 | 102 | 13 | 114 | 466 | 61 | 20 |
| Binary | 111110 | 10101 | 110111 | 0 | 1000010 | 1011 | 1001100 | 100110110 | 110001 | 10000 |
Color Harmonies of #3E1537
Complementary color
Monochromatic Colors of #3E1537
Black with #3E1537
Text Example
Text Example
White with #3E1537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1537; }
p { color: rgb(62,21,55); }
H1.HeaderClassName
{
color: #3E1537;
}
.AnyTagClassName
{
color: #3E1537;
}
</style>
background-color css
<style>
a { background-color: #3E1537; }
a { background-color: rgb(62,21,55); }
div.DivClassName
{
background-color: #3E1537;
}
.BgClassName
{
background-color: #3E1537;
}
</style>
border-color css
<style>
span { border-color: #3E1537; }
span { border-color: rgb(62,21,55); }
td.TdClassName
{
border-color: #3E1537;
}
.TagClassName
{
border-color: #3E1537;
}
</style>