Shades of Mardi Gras #3E1238
Tints of Mardi Gras #3E1238
RGB
CMYK
RGB Variations
Color information
#3E1238 (or 0x3E1238) is known color: Mardi Gras. HEX triplet: 3E, 12 and 38. RGB value is (62,18,56). Sum of RGB (Red+Green+Blue) = 62+18+56=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 56 (22.27% from 255 or 41.18% from 136); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1238 is #C1EDC7. Grayscale: #232323. Windows color (decimal): -12709320 or 3674686. OLE color: 3674686.
HSL color Cylindrical-coordinate representation of color #3E1238: hue angle of 308.18º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1238 is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 18 | 56 | - |
| CMYK | 0 | 0.71 | 0.10 | 0.76 |
| HSL | 308.18º | 0.55% | 0.16% | - |
| HSV(B) | 308.18º | 0.71% | 0.24% | - |
| XYZ | 2.92 | 1.74 | 3.92 | - |
| YUV | 35.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 18 | 56 | 0 | 0.71 | 0.10 | 0.76 | 308.18 | 0.55 | 0.16 |
| Hex | 3E | 12 | 38 | 0 | 47 | A | 4C | 134 | 37 | 10 |
| Octal | 76 | 22 | 70 | 0 | 107 | 12 | 114 | 464 | 67 | 20 |
| Binary | 111110 | 10010 | 111000 | 0 | 1000111 | 1010 | 1001100 | 100110100 | 110111 | 10000 |
Color Harmonies of #3E1238
Complementary color
Monochromatic Colors of #3E1238
Black with #3E1238
Text Example
Text Example
White with #3E1238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1238; }
p { color: rgb(62,18,56); }
H1.HeaderClassName
{
color: #3E1238;
}
.AnyTagClassName
{
color: #3E1238;
}
</style>
background-color css
<style>
a { background-color: #3E1238; }
a { background-color: rgb(62,18,56); }
div.DivClassName
{
background-color: #3E1238;
}
.BgClassName
{
background-color: #3E1238;
}
</style>
border-color css
<style>
span { border-color: #3E1238; }
span { border-color: rgb(62,18,56); }
td.TdClassName
{
border-color: #3E1238;
}
.TagClassName
{
border-color: #3E1238;
}
</style>