Shades of Mardi Gras #3E0038
Tints of Mardi Gras #3E0038
RGB
CMYK
RGB Variations
Color information
#3E0038 (or 0x3E0038) is known color: Mardi Gras. HEX triplet: 3E, 00 and 38. RGB value is (62,0,56). Sum of RGB (Red+Green+Blue) = 62+0+56=118 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.54% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 56 (22.27% from 255 or 47.46% from 118); Max value from RGB is 62 - color contains mainly: red. Hex color #3E0038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0038 is #C1FFC7. Grayscale: #181818. Windows color (decimal): -12713928 or 3670078. OLE color: 3670078.
HSL color Cylindrical-coordinate representation of color #3E0038: hue angle of 305.81º 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 #3E0038 is Cyan = 0, Magento = 1, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 0 | 56 | - |
| CMYK | 0 | 1 | 0.10 | 0.76 |
| HSL | 305.81º | 1% | 0.12% | - |
| HSV(B) | 305.81º | 1% | 0.24% | - |
| XYZ | 2.7 | 1.31 | 3.85 | - |
| YUV | 24.92 | 145.54 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 0 | 56 | 0 | 1 | 0.10 | 0.76 | 305.81 | 1 | 0.12 |
| Hex | 3E | 0 | 38 | 0 | 64 | A | 4C | 132 | 64 | C |
| Octal | 76 | 0 | 70 | 0 | 144 | 12 | 114 | 462 | 144 | 14 |
| Binary | 111110 | 0 | 111000 | 0 | 1100100 | 1010 | 1001100 | 100110010 | 1100100 | 1100 |
Color Harmonies of #3E0038
Complementary color
Monochromatic Colors of #3E0038
Black with #3E0038
Text Example
Text Example
White with #3E0038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E0038; }
p { color: rgb(62,0,56); }
H1.HeaderClassName
{
color: #3E0038;
}
.AnyTagClassName
{
color: #3E0038;
}
</style>
background-color css
<style>
a { background-color: #3E0038; }
a { background-color: rgb(62,0,56); }
div.DivClassName
{
background-color: #3E0038;
}
.BgClassName
{
background-color: #3E0038;
}
</style>
border-color css
<style>
span { border-color: #3E0038; }
span { border-color: rgb(62,0,56); }
td.TdClassName
{
border-color: #3E0038;
}
.TagClassName
{
border-color: #3E0038;
}
</style>