Shades of Mardi Gras #3F1D3D
Tints of Mardi Gras #3F1D3D
RGB
CMYK
RGB Variations
Color information
#3F1D3D (or 0x3F1D3D) is known color: Mardi Gras. HEX triplet: 3F, 1D and 3D. RGB value is (63,29,61). Sum of RGB (Red+Green+Blue) = 63+29+61=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 61 (24.22% from 255 or 39.87% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D3D is #C0E2C2. Grayscale: #2A2A2A. Windows color (decimal): -12640963 or 4005183. OLE color: 4005183.
HSL color Cylindrical-coordinate representation of color #3F1D3D: hue angle of 303.53º 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 #3F1D3D is Cyan = 0, Magento = 0.54, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 61 | - |
| CMYK | 0 | 0.54 | 0.03 | 0.75 |
| HSL | 303.53º | 0.37% | 0.18% | - |
| HSV(B) | 303.53º | 0.54% | 0.25% | - |
| XYZ | 3.33 | 2.27 | 4.68 | - |
| YUV | 42.81 | 138.26 | 142.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 61 | 0 | 0.54 | 0.03 | 0.75 | 303.53 | 0.37 | 0.18 |
| Hex | 3F | 1D | 3D | 0 | 36 | 3 | 4B | 130 | 25 | 12 |
| Octal | 77 | 35 | 75 | 0 | 66 | 3 | 113 | 460 | 45 | 22 |
| Binary | 111111 | 11101 | 111101 | 0 | 110110 | 11 | 1001011 | 100110000 | 100101 | 10010 |
Color Harmonies of #3F1D3D
Complementary color
Monochromatic Colors of #3F1D3D
Black with #3F1D3D
Text Example
Text Example
White with #3F1D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D3D; }
p { color: rgb(63,29,61); }
H1.HeaderClassName
{
color: #3F1D3D;
}
.AnyTagClassName
{
color: #3F1D3D;
}
</style>
background-color css
<style>
a { background-color: #3F1D3D; }
a { background-color: rgb(63,29,61); }
div.DivClassName
{
background-color: #3F1D3D;
}
.BgClassName
{
background-color: #3F1D3D;
}
</style>
border-color css
<style>
span { border-color: #3F1D3D; }
span { border-color: rgb(63,29,61); }
td.TdClassName
{
border-color: #3F1D3D;
}
.TagClassName
{
border-color: #3F1D3D;
}
</style>