Shades of Mardi Gras #3F1E3D
Tints of Mardi Gras #3F1E3D
RGB
CMYK
RGB Variations
Color information
#3F1E3D (or 0x3F1E3D) is known color: Mardi Gras. HEX triplet: 3F, 1E and 3D. RGB value is (63,30,61). Sum of RGB (Red+Green+Blue) = 63+30+61=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 30 (12.11% from 255 or 19.48% from 154); Blue value is 61 (24.22% from 255 or 39.61% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1E3D is #C0E1C2. Grayscale: #2B2B2B. Windows color (decimal): -12640707 or 4005439. OLE color: 4005439.
HSL color Cylindrical-coordinate representation of color #3F1E3D: hue angle of 303.64º degrees, saturation: 0.35, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F1E3D is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 30 | 61 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.75 |
| HSL | 303.64º | 0.35% | 0.18% | - |
| HSV(B) | 303.64º | 0.52% | 0.25% | - |
| XYZ | 3.36 | 2.32 | 4.69 | - |
| YUV | 43.4 | 137.93 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 30 | 61 | 0 | 0.52 | 0.03 | 0.75 | 303.64 | 0.35 | 0.18 |
| Hex | 3F | 1E | 3D | 0 | 34 | 3 | 4B | 130 | 23 | 12 |
| Octal | 77 | 36 | 75 | 0 | 64 | 3 | 113 | 460 | 43 | 22 |
| Binary | 111111 | 11110 | 111101 | 0 | 110100 | 11 | 1001011 | 100110000 | 100011 | 10010 |
Color Harmonies of #3F1E3D
Complementary color
Monochromatic Colors of #3F1E3D
Black with #3F1E3D
Text Example
Text Example
White with #3F1E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1E3D; }
p { color: rgb(63,30,61); }
H1.HeaderClassName
{
color: #3F1E3D;
}
.AnyTagClassName
{
color: #3F1E3D;
}
</style>
background-color css
<style>
a { background-color: #3F1E3D; }
a { background-color: rgb(63,30,61); }
div.DivClassName
{
background-color: #3F1E3D;
}
.BgClassName
{
background-color: #3F1E3D;
}
</style>
border-color css
<style>
span { border-color: #3F1E3D; }
span { border-color: rgb(63,30,61); }
td.TdClassName
{
border-color: #3F1E3D;
}
.TagClassName
{
border-color: #3F1E3D;
}
</style>