Shades of Mardi Gras #3E1944
Tints of Mardi Gras #3E1944
RGB
CMYK
RGB Variations
Color information
#3E1944 (or 0x3E1944) is known color: Mardi Gras. HEX triplet: 3E, 19 and 44. RGB value is (62,25,68). Sum of RGB (Red+Green+Blue) = 62+25+68=155 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40% from 155); Green value is 25 (10.16% from 255 or 16.13% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E1944 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1944 is #C1E6BB. Grayscale: #282828. Windows color (decimal): -12707516 or 4462910. OLE color: 4462910.
HSL color Cylindrical-coordinate representation of color #3E1944: hue angle of 291.63º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3E1944 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 25 | 68 | - |
| CMYK | 0.09 | 0.63 | 0 | 0.73 |
| HSL | 291.63º | 0.46% | 0.18% | - |
| HSV(B) | 291.63º | 0.63% | 0.27% | - |
| XYZ | 3.38 | 2.14 | 5.7 | - |
| YUV | 40.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 25 | 68 | 0.09 | 0.63 | 0 | 0.73 | 291.63 | 0.46 | 0.18 |
| Hex | 3E | 19 | 44 | 9 | 3F | 0 | 49 | 124 | 2E | 12 |
| Octal | 76 | 31 | 104 | 11 | 77 | 0 | 111 | 444 | 56 | 22 |
| Binary | 111110 | 11001 | 1000100 | 1001 | 111111 | 0 | 1001001 | 100100100 | 101110 | 10010 |
Color Harmonies of #3E1944
Complementary color
Monochromatic Colors of #3E1944
Black with #3E1944
Text Example
Text Example
White with #3E1944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E1944; }
p { color: rgb(62,25,68); }
H1.HeaderClassName
{
color: #3E1944;
}
.AnyTagClassName
{
color: #3E1944;
}
</style>
background-color css
<style>
a { background-color: #3E1944; }
a { background-color: rgb(62,25,68); }
div.DivClassName
{
background-color: #3E1944;
}
.BgClassName
{
background-color: #3E1944;
}
</style>
border-color css
<style>
span { border-color: #3E1944; }
span { border-color: rgb(62,25,68); }
td.TdClassName
{
border-color: #3E1944;
}
.TagClassName
{
border-color: #3E1944;
}
</style>