Shades of Mardi Gras #3F193C
Tints of Mardi Gras #3F193C
RGB
CMYK
RGB Variations
Color information
#3F193C (or 0x3F193C) is known color: Mardi Gras. HEX triplet: 3F, 19 and 3C. RGB value is (63,25,60). Sum of RGB (Red+Green+Blue) = 63+25+60=148 (19% of max value = 765). Red value is 63 (25% from 255 or 42.57% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 60 (23.83% from 255 or 40.54% from 148); Max value from RGB is 63 - color contains mainly: red. Hex color #3F193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F193C is #C0E6C3. Grayscale: #282828. Windows color (decimal): -12641988 or 3938623. OLE color: 3938623.
HSL color Cylindrical-coordinate representation of color #3F193C: hue angle of 304.74º 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 #3F193C is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 60 | - |
| CMYK | 0 | 0.60 | 0.05 | 0.75 |
| HSL | 304.74º | 0.43% | 0.17% | - |
| HSV(B) | 304.74º | 0.6% | 0.25% | - |
| XYZ | 3.21 | 2.08 | 4.51 | - |
| YUV | 40.35 | 139.09 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 60 | 0 | 0.60 | 0.05 | 0.75 | 304.74 | 0.43 | 0.17 |
| Hex | 3F | 19 | 3C | 0 | 3C | 5 | 4B | 131 | 2B | 11 |
| Octal | 77 | 31 | 74 | 0 | 74 | 5 | 113 | 461 | 53 | 21 |
| Binary | 111111 | 11001 | 111100 | 0 | 111100 | 101 | 1001011 | 100110001 | 101011 | 10001 |
Color Harmonies of #3F193C
Complementary color
Monochromatic Colors of #3F193C
Black with #3F193C
Text Example
Text Example
White with #3F193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F193C; }
p { color: rgb(63,25,60); }
H1.HeaderClassName
{
color: #3F193C;
}
.AnyTagClassName
{
color: #3F193C;
}
</style>
background-color css
<style>
a { background-color: #3F193C; }
a { background-color: rgb(63,25,60); }
div.DivClassName
{
background-color: #3F193C;
}
.BgClassName
{
background-color: #3F193C;
}
</style>
border-color css
<style>
span { border-color: #3F193C; }
span { border-color: rgb(63,25,60); }
td.TdClassName
{
border-color: #3F193C;
}
.TagClassName
{
border-color: #3F193C;
}
</style>