Shades of Mardi Gras #3F193B
Tints of Mardi Gras #3F193B
RGB
CMYK
RGB Variations
Color information
#3F193B (or 0x3F193B) is known color: Mardi Gras. HEX triplet: 3F, 19 and 3B. RGB value is (63,25,59). Sum of RGB (Red+Green+Blue) = 63+25+59=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 59 (23.44% from 255 or 40.14% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F193B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F193B is #C0E6C4. Grayscale: #282828. Windows color (decimal): -12641989 or 3873087. OLE color: 3873087.
HSL color Cylindrical-coordinate representation of color #3F193B: hue angle of 306.32º degrees, saturation: 0.43, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F193B is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 59 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.75 |
| HSL | 306.32º | 0.43% | 0.17% | - |
| HSV(B) | 306.32º | 0.6% | 0.25% | - |
| XYZ | 3.19 | 2.07 | 4.37 | - |
| YUV | 40.24 | 138.59 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 59 | 0 | 0.60 | 0.06 | 0.75 | 306.32 | 0.43 | 0.17 |
| Hex | 3F | 19 | 3B | 0 | 3C | 6 | 4B | 132 | 2B | 11 |
| Octal | 77 | 31 | 73 | 0 | 74 | 6 | 113 | 462 | 53 | 21 |
| Binary | 111111 | 11001 | 111011 | 0 | 111100 | 110 | 1001011 | 100110010 | 101011 | 10001 |
Color Harmonies of #3F193B
Complementary color
Monochromatic Colors of #3F193B
Black with #3F193B
Text Example
Text Example
White with #3F193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F193B; }
p { color: rgb(63,25,59); }
H1.HeaderClassName
{
color: #3F193B;
}
.AnyTagClassName
{
color: #3F193B;
}
</style>
background-color css
<style>
a { background-color: #3F193B; }
a { background-color: rgb(63,25,59); }
div.DivClassName
{
background-color: #3F193B;
}
.BgClassName
{
background-color: #3F193B;
}
</style>
border-color css
<style>
span { border-color: #3F193B; }
span { border-color: rgb(63,25,59); }
td.TdClassName
{
border-color: #3F193B;
}
.TagClassName
{
border-color: #3F193B;
}
</style>