Shades of Mardi Gras #3F1F3D
Tints of Mardi Gras #3F1F3D
RGB
CMYK
RGB Variations
Color information
#3F1F3D (or 0x3F1F3D) is known color: Mardi Gras. HEX triplet: 3F, 1F and 3D. RGB value is (63,31,61). Sum of RGB (Red+Green+Blue) = 63+31+61=155 (20% of max value = 765). Red value is 63 (25% from 255 or 40.65% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F3D is #C0E0C2. Grayscale: #2B2B2B. Windows color (decimal): -12640451 or 4005695. OLE color: 4005695.
HSL color Cylindrical-coordinate representation of color #3F1F3D: hue angle of 303.75º 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 #3F1F3D is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 61 | - |
| CMYK | 0 | 0.51 | 0.03 | 0.75 |
| HSL | 303.75º | 0.34% | 0.18% | - |
| HSV(B) | 303.75º | 0.51% | 0.25% | - |
| XYZ | 3.38 | 2.37 | 4.69 | - |
| YUV | 43.99 | 137.6 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 61 | 0 | 0.51 | 0.03 | 0.75 | 303.75 | 0.34 | 0.18 |
| Hex | 3F | 1F | 3D | 0 | 33 | 3 | 4B | 130 | 22 | 12 |
| Octal | 77 | 37 | 75 | 0 | 63 | 3 | 113 | 460 | 42 | 22 |
| Binary | 111111 | 11111 | 111101 | 0 | 110011 | 11 | 1001011 | 100110000 | 100010 | 10010 |
Color Harmonies of #3F1F3D
Complementary color
Monochromatic Colors of #3F1F3D
Black with #3F1F3D
Text Example
Text Example
White with #3F1F3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F3D; }
p { color: rgb(63,31,61); }
H1.HeaderClassName
{
color: #3F1F3D;
}
.AnyTagClassName
{
color: #3F1F3D;
}
</style>
background-color css
<style>
a { background-color: #3F1F3D; }
a { background-color: rgb(63,31,61); }
div.DivClassName
{
background-color: #3F1F3D;
}
.BgClassName
{
background-color: #3F1F3D;
}
</style>
border-color css
<style>
span { border-color: #3F1F3D; }
span { border-color: rgb(63,31,61); }
td.TdClassName
{
border-color: #3F1F3D;
}
.TagClassName
{
border-color: #3F1F3D;
}
</style>