Shades of Mardi Gras #3E163A
Tints of Mardi Gras #3E163A
RGB
CMYK
RGB Variations
Color information
#3E163A (or 0x3E163A) is known color: Mardi Gras. HEX triplet: 3E, 16 and 3A. RGB value is (62,22,58). Sum of RGB (Red+Green+Blue) = 62+22+58=142 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.66% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 62 - color contains mainly: red. Hex color #3E163A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E163A is #C1E9C5. Grayscale: #252525. Windows color (decimal): -12708294 or 3806782. OLE color: 3806782.
HSL color Cylindrical-coordinate representation of color #3E163A: hue angle of 306º 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 #3E163A is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 58 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.76 |
| HSL | 306º | 0.48% | 0.16% | - |
| HSV(B) | 306º | 0.65% | 0.24% | - |
| XYZ | 3.04 | 1.9 | 4.21 | - |
| YUV | 38.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 58 | 0 | 0.65 | 0.06 | 0.76 | 306 | 0.48 | 0.16 |
| Hex | 3E | 16 | 3A | 0 | 41 | 6 | 4C | 132 | 30 | 10 |
| Octal | 76 | 26 | 72 | 0 | 101 | 6 | 114 | 462 | 60 | 20 |
| Binary | 111110 | 10110 | 111010 | 0 | 1000001 | 110 | 1001100 | 100110010 | 110000 | 10000 |
Color Harmonies of #3E163A
Complementary color
Monochromatic Colors of #3E163A
Black with #3E163A
Text Example
Text Example
White with #3E163A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E163A; }
p { color: rgb(62,22,58); }
H1.HeaderClassName
{
color: #3E163A;
}
.AnyTagClassName
{
color: #3E163A;
}
</style>
background-color css
<style>
a { background-color: #3E163A; }
a { background-color: rgb(62,22,58); }
div.DivClassName
{
background-color: #3E163A;
}
.BgClassName
{
background-color: #3E163A;
}
</style>
border-color css
<style>
span { border-color: #3E163A; }
span { border-color: rgb(62,22,58); }
td.TdClassName
{
border-color: #3E163A;
}
.TagClassName
{
border-color: #3E163A;
}
</style>