Shades of Mardi Gras #3E1838
Tints of Mardi Gras #3E1838
RGB
CMYK
RGB Variations
Color information
#3E1838 (or 0x3E1838) is known color: Mardi Gras. HEX triplet: 3E, 18 and 38. RGB value is (62,24,56). Sum of RGB (Red+Green+Blue) = 62+24+56=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 56 (22.27% from 255 or 39.44% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1838 is #C1E7C7. Grayscale: #262626. Windows color (decimal): -12707784 or 3676222. OLE color: 3676222.
HSL color Cylindrical-coordinate representation of color #3E1838: hue angle of 309.47º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E1838 is Cyan = 0, Magento = 0.61, Yellow = 0.10 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 24 | 56 | - |
| CMYK | 0 | 0.61 | 0.10 | 0.76 |
| HSL | 309.47º | 0.44% | 0.17% | - |
| HSV(B) | 309.47º | 0.61% | 0.24% | - |
| XYZ | 3.03 | 1.96 | 3.96 | - |
| YUV | 39.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 56 | 0 | 0.61 | 0.10 | 0.76 | 309.47 | 0.44 | 0.17 |
| Hex | 3E | 18 | 38 | 0 | 3D | A | 4C | 135 | 2C | 11 |
| Octal | 76 | 30 | 70 | 0 | 75 | 12 | 114 | 465 | 54 | 21 |
| Binary | 111110 | 11000 | 111000 | 0 | 111101 | 1010 | 1001100 | 100110101 | 101100 | 10001 |
Color Harmonies of #3E1838
Complementary color
Monochromatic Colors of #3E1838
Black with #3E1838
Text Example
Text Example
White with #3E1838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1838; }
p { color: rgb(62,24,56); }
H1.HeaderClassName
{
color: #3E1838;
}
.AnyTagClassName
{
color: #3E1838;
}
</style>
background-color css
<style>
a { background-color: #3E1838; }
a { background-color: rgb(62,24,56); }
div.DivClassName
{
background-color: #3E1838;
}
.BgClassName
{
background-color: #3E1838;
}
</style>
border-color css
<style>
span { border-color: #3E1838; }
span { border-color: rgb(62,24,56); }
td.TdClassName
{
border-color: #3E1838;
}
.TagClassName
{
border-color: #3E1838;
}
</style>