Shades of Mardi Gras #3E093F
Tints of Mardi Gras #3E093F
RGB
CMYK
RGB Variations
Color information
#3E093F (or 0x3E093F) is known color: Mardi Gras. HEX triplet: 3E, 09 and 3F. RGB value is (62,9,63). Sum of RGB (Red+Green+Blue) = 62+9+63=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 9 (3.91% from 255 or 6.72% from 134); Blue value is 63 (25% from 255 or 47.01% from 134); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E093F is #C1F6C0. Grayscale: #1E1E1E. Windows color (decimal): -12711617 or 4131134. OLE color: 4131134.
HSL color Cylindrical-coordinate representation of color #3E093F: hue angle of 298.89º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #3E093F is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 9 | 63 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.75 |
| HSL | 298.89º | 0.75% | 0.14% | - |
| HSV(B) | 298.89º | 0.86% | 0.25% | - |
| XYZ | 2.98 | 1.58 | 4.85 | - |
| YUV | 31 | 146.06 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 9 | 63 | 0.02 | 0.86 | 0 | 0.75 | 298.89 | 0.75 | 0.14 |
| Hex | 3E | 9 | 3F | 2 | 56 | 0 | 4B | 12B | 4B | E |
| Octal | 76 | 11 | 77 | 2 | 126 | 0 | 113 | 453 | 113 | 16 |
| Binary | 111110 | 1001 | 111111 | 10 | 1010110 | 0 | 1001011 | 100101011 | 1001011 | 1110 |
Color Harmonies of #3E093F
Complementary color
Monochromatic Colors of #3E093F
Black with #3E093F
Text Example
Text Example
White with #3E093F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E093F; }
p { color: rgb(62,9,63); }
H1.HeaderClassName
{
color: #3E093F;
}
.AnyTagClassName
{
color: #3E093F;
}
</style>
background-color css
<style>
a { background-color: #3E093F; }
a { background-color: rgb(62,9,63); }
div.DivClassName
{
background-color: #3E093F;
}
.BgClassName
{
background-color: #3E093F;
}
</style>
border-color css
<style>
span { border-color: #3E093F; }
span { border-color: rgb(62,9,63); }
td.TdClassName
{
border-color: #3E093F;
}
.TagClassName
{
border-color: #3E093F;
}
</style>