Shades of Mardi Gras #3E193C
Tints of Mardi Gras #3E193C
RGB
CMYK
RGB Variations
Color information
#3E193C (or 0x3E193C) is known color: Mardi Gras. HEX triplet: 3E, 19 and 3C. RGB value is (62,25,60). Sum of RGB (Red+Green+Blue) = 62+25+60=147 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.18% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 62 - color contains mainly: red. Hex color #3E193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E193C is #C1E6C3. Grayscale: #272727. Windows color (decimal): -12707524 or 3938622. OLE color: 3938622.
HSL color Cylindrical-coordinate representation of color #3E193C: hue angle of 303.24º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E193C is Cyan = 0, Magento = 0.60, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 25 | 60 | - |
| CMYK | 0 | 0.60 | 0.03 | 0.76 |
| HSL | 303.24º | 0.43% | 0.17% | - |
| HSV(B) | 303.24º | 0.6% | 0.24% | - |
| XYZ | 3.15 | 2.05 | 4.5 | - |
| YUV | 40.05 | 139.26 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 60 | 0 | 0.60 | 0.03 | 0.76 | 303.24 | 0.43 | 0.17 |
| Hex | 3E | 19 | 3C | 0 | 3C | 3 | 4C | 12F | 2B | 11 |
| Octal | 76 | 31 | 74 | 0 | 74 | 3 | 114 | 457 | 53 | 21 |
| Binary | 111110 | 11001 | 111100 | 0 | 111100 | 11 | 1001100 | 100101111 | 101011 | 10001 |
Color Harmonies of #3E193C
Complementary color
Monochromatic Colors of #3E193C
Black with #3E193C
Text Example
Text Example
White with #3E193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E193C; }
p { color: rgb(62,25,60); }
H1.HeaderClassName
{
color: #3E193C;
}
.AnyTagClassName
{
color: #3E193C;
}
</style>
background-color css
<style>
a { background-color: #3E193C; }
a { background-color: rgb(62,25,60); }
div.DivClassName
{
background-color: #3E193C;
}
.BgClassName
{
background-color: #3E193C;
}
</style>
border-color css
<style>
span { border-color: #3E193C; }
span { border-color: rgb(62,25,60); }
td.TdClassName
{
border-color: #3E193C;
}
.TagClassName
{
border-color: #3E193C;
}
</style>