Shades of Mardi Gras #3E1C39
Tints of Mardi Gras #3E1C39
RGB
CMYK
RGB Variations
Color information
#3E1C39 (or 0x3E1C39) is known color: Mardi Gras. HEX triplet: 3E, 1C and 39. RGB value is (62,28,57). Sum of RGB (Red+Green+Blue) = 62+28+57=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 57 (22.66% from 255 or 38.78% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1C39 is #C1E3C6. Grayscale: #292929. Windows color (decimal): -12706759 or 3742782. OLE color: 3742782.
HSL color Cylindrical-coordinate representation of color #3E1C39: hue angle of 308.82º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3E1C39 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 28 | 57 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.76 |
| HSL | 308.82º | 0.38% | 0.18% | - |
| HSV(B) | 308.82º | 0.55% | 0.24% | - |
| XYZ | 3.14 | 2.15 | 4.12 | - |
| YUV | 41.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 28 | 57 | 0 | 0.55 | 0.08 | 0.76 | 308.82 | 0.38 | 0.18 |
| Hex | 3E | 1C | 39 | 0 | 37 | 8 | 4C | 135 | 26 | 12 |
| Octal | 76 | 34 | 71 | 0 | 67 | 10 | 114 | 465 | 46 | 22 |
| Binary | 111110 | 11100 | 111001 | 0 | 110111 | 1000 | 1001100 | 100110101 | 100110 | 10010 |
Color Harmonies of #3E1C39
Complementary color
Monochromatic Colors of #3E1C39
Black with #3E1C39
Text Example
Text Example
White with #3E1C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1C39; }
p { color: rgb(62,28,57); }
H1.HeaderClassName
{
color: #3E1C39;
}
.AnyTagClassName
{
color: #3E1C39;
}
</style>
background-color css
<style>
a { background-color: #3E1C39; }
a { background-color: rgb(62,28,57); }
div.DivClassName
{
background-color: #3E1C39;
}
.BgClassName
{
background-color: #3E1C39;
}
</style>
border-color css
<style>
span { border-color: #3E1C39; }
span { border-color: rgb(62,28,57); }
td.TdClassName
{
border-color: #3E1C39;
}
.TagClassName
{
border-color: #3E1C39;
}
</style>