Shades of Mardi Gras #3F1539
Tints of Mardi Gras #3F1539
RGB
CMYK
RGB Variations
Color information
#3F1539 (or 0x3F1539) is known color: Mardi Gras. HEX triplet: 3F, 15 and 39. RGB value is (63,21,57). Sum of RGB (Red+Green+Blue) = 63+21+57=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 21 (8.59% from 255 or 14.89% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1539 is #C0EAC6. Grayscale: #252525. Windows color (decimal): -12643015 or 3740991. OLE color: 3740991.
HSL color Cylindrical-coordinate representation of color #3F1539: hue angle of 308.57º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F1539 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 57 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.75 |
| HSL | 308.57º | 0.5% | 0.16% | - |
| HSV(B) | 308.57º | 0.67% | 0.25% | - |
| XYZ | 3.06 | 1.89 | 4.07 | - |
| YUV | 37.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 57 | 0 | 0.67 | 0.10 | 0.75 | 308.57 | 0.5 | 0.16 |
| Hex | 3F | 15 | 39 | 0 | 43 | A | 4B | 135 | 32 | 10 |
| Octal | 77 | 25 | 71 | 0 | 103 | 12 | 113 | 465 | 62 | 20 |
| Binary | 111111 | 10101 | 111001 | 0 | 1000011 | 1010 | 1001011 | 100110101 | 110010 | 10000 |
Color Harmonies of #3F1539
Complementary color
Monochromatic Colors of #3F1539
Black with #3F1539
Text Example
Text Example
White with #3F1539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1539; }
p { color: rgb(63,21,57); }
H1.HeaderClassName
{
color: #3F1539;
}
.AnyTagClassName
{
color: #3F1539;
}
</style>
background-color css
<style>
a { background-color: #3F1539; }
a { background-color: rgb(63,21,57); }
div.DivClassName
{
background-color: #3F1539;
}
.BgClassName
{
background-color: #3F1539;
}
</style>
border-color css
<style>
span { border-color: #3F1539; }
span { border-color: rgb(63,21,57); }
td.TdClassName
{
border-color: #3F1539;
}
.TagClassName
{
border-color: #3F1539;
}
</style>