Shades of Mardi Gras #3F1F3B
Tints of Mardi Gras #3F1F3B
RGB
CMYK
RGB Variations
Color information
#3F1F3B (or 0x3F1F3B) is known color: Mardi Gras. HEX triplet: 3F, 1F and 3B. RGB value is (63,31,59). Sum of RGB (Red+Green+Blue) = 63+31+59=153 (20% of max value = 765). Red value is 63 (25% from 255 or 41.18% from 153); Green value is 31 (12.5% from 255 or 20.26% from 153); Blue value is 59 (23.44% from 255 or 38.56% from 153); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1F3B is #C0E0C4. Grayscale: #2B2B2B. Windows color (decimal): -12640453 or 3874623. OLE color: 3874623.
HSL color Cylindrical-coordinate representation of color #3F1F3B: hue angle of 307.5º 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 #3F1F3B is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 31 | 59 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.75 |
| HSL | 307.5º | 0.34% | 0.18% | - |
| HSV(B) | 307.5º | 0.51% | 0.25% | - |
| XYZ | 3.33 | 2.35 | 4.42 | - |
| YUV | 43.76 | 136.6 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 31 | 59 | 0 | 0.51 | 0.06 | 0.75 | 307.5 | 0.34 | 0.18 |
| Hex | 3F | 1F | 3B | 0 | 33 | 6 | 4B | 134 | 22 | 12 |
| Octal | 77 | 37 | 73 | 0 | 63 | 6 | 113 | 464 | 42 | 22 |
| Binary | 111111 | 11111 | 111011 | 0 | 110011 | 110 | 1001011 | 100110100 | 100010 | 10010 |
Color Harmonies of #3F1F3B
Complementary color
Monochromatic Colors of #3F1F3B
Black with #3F1F3B
Text Example
Text Example
White with #3F1F3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1F3B; }
p { color: rgb(63,31,59); }
H1.HeaderClassName
{
color: #3F1F3B;
}
.AnyTagClassName
{
color: #3F1F3B;
}
</style>
background-color css
<style>
a { background-color: #3F1F3B; }
a { background-color: rgb(63,31,59); }
div.DivClassName
{
background-color: #3F1F3B;
}
.BgClassName
{
background-color: #3F1F3B;
}
</style>
border-color css
<style>
span { border-color: #3F1F3B; }
span { border-color: rgb(63,31,59); }
td.TdClassName
{
border-color: #3F1F3B;
}
.TagClassName
{
border-color: #3F1F3B;
}
</style>