Shades of Mardi Gras #3F163D
Tints of Mardi Gras #3F163D
RGB
CMYK
RGB Variations
Color information
#3F163D (or 0x3F163D) is known color: Mardi Gras. HEX triplet: 3F, 16 and 3D. RGB value is (63,22,61). Sum of RGB (Red+Green+Blue) = 63+22+61=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 61 (24.22% from 255 or 41.78% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F163D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F163D is #C0E9C2. Grayscale: #262626. Windows color (decimal): -12642755 or 4003391. OLE color: 4003391.
HSL color Cylindrical-coordinate representation of color #3F163D: hue angle of 302.93º 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 #3F163D is Cyan = 0, Magento = 0.65, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 61 | - |
| CMYK | 0 | 0.65 | 0.03 | 0.75 |
| HSL | 302.93º | 0.48% | 0.17% | - |
| HSV(B) | 302.93º | 0.65% | 0.25% | - |
| XYZ | 3.18 | 1.97 | 4.63 | - |
| YUV | 38.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 61 | 0 | 0.65 | 0.03 | 0.75 | 302.93 | 0.48 | 0.17 |
| Hex | 3F | 16 | 3D | 0 | 41 | 3 | 4B | 12F | 30 | 11 |
| Octal | 77 | 26 | 75 | 0 | 101 | 3 | 113 | 457 | 60 | 21 |
| Binary | 111111 | 10110 | 111101 | 0 | 1000001 | 11 | 1001011 | 100101111 | 110000 | 10001 |
Color Harmonies of #3F163D
Complementary color
Monochromatic Colors of #3F163D
Black with #3F163D
Text Example
Text Example
White with #3F163D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F163D; }
p { color: rgb(63,22,61); }
H1.HeaderClassName
{
color: #3F163D;
}
.AnyTagClassName
{
color: #3F163D;
}
</style>
background-color css
<style>
a { background-color: #3F163D; }
a { background-color: rgb(63,22,61); }
div.DivClassName
{
background-color: #3F163D;
}
.BgClassName
{
background-color: #3F163D;
}
</style>
border-color css
<style>
span { border-color: #3F163D; }
span { border-color: rgb(63,22,61); }
td.TdClassName
{
border-color: #3F163D;
}
.TagClassName
{
border-color: #3F163D;
}
</style>