Shades of Mardi Gras #3E0937
Tints of Mardi Gras #3E0937
RGB
CMYK
RGB Variations
Color information
#3E0937 (or 0x3E0937) is known color: Mardi Gras. HEX triplet: 3E, 09 and 37. RGB value is (62,9,55). Sum of RGB (Red+Green+Blue) = 62+9+55=126 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.21% from 126); Green value is 9 (3.91% from 255 or 7.14% from 126); Blue value is 55 (21.88% from 255 or 43.65% from 126); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0937 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0937 is #C1F6C8. Grayscale: #1D1D1D. Windows color (decimal): -12711625 or 3606846. OLE color: 3606846.
HSL color Cylindrical-coordinate representation of color #3E0937: hue angle of 307.92º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3E0937 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 9 | 55 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.76 |
| HSL | 307.92º | 0.75% | 0.14% | - |
| HSV(B) | 307.92º | 0.85% | 0.24% | - |
| XYZ | 2.77 | 1.5 | 3.76 | - |
| YUV | 30.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 55 | 0 | 0.85 | 0.11 | 0.76 | 307.92 | 0.75 | 0.14 |
| Hex | 3E | 9 | 37 | 0 | 55 | B | 4C | 134 | 4B | E |
| Octal | 76 | 11 | 67 | 0 | 125 | 13 | 114 | 464 | 113 | 16 |
| Binary | 111110 | 1001 | 110111 | 0 | 1010101 | 1011 | 1001100 | 100110100 | 1001011 | 1110 |
Color Harmonies of #3E0937
Complementary color
Monochromatic Colors of #3E0937
Black with #3E0937
Text Example
Text Example
White with #3E0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0937; }
p { color: rgb(62,9,55); }
H1.HeaderClassName
{
color: #3E0937;
}
.AnyTagClassName
{
color: #3E0937;
}
</style>
background-color css
<style>
a { background-color: #3E0937; }
a { background-color: rgb(62,9,55); }
div.DivClassName
{
background-color: #3E0937;
}
.BgClassName
{
background-color: #3E0937;
}
</style>
border-color css
<style>
span { border-color: #3E0937; }
span { border-color: rgb(62,9,55); }
td.TdClassName
{
border-color: #3E0937;
}
.TagClassName
{
border-color: #3E0937;
}
</style>