Shades of Mardi Gras #3F163B
Tints of Mardi Gras #3F163B
RGB
CMYK
RGB Variations
Color information
#3F163B (or 0x3F163B) is known color: Mardi Gras. HEX triplet: 3F, 16 and 3B. RGB value is (63,22,59). Sum of RGB (Red+Green+Blue) = 63+22+59=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 59 (23.44% from 255 or 40.97% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F163B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F163B is #C0E9C4. Grayscale: #262626. Windows color (decimal): -12642757 or 3872319. OLE color: 3872319.
HSL color Cylindrical-coordinate representation of color #3F163B: hue angle of 305.85º 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 #3F163B is Cyan = 0, Magento = 0.65, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 22 | 59 | - |
| CMYK | 0 | 0.65 | 0.06 | 0.75 |
| HSL | 305.85º | 0.48% | 0.17% | - |
| HSV(B) | 305.85º | 0.65% | 0.25% | - |
| XYZ | 3.13 | 1.95 | 4.35 | - |
| YUV | 38.48 | 139.58 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 22 | 59 | 0 | 0.65 | 0.06 | 0.75 | 305.85 | 0.48 | 0.17 |
| Hex | 3F | 16 | 3B | 0 | 41 | 6 | 4B | 132 | 30 | 11 |
| Octal | 77 | 26 | 73 | 0 | 101 | 6 | 113 | 462 | 60 | 21 |
| Binary | 111111 | 10110 | 111011 | 0 | 1000001 | 110 | 1001011 | 100110010 | 110000 | 10001 |
Color Harmonies of #3F163B
Complementary color
Monochromatic Colors of #3F163B
Black with #3F163B
Text Example
Text Example
White with #3F163B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F163B; }
p { color: rgb(63,22,59); }
H1.HeaderClassName
{
color: #3F163B;
}
.AnyTagClassName
{
color: #3F163B;
}
</style>
background-color css
<style>
a { background-color: #3F163B; }
a { background-color: rgb(63,22,59); }
div.DivClassName
{
background-color: #3F163B;
}
.BgClassName
{
background-color: #3F163B;
}
</style>
border-color css
<style>
span { border-color: #3F163B; }
span { border-color: rgb(63,22,59); }
td.TdClassName
{
border-color: #3F163B;
}
.TagClassName
{
border-color: #3F163B;
}
</style>