Shades of Mardi Gras #401E3F
Tints of Mardi Gras #401E3F
RGB
CMYK
RGB Variations
Color information
#401E3F (or 0x401E3F) is known color: Mardi Gras. HEX triplet: 40, 1E and 3F. RGB value is (64,30,63). Sum of RGB (Red+Green+Blue) = 64+30+63=157 (20% of max value = 765). Red value is 64 (25.39% from 255 or 40.76% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 63 (25% from 255 or 40.13% from 157); Max value from RGB is 64 - color contains mainly: red. Hex color #401E3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #401E3F is #BFE1C0. Grayscale: #2B2B2B. Windows color (decimal): -12575169 or 4136512. OLE color: 4136512.
HSL color Cylindrical-coordinate representation of color #401E3F: hue angle of 301.76º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #401E3F is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 30 | 63 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.75 |
| HSL | 301.76º | 0.36% | 0.18% | - |
| HSV(B) | 301.76º | 0.53% | 0.25% | - |
| XYZ | 3.48 | 2.38 | 4.98 | - |
| YUV | 43.93 | 138.76 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 30 | 63 | 0 | 0.53 | 0.02 | 0.75 | 301.76 | 0.36 | 0.18 |
| Hex | 40 | 1E | 3F | 0 | 35 | 2 | 4B | 12E | 24 | 12 |
| Octal | 100 | 36 | 77 | 0 | 65 | 2 | 113 | 456 | 44 | 22 |
| Binary | 1000000 | 11110 | 111111 | 0 | 110101 | 10 | 1001011 | 100101110 | 100100 | 10010 |
Color Harmonies of #401E3F
Complementary color
Monochromatic Colors of #401E3F
Black with #401E3F
Text Example
Text Example
White with #401E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401E3F; }
p { color: rgb(64,30,63); }
H1.HeaderClassName
{
color: #401E3F;
}
.AnyTagClassName
{
color: #401E3F;
}
</style>
background-color css
<style>
a { background-color: #401E3F; }
a { background-color: rgb(64,30,63); }
div.DivClassName
{
background-color: #401E3F;
}
.BgClassName
{
background-color: #401E3F;
}
</style>
border-color css
<style>
span { border-color: #401E3F; }
span { border-color: rgb(64,30,63); }
td.TdClassName
{
border-color: #401E3F;
}
.TagClassName
{
border-color: #401E3F;
}
</style>