Shades of Mardi Gras #3F1437
Tints of Mardi Gras #3F1437
RGB
CMYK
RGB Variations
Color information
#3F1437 (or 0x3F1437) is known color: Mardi Gras. HEX triplet: 3F, 14 and 37. RGB value is (63,20,55). Sum of RGB (Red+Green+Blue) = 63+20+55=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1437 is #C0EBC8. Grayscale: #242424. Windows color (decimal): -12643273 or 3609663. OLE color: 3609663.
HSL color Cylindrical-coordinate representation of color #3F1437: hue angle of 311.16º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F1437 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 55 | - |
| CMYK | 0 | 0.68 | 0.13 | 0.75 |
| HSL | 311.16º | 0.52% | 0.16% | - |
| HSV(B) | 311.16º | 0.68% | 0.25% | - |
| XYZ | 2.99 | 1.83 | 3.81 | - |
| YUV | 36.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 55 | 0 | 0.68 | 0.13 | 0.75 | 311.16 | 0.52 | 0.16 |
| Hex | 3F | 14 | 37 | 0 | 44 | D | 4B | 137 | 34 | 10 |
| Octal | 77 | 24 | 67 | 0 | 104 | 15 | 113 | 467 | 64 | 20 |
| Binary | 111111 | 10100 | 110111 | 0 | 1000100 | 1101 | 1001011 | 100110111 | 110100 | 10000 |
Color Harmonies of #3F1437
Complementary color
Monochromatic Colors of #3F1437
Black with #3F1437
Text Example
Text Example
White with #3F1437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1437; }
p { color: rgb(63,20,55); }
H1.HeaderClassName
{
color: #3F1437;
}
.AnyTagClassName
{
color: #3F1437;
}
</style>
background-color css
<style>
a { background-color: #3F1437; }
a { background-color: rgb(63,20,55); }
div.DivClassName
{
background-color: #3F1437;
}
.BgClassName
{
background-color: #3F1437;
}
</style>
border-color css
<style>
span { border-color: #3F1437; }
span { border-color: rgb(63,20,55); }
td.TdClassName
{
border-color: #3F1437;
}
.TagClassName
{
border-color: #3F1437;
}
</style>