Shades of Mardi Gras #3E0B39
Tints of Mardi Gras #3E0B39
RGB
CMYK
RGB Variations
Color information
#3E0B39 (or 0x3E0B39) is known color: Mardi Gras. HEX triplet: 3E, 0B and 39. RGB value is (62,11,57). Sum of RGB (Red+Green+Blue) = 62+11+57=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 57 (22.66% from 255 or 43.85% from 130); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0B39 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0B39 is #C1F4C6. Grayscale: #1F1F1F. Windows color (decimal): -12711111 or 3738430. OLE color: 3738430.
HSL color Cylindrical-coordinate representation of color #3E0B39: hue angle of 305.88º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E0B39 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 11 | 57 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.76 |
| HSL | 305.88º | 0.7% | 0.14% | - |
| HSV(B) | 305.88º | 0.82% | 0.24% | - |
| XYZ | 2.84 | 1.56 | 4.02 | - |
| YUV | 31.49 | 142.4 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 11 | 57 | 0 | 0.82 | 0.08 | 0.76 | 305.88 | 0.7 | 0.14 |
| Hex | 3E | B | 39 | 0 | 52 | 8 | 4C | 132 | 46 | E |
| Octal | 76 | 13 | 71 | 0 | 122 | 10 | 114 | 462 | 106 | 16 |
| Binary | 111110 | 1011 | 111001 | 0 | 1010010 | 1000 | 1001100 | 100110010 | 1000110 | 1110 |
Color Harmonies of #3E0B39
Complementary color
Monochromatic Colors of #3E0B39
Black with #3E0B39
Text Example
Text Example
White with #3E0B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0B39; }
p { color: rgb(62,11,57); }
H1.HeaderClassName
{
color: #3E0B39;
}
.AnyTagClassName
{
color: #3E0B39;
}
</style>
background-color css
<style>
a { background-color: #3E0B39; }
a { background-color: rgb(62,11,57); }
div.DivClassName
{
background-color: #3E0B39;
}
.BgClassName
{
background-color: #3E0B39;
}
</style>
border-color css
<style>
span { border-color: #3E0B39; }
span { border-color: rgb(62,11,57); }
td.TdClassName
{
border-color: #3E0B39;
}
.TagClassName
{
border-color: #3E0B39;
}
</style>