Shades of Mardi Gras #3F1941
Tints of Mardi Gras #3F1941
RGB
CMYK
RGB Variations
Color information
#3F1941 (or 0x3F1941) is known color: Mardi Gras. HEX triplet: 3F, 19 and 41. RGB value is (63,25,65). Sum of RGB (Red+Green+Blue) = 63+25+65=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 65 (25.78% from 255 or 42.48% from 153); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F1941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1941 is #C0E6BE. Grayscale: #282828. Windows color (decimal): -12641983 or 4266303. OLE color: 4266303.
HSL color Cylindrical-coordinate representation of color #3F1941: hue angle of 297º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1941 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 25 | 65 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.75 |
| HSL | 297º | 0.44% | 0.18% | - |
| HSV(B) | 297º | 0.62% | 0.25% | - |
| XYZ | 3.35 | 2.13 | 5.24 | - |
| YUV | 40.92 | 141.59 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 65 | 0.03 | 0.62 | 0 | 0.75 | 297 | 0.44 | 0.18 |
| Hex | 3F | 19 | 41 | 3 | 3E | 0 | 4B | 129 | 2C | 12 |
| Octal | 77 | 31 | 101 | 3 | 76 | 0 | 113 | 451 | 54 | 22 |
| Binary | 111111 | 11001 | 1000001 | 11 | 111110 | 0 | 1001011 | 100101001 | 101100 | 10010 |
Color Harmonies of #3F1941
Complementary color
Monochromatic Colors of #3F1941
Black with #3F1941
Text Example
Text Example
White with #3F1941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1941; }
p { color: rgb(63,25,65); }
H1.HeaderClassName
{
color: #3F1941;
}
.AnyTagClassName
{
color: #3F1941;
}
</style>
background-color css
<style>
a { background-color: #3F1941; }
a { background-color: rgb(63,25,65); }
div.DivClassName
{
background-color: #3F1941;
}
.BgClassName
{
background-color: #3F1941;
}
</style>
border-color css
<style>
span { border-color: #3F1941; }
span { border-color: rgb(63,25,65); }
td.TdClassName
{
border-color: #3F1941;
}
.TagClassName
{
border-color: #3F1941;
}
</style>