Shades of Mardi Gras #3F0439
Tints of Mardi Gras #3F0439
RGB
CMYK
RGB Variations
Color information
#3F0439 (or 0x3F0439) is known color: Mardi Gras. HEX triplet: 3F, 04 and 39. RGB value is (63,4,57). Sum of RGB (Red+Green+Blue) = 63+4+57=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 4 (1.95% from 255 or 3.23% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0439 is #C0FBC6. Grayscale: #1B1B1B. Windows color (decimal): -12647367 or 3736639. OLE color: 3736639.
HSL color Cylindrical-coordinate representation of color #3F0439: hue angle of 306.1º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3F0439 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 4 | 57 | - |
| CMYK | 0 | 0.94 | 0.10 | 0.75 |
| HSL | 306.1º | 0.88% | 0.13% | - |
| HSV(B) | 306.1º | 0.94% | 0.25% | - |
| XYZ | 2.83 | 1.44 | 4 | - |
| YUV | 27.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 4 | 57 | 0 | 0.94 | 0.10 | 0.75 | 306.1 | 0.88 | 0.13 |
| Hex | 3F | 4 | 39 | 0 | 5E | A | 4B | 132 | 58 | D |
| Octal | 77 | 4 | 71 | 0 | 136 | 12 | 113 | 462 | 130 | 15 |
| Binary | 111111 | 100 | 111001 | 0 | 1011110 | 1010 | 1001011 | 100110010 | 1011000 | 1101 |
Color Harmonies of #3F0439
Complementary color
Monochromatic Colors of #3F0439
Black with #3F0439
Text Example
Text Example
White with #3F0439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0439; }
p { color: rgb(63,4,57); }
H1.HeaderClassName
{
color: #3F0439;
}
.AnyTagClassName
{
color: #3F0439;
}
</style>
background-color css
<style>
a { background-color: #3F0439; }
a { background-color: rgb(63,4,57); }
div.DivClassName
{
background-color: #3F0439;
}
.BgClassName
{
background-color: #3F0439;
}
</style>
border-color css
<style>
span { border-color: #3F0439; }
span { border-color: rgb(63,4,57); }
td.TdClassName
{
border-color: #3F0439;
}
.TagClassName
{
border-color: #3F0439;
}
</style>