Shades of Mardi Gras #3F1D3B
Tints of Mardi Gras #3F1D3B
RGB
CMYK
RGB Variations
Color information
#3F1D3B (or 0x3F1D3B) is known color: Mardi Gras. HEX triplet: 3F, 1D and 3B. RGB value is (63,29,59). Sum of RGB (Red+Green+Blue) = 63+29+59=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 29 (11.72% from 255 or 19.21% from 151); Blue value is 59 (23.44% from 255 or 39.07% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D3B is #C0E2C4. Grayscale: #2A2A2A. Windows color (decimal): -12640965 or 3874111. OLE color: 3874111.
HSL color Cylindrical-coordinate representation of color #3F1D3B: hue angle of 307.06º 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 #3F1D3B is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 59 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.75 |
| HSL | 307.06º | 0.37% | 0.18% | - |
| HSV(B) | 307.06º | 0.54% | 0.25% | - |
| XYZ | 3.28 | 2.25 | 4.4 | - |
| YUV | 42.59 | 137.26 | 142.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 59 | 0 | 0.54 | 0.06 | 0.75 | 307.06 | 0.37 | 0.18 |
| Hex | 3F | 1D | 3B | 0 | 36 | 6 | 4B | 133 | 25 | 12 |
| Octal | 77 | 35 | 73 | 0 | 66 | 6 | 113 | 463 | 45 | 22 |
| Binary | 111111 | 11101 | 111011 | 0 | 110110 | 110 | 1001011 | 100110011 | 100101 | 10010 |
Color Harmonies of #3F1D3B
Complementary color
Monochromatic Colors of #3F1D3B
Black with #3F1D3B
Text Example
Text Example
White with #3F1D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D3B; }
p { color: rgb(63,29,59); }
H1.HeaderClassName
{
color: #3F1D3B;
}
.AnyTagClassName
{
color: #3F1D3B;
}
</style>
background-color css
<style>
a { background-color: #3F1D3B; }
a { background-color: rgb(63,29,59); }
div.DivClassName
{
background-color: #3F1D3B;
}
.BgClassName
{
background-color: #3F1D3B;
}
</style>
border-color css
<style>
span { border-color: #3F1D3B; }
span { border-color: rgb(63,29,59); }
td.TdClassName
{
border-color: #3F1D3B;
}
.TagClassName
{
border-color: #3F1D3B;
}
</style>