Shades of Mardi Gras #3F1D3C
Tints of Mardi Gras #3F1D3C
RGB
CMYK
RGB Variations
Color information
#3F1D3C (or 0x3F1D3C) is known color: Mardi Gras. HEX triplet: 3F, 1D and 3C. RGB value is (63,29,60). Sum of RGB (Red+Green+Blue) = 63+29+60=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D3C is #C0E2C3. Grayscale: #2A2A2A. Windows color (decimal): -12640964 or 3939647. OLE color: 3939647.
HSL color Cylindrical-coordinate representation of color #3F1D3C: hue angle of 305.29º degrees, saturation: 0.37, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F1D3C is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 60 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.75 |
| HSL | 305.29º | 0.37% | 0.18% | - |
| HSV(B) | 305.29º | 0.54% | 0.25% | - |
| XYZ | 3.3 | 2.26 | 4.54 | - |
| YUV | 42.7 | 137.76 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 60 | 0 | 0.54 | 0.05 | 0.75 | 305.29 | 0.37 | 0.18 |
| Hex | 3F | 1D | 3C | 0 | 36 | 5 | 4B | 131 | 25 | 12 |
| Octal | 77 | 35 | 74 | 0 | 66 | 5 | 113 | 461 | 45 | 22 |
| Binary | 111111 | 11101 | 111100 | 0 | 110110 | 101 | 1001011 | 100110001 | 100101 | 10010 |
Color Harmonies of #3F1D3C
Complementary color
Monochromatic Colors of #3F1D3C
Black with #3F1D3C
Text Example
Text Example
White with #3F1D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D3C; }
p { color: rgb(63,29,60); }
H1.HeaderClassName
{
color: #3F1D3C;
}
.AnyTagClassName
{
color: #3F1D3C;
}
</style>
background-color css
<style>
a { background-color: #3F1D3C; }
a { background-color: rgb(63,29,60); }
div.DivClassName
{
background-color: #3F1D3C;
}
.BgClassName
{
background-color: #3F1D3C;
}
</style>
border-color css
<style>
span { border-color: #3F1D3C; }
span { border-color: rgb(63,29,60); }
td.TdClassName
{
border-color: #3F1D3C;
}
.TagClassName
{
border-color: #3F1D3C;
}
</style>