Shades of Mardi Gras #3F1939
Tints of Mardi Gras #3F1939
RGB
CMYK
RGB Variations
Color information
#3F1939 (or 0x3F1939) is known color: Mardi Gras. HEX triplet: 3F, 19 and 39. RGB value is (63,25,57). Sum of RGB (Red+Green+Blue) = 63+25+57=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 57 (22.66% from 255 or 39.31% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1939 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1939 is #C0E6C6. Grayscale: #272727. Windows color (decimal): -12641991 or 3742015. OLE color: 3742015.
HSL color Cylindrical-coordinate representation of color #3F1939: hue angle of 309.47º 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 #3F1939 is Cyan = 0, Magento = 0.60, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 57 | - |
| CMYK | 0 | 0.60 | 0.10 | 0.75 |
| HSL | 309.47º | 0.43% | 0.17% | - |
| HSV(B) | 309.47º | 0.6% | 0.25% | - |
| XYZ | 3.14 | 2.05 | 4.1 | - |
| YUV | 40.01 | 137.59 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 57 | 0 | 0.60 | 0.10 | 0.75 | 309.47 | 0.43 | 0.17 |
| Hex | 3F | 19 | 39 | 0 | 3C | A | 4B | 135 | 2B | 11 |
| Octal | 77 | 31 | 71 | 0 | 74 | 12 | 113 | 465 | 53 | 21 |
| Binary | 111111 | 11001 | 111001 | 0 | 111100 | 1010 | 1001011 | 100110101 | 101011 | 10001 |
Color Harmonies of #3F1939
Complementary color
Monochromatic Colors of #3F1939
Black with #3F1939
Text Example
Text Example
White with #3F1939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1939; }
p { color: rgb(63,25,57); }
H1.HeaderClassName
{
color: #3F1939;
}
.AnyTagClassName
{
color: #3F1939;
}
</style>
background-color css
<style>
a { background-color: #3F1939; }
a { background-color: rgb(63,25,57); }
div.DivClassName
{
background-color: #3F1939;
}
.BgClassName
{
background-color: #3F1939;
}
</style>
border-color css
<style>
span { border-color: #3F1939; }
span { border-color: rgb(63,25,57); }
td.TdClassName
{
border-color: #3F1939;
}
.TagClassName
{
border-color: #3F1939;
}
</style>