Shades of Mardi Gras #3F1942
Tints of Mardi Gras #3F1942
RGB
CMYK
RGB Variations
Color information
#3F1942 (or 0x3F1942) is known color: Mardi Gras. HEX triplet: 3F, 19 and 42. RGB value is (63,25,66). Sum of RGB (Red+Green+Blue) = 63+25+66=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 66 (26.17% from 255 or 42.86% from 154); Max value from RGB is 66 - color contains mainly: blue. Hex color #3F1942 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1942 is #C0E6BD. Grayscale: #282828. Windows color (decimal): -12641982 or 4331839. OLE color: 4331839.
HSL color Cylindrical-coordinate representation of color #3F1942: hue angle of 295.61º degrees, saturation: 0.45, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1942 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 25 | 66 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.74 |
| HSL | 295.61º | 0.45% | 0.18% | - |
| HSV(B) | 295.61º | 0.62% | 0.26% | - |
| XYZ | 3.38 | 2.15 | 5.39 | - |
| YUV | 41.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 25 | 66 | 0.05 | 0.62 | 0 | 0.74 | 295.61 | 0.45 | 0.18 |
| Hex | 3F | 19 | 42 | 5 | 3E | 0 | 4A | 128 | 2D | 12 |
| Octal | 77 | 31 | 102 | 5 | 76 | 0 | 112 | 450 | 55 | 22 |
| Binary | 111111 | 11001 | 1000010 | 101 | 111110 | 0 | 1001010 | 100101000 | 101101 | 10010 |
Color Harmonies of #3F1942
Complementary color
Monochromatic Colors of #3F1942
Black with #3F1942
Text Example
Text Example
White with #3F1942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1942; }
p { color: rgb(63,25,66); }
H1.HeaderClassName
{
color: #3F1942;
}
.AnyTagClassName
{
color: #3F1942;
}
</style>
background-color css
<style>
a { background-color: #3F1942; }
a { background-color: rgb(63,25,66); }
div.DivClassName
{
background-color: #3F1942;
}
.BgClassName
{
background-color: #3F1942;
}
</style>
border-color css
<style>
span { border-color: #3F1942; }
span { border-color: rgb(63,25,66); }
td.TdClassName
{
border-color: #3F1942;
}
.TagClassName
{
border-color: #3F1942;
}
</style>