Shades of Mardi Gras #3E003C
Tints of Mardi Gras #3E003C
RGB
CMYK
RGB Variations
Color information
#3E003C (or 0x3E003C) is known color: Mardi Gras. HEX triplet: 3E, 00 and 3C. RGB value is (62,0,60). Sum of RGB (Red+Green+Blue) = 62+0+60=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 0 (0.39% from 255 or 0% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E003C is #C1FFC3. Grayscale: #191919. Windows color (decimal): -12713924 or 3932222. OLE color: 3932222.
HSL color Cylindrical-coordinate representation of color #3E003C: hue angle of 301.94º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3E003C is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.03 | 0.76 |
| HSL | 301.94º | 1% | 0.12% | - |
| HSV(B) | 301.94º | 1% | 0.24% | - |
| XYZ | 2.8 | 1.35 | 4.39 | - |
| YUV | 25.38 | 147.54 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 60 | 0 | 1 | 0.03 | 0.76 | 301.94 | 1 | 0.12 |
| Hex | 3E | 0 | 3C | 0 | 64 | 3 | 4C | 12E | 64 | C |
| Octal | 76 | 0 | 74 | 0 | 144 | 3 | 114 | 456 | 144 | 14 |
| Binary | 111110 | 0 | 111100 | 0 | 1100100 | 11 | 1001100 | 100101110 | 1100100 | 1100 |
Color Harmonies of #3E003C
Complementary color
Monochromatic Colors of #3E003C
Black with #3E003C
Text Example
Text Example
White with #3E003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E003C; }
p { color: rgb(62,0,60); }
H1.HeaderClassName
{
color: #3E003C;
}
.AnyTagClassName
{
color: #3E003C;
}
</style>
background-color css
<style>
a { background-color: #3E003C; }
a { background-color: rgb(62,0,60); }
div.DivClassName
{
background-color: #3E003C;
}
.BgClassName
{
background-color: #3E003C;
}
</style>
border-color css
<style>
span { border-color: #3E003C; }
span { border-color: rgb(62,0,60); }
td.TdClassName
{
border-color: #3E003C;
}
.TagClassName
{
border-color: #3E003C;
}
</style>