Shades of Mardi Gras #3E163B
Tints of Mardi Gras #3E163B
RGB
CMYK
RGB Variations
Color information
#3E163B (or 0x3E163B) is known color: Mardi Gras. HEX triplet: 3E, 16 and 3B. RGB value is (62,22,59). Sum of RGB (Red+Green+Blue) = 62+22+59=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 22 (8.98% from 255 or 15.38% from 143); Blue value is 59 (23.44% from 255 or 41.26% from 143); Max value from RGB is 62 - color contains mainly: red. Hex color #3E163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E163B is #C1E9C4. Grayscale: #262626. Windows color (decimal): -12708293 or 3872318. OLE color: 3872318.
HSL color Cylindrical-coordinate representation of color #3E163B: hue angle of 304.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 #3E163B is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 62 | 22 | 59 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.76 |
| HSL | 304.5º | 0.48% | 0.16% | - |
| HSV(B) | 304.5º | 0.65% | 0.24% | - |
| XYZ | 3.06 | 1.91 | 4.35 | - |
| YUV | 38.18 | 139.75 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 22 | 59 | 0 | 0.65 | 0.05 | 0.76 | 304.5 | 0.48 | 0.16 |
| Hex | 3E | 16 | 3B | 0 | 41 | 5 | 4C | 130 | 30 | 10 |
| Octal | 76 | 26 | 73 | 0 | 101 | 5 | 114 | 460 | 60 | 20 |
| Binary | 111110 | 10110 | 111011 | 0 | 1000001 | 101 | 1001100 | 100110000 | 110000 | 10000 |
Color Harmonies of #3E163B
Complementary color
Monochromatic Colors of #3E163B
Black with #3E163B
Text Example
Text Example
White with #3E163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E163B; }
p { color: rgb(62,22,59); }
H1.HeaderClassName
{
color: #3E163B;
}
.AnyTagClassName
{
color: #3E163B;
}
</style>
background-color css
<style>
a { background-color: #3E163B; }
a { background-color: rgb(62,22,59); }
div.DivClassName
{
background-color: #3E163B;
}
.BgClassName
{
background-color: #3E163B;
}
</style>
border-color css
<style>
span { border-color: #3E163B; }
span { border-color: rgb(62,22,59); }
td.TdClassName
{
border-color: #3E163B;
}
.TagClassName
{
border-color: #3E163B;
}
</style>