Shades of Mardi Gras #3E0237
Tints of Mardi Gras #3E0237
RGB
CMYK
RGB Variations
Color information
#3E0237 (or 0x3E0237) is known color: Mardi Gras. HEX triplet: 3E, 02 and 37. RGB value is (62,2,55). Sum of RGB (Red+Green+Blue) = 62+2+55=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0237 is #C1FDC8. Grayscale: #191919. Windows color (decimal): -12713417 or 3605054. OLE color: 3605054.
HSL color Cylindrical-coordinate representation of color #3E0237: hue angle of 307º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3E0237 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 55 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.76 |
| HSL | 307º | 0.94% | 0.13% | - |
| HSV(B) | 307º | 0.97% | 0.24% | - |
| XYZ | 2.7 | 1.34 | 3.73 | - |
| YUV | 25.98 | 144.38 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 55 | 0 | 0.97 | 0.11 | 0.76 | 307 | 0.94 | 0.13 |
| Hex | 3E | 2 | 37 | 0 | 61 | B | 4C | 133 | 5E | D |
| Octal | 76 | 2 | 67 | 0 | 141 | 13 | 114 | 463 | 136 | 15 |
| Binary | 111110 | 10 | 110111 | 0 | 1100001 | 1011 | 1001100 | 100110011 | 1011110 | 1101 |
Color Harmonies of #3E0237
Complementary color
Monochromatic Colors of #3E0237
Black with #3E0237
Text Example
Text Example
White with #3E0237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0237; }
p { color: rgb(62,2,55); }
H1.HeaderClassName
{
color: #3E0237;
}
.AnyTagClassName
{
color: #3E0237;
}
</style>
background-color css
<style>
a { background-color: #3E0237; }
a { background-color: rgb(62,2,55); }
div.DivClassName
{
background-color: #3E0237;
}
.BgClassName
{
background-color: #3E0237;
}
</style>
border-color css
<style>
span { border-color: #3E0237; }
span { border-color: rgb(62,2,55); }
td.TdClassName
{
border-color: #3E0237;
}
.TagClassName
{
border-color: #3E0237;
}
</style>