Shades of Mardi Gras #3E1037
Tints of Mardi Gras #3E1037
RGB
CMYK
RGB Variations
Color information
#3E1037 (or 0x3E1037) is known color: Mardi Gras. HEX triplet: 3E, 10 and 37. RGB value is (62,16,55). Sum of RGB (Red+Green+Blue) = 62+16+55=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1037 is #C1EFC8. Grayscale: #222222. Windows color (decimal): -12709833 or 3608638. OLE color: 3608638.
HSL color Cylindrical-coordinate representation of color #3E1037: hue angle of 309.13º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3E1037 is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 16 | 55 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.76 |
| HSL | 309.13º | 0.59% | 0.15% | - |
| HSV(B) | 309.13º | 0.74% | 0.24% | - |
| XYZ | 2.86 | 1.67 | 3.79 | - |
| YUV | 34.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 16 | 55 | 0 | 0.74 | 0.11 | 0.76 | 309.13 | 0.59 | 0.15 |
| Hex | 3E | 10 | 37 | 0 | 4A | B | 4C | 135 | 3B | F |
| Octal | 76 | 20 | 67 | 0 | 112 | 13 | 114 | 465 | 73 | 17 |
| Binary | 111110 | 10000 | 110111 | 0 | 1001010 | 1011 | 1001100 | 100110101 | 111011 | 1111 |
Color Harmonies of #3E1037
Complementary color
Monochromatic Colors of #3E1037
Black with #3E1037
Text Example
Text Example
White with #3E1037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1037; }
p { color: rgb(62,16,55); }
H1.HeaderClassName
{
color: #3E1037;
}
.AnyTagClassName
{
color: #3E1037;
}
</style>
background-color css
<style>
a { background-color: #3E1037; }
a { background-color: rgb(62,16,55); }
div.DivClassName
{
background-color: #3E1037;
}
.BgClassName
{
background-color: #3E1037;
}
</style>
border-color css
<style>
span { border-color: #3E1037; }
span { border-color: rgb(62,16,55); }
td.TdClassName
{
border-color: #3E1037;
}
.TagClassName
{
border-color: #3E1037;
}
</style>