Shades of Mardi Gras #3E1638
Tints of Mardi Gras #3E1638
RGB
CMYK
RGB Variations
Color information
#3E1638 (or 0x3E1638) is known color: Mardi Gras. HEX triplet: 3E, 16 and 38. RGB value is (62,22,56). Sum of RGB (Red+Green+Blue) = 62+22+56=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1638 is #C1E9C7. Grayscale: #252525. Windows color (decimal): -12708296 or 3675710. OLE color: 3675710.
HSL color Cylindrical-coordinate representation of color #3E1638: hue angle of 309º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E1638 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 56 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.76 |
| HSL | 309º | 0.48% | 0.16% | - |
| HSV(B) | 309º | 0.65% | 0.24% | - |
| XYZ | 2.99 | 1.88 | 3.95 | - |
| YUV | 37.84 | 138.25 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 56 | 0 | 0.65 | 0.10 | 0.76 | 309 | 0.48 | 0.16 |
| Hex | 3E | 16 | 38 | 0 | 41 | A | 4C | 135 | 30 | 10 |
| Octal | 76 | 26 | 70 | 0 | 101 | 12 | 114 | 465 | 60 | 20 |
| Binary | 111110 | 10110 | 111000 | 0 | 1000001 | 1010 | 1001100 | 100110101 | 110000 | 10000 |
Color Harmonies of #3E1638
Complementary color
Monochromatic Colors of #3E1638
Black with #3E1638
Text Example
Text Example
White with #3E1638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1638; }
p { color: rgb(62,22,56); }
H1.HeaderClassName
{
color: #3E1638;
}
.AnyTagClassName
{
color: #3E1638;
}
</style>
background-color css
<style>
a { background-color: #3E1638; }
a { background-color: rgb(62,22,56); }
div.DivClassName
{
background-color: #3E1638;
}
.BgClassName
{
background-color: #3E1638;
}
</style>
border-color css
<style>
span { border-color: #3E1638; }
span { border-color: rgb(62,22,56); }
td.TdClassName
{
border-color: #3E1638;
}
.TagClassName
{
border-color: #3E1638;
}
</style>