Shades of Mardi Gras #3F1139
Tints of Mardi Gras #3F1139
RGB
CMYK
RGB Variations
Color information
#3F1139 (or 0x3F1139) is known color: Mardi Gras. HEX triplet: 3F, 11 and 39. RGB value is (63,17,57). Sum of RGB (Red+Green+Blue) = 63+17+57=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 17 (7.03% from 255 or 12.41% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1139 is #C0EEC6. Grayscale: #232323. Windows color (decimal): -12644039 or 3739967. OLE color: 3739967.
HSL color Cylindrical-coordinate representation of color #3F1139: hue angle of 307.83º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3F1139 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 57 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.75 |
| HSL | 307.83º | 0.58% | 0.16% | - |
| HSV(B) | 307.83º | 0.73% | 0.25% | - |
| XYZ | 2.99 | 1.75 | 4.05 | - |
| YUV | 35.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 57 | 0 | 0.73 | 0.10 | 0.75 | 307.83 | 0.58 | 0.16 |
| Hex | 3F | 11 | 39 | 0 | 49 | A | 4B | 134 | 3A | 10 |
| Octal | 77 | 21 | 71 | 0 | 111 | 12 | 113 | 464 | 72 | 20 |
| Binary | 111111 | 10001 | 111001 | 0 | 1001001 | 1010 | 1001011 | 100110100 | 111010 | 10000 |
Color Harmonies of #3F1139
Complementary color
Monochromatic Colors of #3F1139
Black with #3F1139
Text Example
Text Example
White with #3F1139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1139; }
p { color: rgb(63,17,57); }
H1.HeaderClassName
{
color: #3F1139;
}
.AnyTagClassName
{
color: #3F1139;
}
</style>
background-color css
<style>
a { background-color: #3F1139; }
a { background-color: rgb(63,17,57); }
div.DivClassName
{
background-color: #3F1139;
}
.BgClassName
{
background-color: #3F1139;
}
</style>
border-color css
<style>
span { border-color: #3F1139; }
span { border-color: rgb(63,17,57); }
td.TdClassName
{
border-color: #3F1139;
}
.TagClassName
{
border-color: #3F1139;
}
</style>