Shades of Mardi Gras #3E163D
Tints of Mardi Gras #3E163D
RGB
CMYK
RGB Variations
Color information
#3E163D (or 0x3E163D) is known color: Mardi Gras. HEX triplet: 3E, 16 and 3D. RGB value is (62,22,61). Sum of RGB (Red+Green+Blue) = 62+22+61=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 62 - color contains mainly: red. Hex color #3E163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E163D is #C1E9C2. Grayscale: #262626. Windows color (decimal): -12708291 or 4003390. OLE color: 4003390.
HSL color Cylindrical-coordinate representation of color #3E163D: hue angle of 301.5º 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 #3E163D is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 61 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.76 |
| HSL | 301.5º | 0.48% | 0.16% | - |
| HSV(B) | 301.5º | 0.65% | 0.24% | - |
| XYZ | 3.12 | 1.93 | 4.62 | - |
| YUV | 38.41 | 140.75 | 144.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 61 | 0 | 0.65 | 0.02 | 0.76 | 301.5 | 0.48 | 0.16 |
| Hex | 3E | 16 | 3D | 0 | 41 | 2 | 4C | 12E | 30 | 10 |
| Octal | 76 | 26 | 75 | 0 | 101 | 2 | 114 | 456 | 60 | 20 |
| Binary | 111110 | 10110 | 111101 | 0 | 1000001 | 10 | 1001100 | 100101110 | 110000 | 10000 |
Color Harmonies of #3E163D
Complementary color
Monochromatic Colors of #3E163D
Black with #3E163D
Text Example
Text Example
White with #3E163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E163D; }
p { color: rgb(62,22,61); }
H1.HeaderClassName
{
color: #3E163D;
}
.AnyTagClassName
{
color: #3E163D;
}
</style>
background-color css
<style>
a { background-color: #3E163D; }
a { background-color: rgb(62,22,61); }
div.DivClassName
{
background-color: #3E163D;
}
.BgClassName
{
background-color: #3E163D;
}
</style>
border-color css
<style>
span { border-color: #3E163D; }
span { border-color: rgb(62,22,61); }
td.TdClassName
{
border-color: #3E163D;
}
.TagClassName
{
border-color: #3E163D;
}
</style>