Shades of Mardi Gras #3E0239
Tints of Mardi Gras #3E0239
RGB
CMYK
RGB Variations
Color information
#3E0239 (or 0x3E0239) is known color: Mardi Gras. HEX triplet: 3E, 02 and 39. RGB value is (62,2,57). Sum of RGB (Red+Green+Blue) = 62+2+57=121 (16% of max value = 765). Red value is 62 (24.61% from 255 or 51.24% from 121); Green value is 2 (1.17% from 255 or 1.65% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0239 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0239 is #C1FDC6. Grayscale: #1A1A1A. Windows color (decimal): -12713415 or 3736126. OLE color: 3736126.
HSL color Cylindrical-coordinate representation of color #3E0239: hue angle of 305º 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 #3E0239 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 2 | 57 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.76 |
| HSL | 305º | 0.94% | 0.13% | - |
| HSV(B) | 305º | 0.97% | 0.24% | - |
| XYZ | 2.75 | 1.36 | 3.99 | - |
| YUV | 26.21 | 145.38 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 2 | 57 | 0 | 0.97 | 0.08 | 0.76 | 305 | 0.94 | 0.13 |
| Hex | 3E | 2 | 39 | 0 | 61 | 8 | 4C | 131 | 5E | D |
| Octal | 76 | 2 | 71 | 0 | 141 | 10 | 114 | 461 | 136 | 15 |
| Binary | 111110 | 10 | 111001 | 0 | 1100001 | 1000 | 1001100 | 100110001 | 1011110 | 1101 |
Color Harmonies of #3E0239
Complementary color
Monochromatic Colors of #3E0239
Black with #3E0239
Text Example
Text Example
White with #3E0239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0239; }
p { color: rgb(62,2,57); }
H1.HeaderClassName
{
color: #3E0239;
}
.AnyTagClassName
{
color: #3E0239;
}
</style>
background-color css
<style>
a { background-color: #3E0239; }
a { background-color: rgb(62,2,57); }
div.DivClassName
{
background-color: #3E0239;
}
.BgClassName
{
background-color: #3E0239;
}
</style>
border-color css
<style>
span { border-color: #3E0239; }
span { border-color: rgb(62,2,57); }
td.TdClassName
{
border-color: #3E0239;
}
.TagClassName
{
border-color: #3E0239;
}
</style>