Shades of Mardi Gras #3F1F3C
Tints of Mardi Gras #3F1F3C
RGB
CMYK
RGB Variations
Color information
#3F1F3C (or 0x3F1F3C) is known color: Mardi Gras. HEX triplet: 3F, 1F and 3C. RGB value is (63,31,60). Sum of RGB (Red+Green+Blue) = 63+31+60=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F3C is #C0E0C3. Grayscale: #2B2B2B. Windows color (decimal): -12640452 or 3940159. OLE color: 3940159.
HSL color Cylindrical-coordinate representation of color #3F1F3C: hue angle of 305.62º degrees, saturation: 0.34, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F1F3C is Cyan = 0, Magento = 0.51, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 60 | - |
| CMYK | 0 | 0.51 | 0.05 | 0.75 |
| HSL | 305.63º | 0.34% | 0.18% | - |
| HSV(B) | 305.63º | 0.51% | 0.25% | - |
| XYZ | 3.36 | 2.36 | 4.55 | - |
| YUV | 43.87 | 137.1 | 141.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 60 | 0 | 0.51 | 0.05 | 0.75 | 305.63 | 0.34 | 0.18 |
| Hex | 3F | 1F | 3C | 0 | 33 | 5 | 4B | 132 | 22 | 12 |
| Octal | 77 | 37 | 74 | 0 | 63 | 5 | 113 | 462 | 42 | 22 |
| Binary | 111111 | 11111 | 111100 | 0 | 110011 | 101 | 1001011 | 100110010 | 100010 | 10010 |
Color Harmonies of #3F1F3C
Complementary color
Monochromatic Colors of #3F1F3C
Black with #3F1F3C
Text Example
Text Example
White with #3F1F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F3C; }
p { color: rgb(63,31,60); }
H1.HeaderClassName
{
color: #3F1F3C;
}
.AnyTagClassName
{
color: #3F1F3C;
}
</style>
background-color css
<style>
a { background-color: #3F1F3C; }
a { background-color: rgb(63,31,60); }
div.DivClassName
{
background-color: #3F1F3C;
}
.BgClassName
{
background-color: #3F1F3C;
}
</style>
border-color css
<style>
span { border-color: #3F1F3C; }
span { border-color: rgb(63,31,60); }
td.TdClassName
{
border-color: #3F1F3C;
}
.TagClassName
{
border-color: #3F1F3C;
}
</style>