Shades of Mardi Gras #3F113D
Tints of Mardi Gras #3F113D
RGB
CMYK
RGB Variations
Color information
#3F113D (or 0x3F113D) is known color: Mardi Gras. HEX triplet: 3F, 11 and 3D. RGB value is (63,17,61). Sum of RGB (Red+Green+Blue) = 63+17+61=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 17 (7.03% from 255 or 12.06% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F113D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F113D is #C0EEC2. Grayscale: #232323. Windows color (decimal): -12644035 or 4002111. OLE color: 4002111.
HSL color Cylindrical-coordinate representation of color #3F113D: hue angle of 302.61º 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 #3F113D is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 61 | - |
| CMYK | 0 | 0.73 | 0.03 | 0.75 |
| HSL | 302.61º | 0.58% | 0.16% | - |
| HSV(B) | 302.61º | 0.73% | 0.25% | - |
| XYZ | 3.09 | 1.79 | 4.6 | - |
| YUV | 35.77 | 142.24 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 61 | 0 | 0.73 | 0.03 | 0.75 | 302.61 | 0.58 | 0.16 |
| Hex | 3F | 11 | 3D | 0 | 49 | 3 | 4B | 12F | 3A | 10 |
| Octal | 77 | 21 | 75 | 0 | 111 | 3 | 113 | 457 | 72 | 20 |
| Binary | 111111 | 10001 | 111101 | 0 | 1001001 | 11 | 1001011 | 100101111 | 111010 | 10000 |
Color Harmonies of #3F113D
Complementary color
Monochromatic Colors of #3F113D
Black with #3F113D
Text Example
Text Example
White with #3F113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F113D; }
p { color: rgb(63,17,61); }
H1.HeaderClassName
{
color: #3F113D;
}
.AnyTagClassName
{
color: #3F113D;
}
</style>
background-color css
<style>
a { background-color: #3F113D; }
a { background-color: rgb(63,17,61); }
div.DivClassName
{
background-color: #3F113D;
}
.BgClassName
{
background-color: #3F113D;
}
</style>
border-color css
<style>
span { border-color: #3F113D; }
span { border-color: rgb(63,17,61); }
td.TdClassName
{
border-color: #3F113D;
}
.TagClassName
{
border-color: #3F113D;
}
</style>