Shades of Mardi Gras #3E1A3C
Tints of Mardi Gras #3E1A3C
RGB
CMYK
RGB Variations
Color information
#3E1A3C (or 0x3E1A3C) is known color: Mardi Gras. HEX triplet: 3E, 1A and 3C. RGB value is (62,26,60). Sum of RGB (Red+Green+Blue) = 62+26+60=148 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.89% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A3C is #C1E5C3. Grayscale: #282828. Windows color (decimal): -12707268 or 3938878. OLE color: 3938878.
HSL color Cylindrical-coordinate representation of color #3E1A3C: hue angle of 303.33º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E1A3C is Cyan = 0, Magento = 0.58, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 26 | 60 | - |
| CMYK | 0 | 0.58 | 0.03 | 0.76 |
| HSL | 303.33º | 0.41% | 0.17% | - |
| HSV(B) | 303.33º | 0.58% | 0.24% | - |
| XYZ | 3.17 | 2.09 | 4.51 | - |
| YUV | 40.64 | 138.93 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 60 | 0 | 0.58 | 0.03 | 0.76 | 303.33 | 0.41 | 0.17 |
| Hex | 3E | 1A | 3C | 0 | 3A | 3 | 4C | 12F | 29 | 11 |
| Octal | 76 | 32 | 74 | 0 | 72 | 3 | 114 | 457 | 51 | 21 |
| Binary | 111110 | 11010 | 111100 | 0 | 111010 | 11 | 1001100 | 100101111 | 101001 | 10001 |
Color Harmonies of #3E1A3C
Complementary color
Monochromatic Colors of #3E1A3C
Black with #3E1A3C
Text Example
Text Example
White with #3E1A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A3C; }
p { color: rgb(62,26,60); }
H1.HeaderClassName
{
color: #3E1A3C;
}
.AnyTagClassName
{
color: #3E1A3C;
}
</style>
background-color css
<style>
a { background-color: #3E1A3C; }
a { background-color: rgb(62,26,60); }
div.DivClassName
{
background-color: #3E1A3C;
}
.BgClassName
{
background-color: #3E1A3C;
}
</style>
border-color css
<style>
span { border-color: #3E1A3C; }
span { border-color: rgb(62,26,60); }
td.TdClassName
{
border-color: #3E1A3C;
}
.TagClassName
{
border-color: #3E1A3C;
}
</style>