Shades of Mardi Gras #3E1237
Tints of Mardi Gras #3E1237
RGB
CMYK
RGB Variations
Color information
#3E1237 (or 0x3E1237) is known color: Mardi Gras. HEX triplet: 3E, 12 and 37. RGB value is (62,18,55). Sum of RGB (Red+Green+Blue) = 62+18+55=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 55 (21.88% from 255 or 40.74% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1237 is #C1EDC8. Grayscale: #232323. Windows color (decimal): -12709321 or 3609150. OLE color: 3609150.
HSL color Cylindrical-coordinate representation of color #3E1237: hue angle of 309.55º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1237 is Cyan = 0, Magento = 0.71, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 55 | - |
| CMYK | 0 | 0.71 | 0.11 | 0.76 |
| HSL | 309.55º | 0.55% | 0.16% | - |
| HSV(B) | 309.55º | 0.71% | 0.24% | - |
| XYZ | 2.89 | 1.73 | 3.8 | - |
| YUV | 35.37 | 139.08 | 146.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 55 | 0 | 0.71 | 0.11 | 0.76 | 309.55 | 0.55 | 0.16 |
| Hex | 3E | 12 | 37 | 0 | 47 | B | 4C | 136 | 37 | 10 |
| Octal | 76 | 22 | 67 | 0 | 107 | 13 | 114 | 466 | 67 | 20 |
| Binary | 111110 | 10010 | 110111 | 0 | 1000111 | 1011 | 1001100 | 100110110 | 110111 | 10000 |
Color Harmonies of #3E1237
Complementary color
Monochromatic Colors of #3E1237
Black with #3E1237
Text Example
Text Example
White with #3E1237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1237; }
p { color: rgb(62,18,55); }
H1.HeaderClassName
{
color: #3E1237;
}
.AnyTagClassName
{
color: #3E1237;
}
</style>
background-color css
<style>
a { background-color: #3E1237; }
a { background-color: rgb(62,18,55); }
div.DivClassName
{
background-color: #3E1237;
}
.BgClassName
{
background-color: #3E1237;
}
</style>
border-color css
<style>
span { border-color: #3E1237; }
span { border-color: rgb(62,18,55); }
td.TdClassName
{
border-color: #3E1237;
}
.TagClassName
{
border-color: #3E1237;
}
</style>