Shades of Mardi Gras #3E1A3A
Tints of Mardi Gras #3E1A3A
RGB
CMYK
RGB Variations
Color information
#3E1A3A (or 0x3E1A3A) is known color: Mardi Gras. HEX triplet: 3E, 1A and 3A. RGB value is (62,26,58). Sum of RGB (Red+Green+Blue) = 62+26+58=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A3A is #C1E5C5. Grayscale: #282828. Windows color (decimal): -12707270 or 3807806. OLE color: 3807806.
HSL color Cylindrical-coordinate representation of color #3E1A3A: hue angle of 306.67º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E1A3A is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 26 | 58 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.76 |
| HSL | 306.67º | 0.41% | 0.17% | - |
| HSV(B) | 306.67º | 0.58% | 0.24% | - |
| XYZ | 3.12 | 2.07 | 4.24 | - |
| YUV | 40.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 26 | 58 | 0 | 0.58 | 0.06 | 0.76 | 306.67 | 0.41 | 0.17 |
| Hex | 3E | 1A | 3A | 0 | 3A | 6 | 4C | 133 | 29 | 11 |
| Octal | 76 | 32 | 72 | 0 | 72 | 6 | 114 | 463 | 51 | 21 |
| Binary | 111110 | 11010 | 111010 | 0 | 111010 | 110 | 1001100 | 100110011 | 101001 | 10001 |
Color Harmonies of #3E1A3A
Complementary color
Monochromatic Colors of #3E1A3A
Black with #3E1A3A
Text Example
Text Example
White with #3E1A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1A3A; }
p { color: rgb(62,26,58); }
H1.HeaderClassName
{
color: #3E1A3A;
}
.AnyTagClassName
{
color: #3E1A3A;
}
</style>
background-color css
<style>
a { background-color: #3E1A3A; }
a { background-color: rgb(62,26,58); }
div.DivClassName
{
background-color: #3E1A3A;
}
.BgClassName
{
background-color: #3E1A3A;
}
</style>
border-color css
<style>
span { border-color: #3E1A3A; }
span { border-color: rgb(62,26,58); }
td.TdClassName
{
border-color: #3E1A3A;
}
.TagClassName
{
border-color: #3E1A3A;
}
</style>