Shades of Mardi Gras #3E163E
Tints of Mardi Gras #3E163E
RGB
CMYK
RGB Variations
Color information
#3E163E (or 0x3E163E) is known color: Mardi Gras. HEX triplet: 3E, 16 and 3E. RGB value is (62,22,62). Sum of RGB (Red+Green+Blue) = 62+22+62=146 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.47% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 62 (24.61% from 255 or 42.47% from 146); Max value from RGB is 62 - color contains mainly: red, blue. Hex color #3E163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E163E is #C1E9C1. Grayscale: #262626. Windows color (decimal): -12708290 or 4068926. OLE color: 4068926.
HSL color Cylindrical-coordinate representation of color #3E163E: hue angle of 300º 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 #3E163E is Cyan = 0, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 62 | - |
| CMYK | 0 | 0.65 | 0 | 0.76 |
| HSL | 300º | 0.48% | 0.16% | - |
| HSV(B) | 300º | 0.65% | 0.24% | - |
| XYZ | 3.14 | 1.95 | 4.77 | - |
| YUV | 38.52 | 141.25 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 62 | 0 | 0.65 | 0 | 0.76 | 300 | 0.48 | 0.16 |
| Hex | 3E | 16 | 3E | 0 | 41 | 0 | 4C | 12C | 30 | 10 |
| Octal | 76 | 26 | 76 | 0 | 101 | 0 | 114 | 454 | 60 | 20 |
| Binary | 111110 | 10110 | 111110 | 0 | 1000001 | 0 | 1001100 | 100101100 | 110000 | 10000 |
Color Harmonies of #3E163E
Complementary color
Monochromatic Colors of #3E163E
Black with #3E163E
Text Example
Text Example
White with #3E163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E163E; }
p { color: rgb(62,22,62); }
H1.HeaderClassName
{
color: #3E163E;
}
.AnyTagClassName
{
color: #3E163E;
}
</style>
background-color css
<style>
a { background-color: #3E163E; }
a { background-color: rgb(62,22,62); }
div.DivClassName
{
background-color: #3E163E;
}
.BgClassName
{
background-color: #3E163E;
}
</style>
border-color css
<style>
span { border-color: #3E163E; }
span { border-color: rgb(62,22,62); }
td.TdClassName
{
border-color: #3E163E;
}
.TagClassName
{
border-color: #3E163E;
}
</style>