Shades of Mardi Gras #3E0F39
Tints of Mardi Gras #3E0F39
RGB
CMYK
RGB Variations
Color information
#3E0F39 (or 0x3E0F39) is known color: Mardi Gras. HEX triplet: 3E, 0F and 39. RGB value is (62,15,57). Sum of RGB (Red+Green+Blue) = 62+15+57=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 57 (22.66% from 255 or 42.54% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0F39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0F39 is #C1F0C6. Grayscale: #212121. Windows color (decimal): -12710087 or 3739454. OLE color: 3739454.
HSL color Cylindrical-coordinate representation of color #3E0F39: hue angle of 306.38º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E0F39 is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 15 | 57 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.76 |
| HSL | 306.38º | 0.61% | 0.15% | - |
| HSV(B) | 306.38º | 0.76% | 0.24% | - |
| XYZ | 2.9 | 1.66 | 4.04 | - |
| YUV | 33.84 | 141.07 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 15 | 57 | 0 | 0.76 | 0.08 | 0.76 | 306.38 | 0.61 | 0.15 |
| Hex | 3E | F | 39 | 0 | 4C | 8 | 4C | 132 | 3D | F |
| Octal | 76 | 17 | 71 | 0 | 114 | 10 | 114 | 462 | 75 | 17 |
| Binary | 111110 | 1111 | 111001 | 0 | 1001100 | 1000 | 1001100 | 100110010 | 111101 | 1111 |
Color Harmonies of #3E0F39
Complementary color
Monochromatic Colors of #3E0F39
Black with #3E0F39
Text Example
Text Example
White with #3E0F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0F39; }
p { color: rgb(62,15,57); }
H1.HeaderClassName
{
color: #3E0F39;
}
.AnyTagClassName
{
color: #3E0F39;
}
</style>
background-color css
<style>
a { background-color: #3E0F39; }
a { background-color: rgb(62,15,57); }
div.DivClassName
{
background-color: #3E0F39;
}
.BgClassName
{
background-color: #3E0F39;
}
</style>
border-color css
<style>
span { border-color: #3E0F39; }
span { border-color: rgb(62,15,57); }
td.TdClassName
{
border-color: #3E0F39;
}
.TagClassName
{
border-color: #3E0F39;
}
</style>