Shades of Mardi Gras #3F163E
Tints of Mardi Gras #3F163E
RGB
CMYK
RGB Variations
Color information
#3F163E (or 0x3F163E) is known color: Mardi Gras. HEX triplet: 3F, 16 and 3E. RGB value is (63,22,62). Sum of RGB (Red+Green+Blue) = 63+22+62=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 22 (8.98% from 255 or 14.97% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F163E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F163E is #C0E9C1. Grayscale: #262626. Windows color (decimal): -12642754 or 4068927. OLE color: 4068927.
HSL color Cylindrical-coordinate representation of color #3F163E: hue angle of 301.46º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F163E is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 62 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.75 |
| HSL | 301.46º | 0.48% | 0.17% | - |
| HSV(B) | 301.46º | 0.65% | 0.25% | - |
| XYZ | 3.21 | 1.98 | 4.77 | - |
| YUV | 38.82 | 141.08 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 62 | 0 | 0.65 | 0.02 | 0.75 | 301.46 | 0.48 | 0.17 |
| Hex | 3F | 16 | 3E | 0 | 41 | 2 | 4B | 12D | 30 | 11 |
| Octal | 77 | 26 | 76 | 0 | 101 | 2 | 113 | 455 | 60 | 21 |
| Binary | 111111 | 10110 | 111110 | 0 | 1000001 | 10 | 1001011 | 100101101 | 110000 | 10001 |
Color Harmonies of #3F163E
Complementary color
Monochromatic Colors of #3F163E
Black with #3F163E
Text Example
Text Example
White with #3F163E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F163E; }
p { color: rgb(63,22,62); }
H1.HeaderClassName
{
color: #3F163E;
}
.AnyTagClassName
{
color: #3F163E;
}
</style>
background-color css
<style>
a { background-color: #3F163E; }
a { background-color: rgb(63,22,62); }
div.DivClassName
{
background-color: #3F163E;
}
.BgClassName
{
background-color: #3F163E;
}
</style>
border-color css
<style>
span { border-color: #3F163E; }
span { border-color: rgb(63,22,62); }
td.TdClassName
{
border-color: #3F163E;
}
.TagClassName
{
border-color: #3F163E;
}
</style>