Shades of Mardi Gras #3F1D3A
Tints of Mardi Gras #3F1D3A
RGB
CMYK
RGB Variations
Color information
#3F1D3A (or 0x3F1D3A) is known color: Mardi Gras. HEX triplet: 3F, 1D and 3A. RGB value is (63,29,58). Sum of RGB (Red+Green+Blue) = 63+29+58=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 29 (11.72% from 255 or 19.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1D3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1D3A is #C0E2C5. Grayscale: #2A2A2A. Windows color (decimal): -12640966 or 3808575. OLE color: 3808575.
HSL color Cylindrical-coordinate representation of color #3F1D3A: hue angle of 308.82º 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 #3F1D3A is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 29 | 58 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.75 |
| HSL | 308.82º | 0.37% | 0.18% | - |
| HSV(B) | 308.82º | 0.54% | 0.25% | - |
| XYZ | 3.25 | 2.24 | 4.26 | - |
| YUV | 42.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 29 | 58 | 0 | 0.54 | 0.08 | 0.75 | 308.82 | 0.37 | 0.18 |
| Hex | 3F | 1D | 3A | 0 | 36 | 8 | 4B | 135 | 25 | 12 |
| Octal | 77 | 35 | 72 | 0 | 66 | 10 | 113 | 465 | 45 | 22 |
| Binary | 111111 | 11101 | 111010 | 0 | 110110 | 1000 | 1001011 | 100110101 | 100101 | 10010 |
Color Harmonies of #3F1D3A
Complementary color
Monochromatic Colors of #3F1D3A
Black with #3F1D3A
Text Example
Text Example
White with #3F1D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1D3A; }
p { color: rgb(63,29,58); }
H1.HeaderClassName
{
color: #3F1D3A;
}
.AnyTagClassName
{
color: #3F1D3A;
}
</style>
background-color css
<style>
a { background-color: #3F1D3A; }
a { background-color: rgb(63,29,58); }
div.DivClassName
{
background-color: #3F1D3A;
}
.BgClassName
{
background-color: #3F1D3A;
}
</style>
border-color css
<style>
span { border-color: #3F1D3A; }
span { border-color: rgb(63,29,58); }
td.TdClassName
{
border-color: #3F1D3A;
}
.TagClassName
{
border-color: #3F1D3A;
}
</style>