Shades of Mardi Gras #3E1436
Tints of Mardi Gras #3E1436
RGB
CMYK
RGB Variations
Color information
#3E1436 (or 0x3E1436) is known color: Mardi Gras. HEX triplet: 3E, 14 and 36. RGB value is (62,20,54). Sum of RGB (Red+Green+Blue) = 62+20+54=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 20 (8.20% from 255 or 14.71% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1436 is #C1EBC9. Grayscale: #242424. Windows color (decimal): -12708810 or 3544126. OLE color: 3544126.
HSL color Cylindrical-coordinate representation of color #3E1436: hue angle of 311.43º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E1436 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 20 | 54 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.76 |
| HSL | 311.43º | 0.51% | 0.16% | - |
| HSV(B) | 311.43º | 0.68% | 0.24% | - |
| XYZ | 2.9 | 1.79 | 3.68 | - |
| YUV | 36.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 20 | 54 | 0 | 0.68 | 0.13 | 0.76 | 311.43 | 0.51 | 0.16 |
| Hex | 3E | 14 | 36 | 0 | 44 | D | 4C | 137 | 33 | 10 |
| Octal | 76 | 24 | 66 | 0 | 104 | 15 | 114 | 467 | 63 | 20 |
| Binary | 111110 | 10100 | 110110 | 0 | 1000100 | 1101 | 1001100 | 100110111 | 110011 | 10000 |
Color Harmonies of #3E1436
Complementary color
Monochromatic Colors of #3E1436
Black with #3E1436
Text Example
Text Example
White with #3E1436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1436; }
p { color: rgb(62,20,54); }
H1.HeaderClassName
{
color: #3E1436;
}
.AnyTagClassName
{
color: #3E1436;
}
</style>
background-color css
<style>
a { background-color: #3E1436; }
a { background-color: rgb(62,20,54); }
div.DivClassName
{
background-color: #3E1436;
}
.BgClassName
{
background-color: #3E1436;
}
</style>
border-color css
<style>
span { border-color: #3E1436; }
span { border-color: rgb(62,20,54); }
td.TdClassName
{
border-color: #3E1436;
}
.TagClassName
{
border-color: #3E1436;
}
</style>