Shades of Mardi Gras #3F113C
Tints of Mardi Gras #3F113C
RGB
CMYK
RGB Variations
Color information
#3F113C (or 0x3F113C) is known color: Mardi Gras. HEX triplet: 3F, 11 and 3C. RGB value is (63,17,60). Sum of RGB (Red+Green+Blue) = 63+17+60=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F113C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F113C is #C0EEC3. Grayscale: #232323. Windows color (decimal): -12644036 or 3936575. OLE color: 3936575.
HSL color Cylindrical-coordinate representation of color #3F113C: hue angle of 303.91º 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 #3F113C is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 60 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.75 |
| HSL | 303.91º | 0.58% | 0.16% | - |
| HSV(B) | 303.91º | 0.73% | 0.25% | - |
| XYZ | 3.07 | 1.78 | 4.46 | - |
| YUV | 35.66 | 141.74 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 60 | 0 | 0.73 | 0.05 | 0.75 | 303.91 | 0.58 | 0.16 |
| Hex | 3F | 11 | 3C | 0 | 49 | 5 | 4B | 130 | 3A | 10 |
| Octal | 77 | 21 | 74 | 0 | 111 | 5 | 113 | 460 | 72 | 20 |
| Binary | 111111 | 10001 | 111100 | 0 | 1001001 | 101 | 1001011 | 100110000 | 111010 | 10000 |
Color Harmonies of #3F113C
Complementary color
Monochromatic Colors of #3F113C
Black with #3F113C
Text Example
Text Example
White with #3F113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F113C; }
p { color: rgb(63,17,60); }
H1.HeaderClassName
{
color: #3F113C;
}
.AnyTagClassName
{
color: #3F113C;
}
</style>
background-color css
<style>
a { background-color: #3F113C; }
a { background-color: rgb(63,17,60); }
div.DivClassName
{
background-color: #3F113C;
}
.BgClassName
{
background-color: #3F113C;
}
</style>
border-color css
<style>
span { border-color: #3F113C; }
span { border-color: rgb(63,17,60); }
td.TdClassName
{
border-color: #3F113C;
}
.TagClassName
{
border-color: #3F113C;
}
</style>