Shades of Mardi Gras #3E163C
Tints of Mardi Gras #3E163C
RGB
CMYK
RGB Variations
Color information
#3E163C (or 0x3E163C) is known color: Mardi Gras. HEX triplet: 3E, 16 and 3C. RGB value is (62,22,60). Sum of RGB (Red+Green+Blue) = 62+22+60=144 (19% of max value = 765). Red value is 62 (24.61% from 255 or 43.06% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 62 - color contains mainly: red. Hex color #3E163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E163C is #C1E9C3. Grayscale: #262626. Windows color (decimal): -12708292 or 3937854. OLE color: 3937854.
HSL color Cylindrical-coordinate representation of color #3E163C: hue angle of 303º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E163C is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 60 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.76 |
| HSL | 303º | 0.48% | 0.16% | - |
| HSV(B) | 303º | 0.65% | 0.24% | - |
| XYZ | 3.09 | 1.92 | 4.48 | - |
| YUV | 38.29 | 140.25 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 60 | 0 | 0.65 | 0.03 | 0.76 | 303 | 0.48 | 0.16 |
| Hex | 3E | 16 | 3C | 0 | 41 | 3 | 4C | 12F | 30 | 10 |
| Octal | 76 | 26 | 74 | 0 | 101 | 3 | 114 | 457 | 60 | 20 |
| Binary | 111110 | 10110 | 111100 | 0 | 1000001 | 11 | 1001100 | 100101111 | 110000 | 10000 |
Color Harmonies of #3E163C
Complementary color
Monochromatic Colors of #3E163C
Black with #3E163C
Text Example
Text Example
White with #3E163C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E163C; }
p { color: rgb(62,22,60); }
H1.HeaderClassName
{
color: #3E163C;
}
.AnyTagClassName
{
color: #3E163C;
}
</style>
background-color css
<style>
a { background-color: #3E163C; }
a { background-color: rgb(62,22,60); }
div.DivClassName
{
background-color: #3E163C;
}
.BgClassName
{
background-color: #3E163C;
}
</style>
border-color css
<style>
span { border-color: #3E163C; }
span { border-color: rgb(62,22,60); }
td.TdClassName
{
border-color: #3E163C;
}
.TagClassName
{
border-color: #3E163C;
}
</style>