Shades of Mardi Gras #3E1138
Tints of Mardi Gras #3E1138
RGB
CMYK
RGB Variations
Color information
#3E1138 (or 0x3E1138) is known color: Mardi Gras. HEX triplet: 3E, 11 and 38. RGB value is (62,17,56). Sum of RGB (Red+Green+Blue) = 62+17+56=135 (17% of max value = 765). Red value is 62 (24.61% from 255 or 45.93% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 56 (22.27% from 255 or 41.48% from 135); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1138 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1138 is #C1EEC7. Grayscale: #222222. Windows color (decimal): -12709576 or 3674430. OLE color: 3674430.
HSL color Cylindrical-coordinate representation of color #3E1138: hue angle of 308º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1138 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 17 | 56 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.76 |
| HSL | 308º | 0.57% | 0.15% | - |
| HSV(B) | 308º | 0.73% | 0.24% | - |
| XYZ | 2.9 | 1.71 | 3.92 | - |
| YUV | 34.9 | 139.91 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 17 | 56 | 0 | 0.73 | 0.10 | 0.76 | 308 | 0.57 | 0.15 |
| Hex | 3E | 11 | 38 | 0 | 49 | A | 4C | 134 | 39 | F |
| Octal | 76 | 21 | 70 | 0 | 111 | 12 | 114 | 464 | 71 | 17 |
| Binary | 111110 | 10001 | 111000 | 0 | 1001001 | 1010 | 1001100 | 100110100 | 111001 | 1111 |
Color Harmonies of #3E1138
Complementary color
Monochromatic Colors of #3E1138
Black with #3E1138
Text Example
Text Example
White with #3E1138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1138; }
p { color: rgb(62,17,56); }
H1.HeaderClassName
{
color: #3E1138;
}
.AnyTagClassName
{
color: #3E1138;
}
</style>
background-color css
<style>
a { background-color: #3E1138; }
a { background-color: rgb(62,17,56); }
div.DivClassName
{
background-color: #3E1138;
}
.BgClassName
{
background-color: #3E1138;
}
</style>
border-color css
<style>
span { border-color: #3E1138; }
span { border-color: rgb(62,17,56); }
td.TdClassName
{
border-color: #3E1138;
}
.TagClassName
{
border-color: #3E1138;
}
</style>