Shades of Mardi Gras #3E1842
Tints of Mardi Gras #3E1842
RGB
CMYK
RGB Variations
Color information
#3E1842 (or 0x3E1842) is known color: Mardi Gras. HEX triplet: 3E, 18 and 42. RGB value is (62,24,66). Sum of RGB (Red+Green+Blue) = 62+24+66=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E1842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1842 is #C1E7BD. Grayscale: #282828. Windows color (decimal): -12707774 or 4331582. OLE color: 4331582.
HSL color Cylindrical-coordinate representation of color #3E1842: hue angle of 294.29º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3E1842 is Cyan = 0.06, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 24 | 66 | - |
| CMYK | 0.06 | 0.64 | 0 | 0.74 |
| HSL | 294.29º | 0.47% | 0.18% | - |
| HSV(B) | 294.29º | 0.64% | 0.26% | - |
| XYZ | 3.3 | 2.07 | 5.38 | - |
| YUV | 40.15 | 142.59 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 24 | 66 | 0.06 | 0.64 | 0 | 0.74 | 294.29 | 0.47 | 0.18 |
| Hex | 3E | 18 | 42 | 6 | 40 | 0 | 4A | 126 | 2F | 12 |
| Octal | 76 | 30 | 102 | 6 | 100 | 0 | 112 | 446 | 57 | 22 |
| Binary | 111110 | 11000 | 1000010 | 110 | 1000000 | 0 | 1001010 | 100100110 | 101111 | 10010 |
Color Harmonies of #3E1842
Complementary color
Monochromatic Colors of #3E1842
Black with #3E1842
Text Example
Text Example
White with #3E1842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1842; }
p { color: rgb(62,24,66); }
H1.HeaderClassName
{
color: #3E1842;
}
.AnyTagClassName
{
color: #3E1842;
}
</style>
background-color css
<style>
a { background-color: #3E1842; }
a { background-color: rgb(62,24,66); }
div.DivClassName
{
background-color: #3E1842;
}
.BgClassName
{
background-color: #3E1842;
}
</style>
border-color css
<style>
span { border-color: #3E1842; }
span { border-color: rgb(62,24,66); }
td.TdClassName
{
border-color: #3E1842;
}
.TagClassName
{
border-color: #3E1842;
}
</style>