Shades of Mardi Gras #3F1A39
Tints of Mardi Gras #3F1A39
RGB
CMYK
RGB Variations
Color information
#3F1A39 (or 0x3F1A39) is known color: Mardi Gras. HEX triplet: 3F, 1A and 39. RGB value is (63,26,57). Sum of RGB (Red+Green+Blue) = 63+26+57=146 (19% of max value = 765). Red value is 63 (25% from 255 or 43.15% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 57 (22.66% from 255 or 39.04% from 146); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1A39 is #C0E5C6. Grayscale: #282828. Windows color (decimal): -12641735 or 3742271. OLE color: 3742271.
HSL color Cylindrical-coordinate representation of color #3F1A39: hue angle of 309.73º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F1A39 is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 26 | 57 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.75 |
| HSL | 309.73º | 0.42% | 0.17% | - |
| HSV(B) | 309.73º | 0.59% | 0.25% | - |
| XYZ | 3.16 | 2.09 | 4.11 | - |
| YUV | 40.6 | 137.26 | 143.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 26 | 57 | 0 | 0.59 | 0.10 | 0.75 | 309.73 | 0.42 | 0.17 |
| Hex | 3F | 1A | 39 | 0 | 3B | A | 4B | 136 | 2A | 11 |
| Octal | 77 | 32 | 71 | 0 | 73 | 12 | 113 | 466 | 52 | 21 |
| Binary | 111111 | 11010 | 111001 | 0 | 111011 | 1010 | 1001011 | 100110110 | 101010 | 10001 |
Color Harmonies of #3F1A39
Complementary color
Monochromatic Colors of #3F1A39
Black with #3F1A39
Text Example
Text Example
White with #3F1A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1A39; }
p { color: rgb(63,26,57); }
H1.HeaderClassName
{
color: #3F1A39;
}
.AnyTagClassName
{
color: #3F1A39;
}
</style>
background-color css
<style>
a { background-color: #3F1A39; }
a { background-color: rgb(63,26,57); }
div.DivClassName
{
background-color: #3F1A39;
}
.BgClassName
{
background-color: #3F1A39;
}
</style>
border-color css
<style>
span { border-color: #3F1A39; }
span { border-color: rgb(63,26,57); }
td.TdClassName
{
border-color: #3F1A39;
}
.TagClassName
{
border-color: #3F1A39;
}
</style>