Shades of Mardi Gras #3F113B
Tints of Mardi Gras #3F113B
RGB
CMYK
RGB Variations
Color information
#3F113B (or 0x3F113B) is known color: Mardi Gras. HEX triplet: 3F, 11 and 3B. RGB value is (63,17,59). Sum of RGB (Red+Green+Blue) = 63+17+59=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 17 (7.03% from 255 or 12.23% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F113B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F113B is #C0EEC4. Grayscale: #232323. Windows color (decimal): -12644037 or 3871039. OLE color: 3871039.
HSL color Cylindrical-coordinate representation of color #3F113B: hue angle of 305.22º 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 #3F113B is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 59 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.75 |
| HSL | 305.22º | 0.58% | 0.16% | - |
| HSV(B) | 305.22º | 0.73% | 0.25% | - |
| XYZ | 3.04 | 1.77 | 4.32 | - |
| YUV | 35.54 | 141.24 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 59 | 0 | 0.73 | 0.06 | 0.75 | 305.22 | 0.58 | 0.16 |
| Hex | 3F | 11 | 3B | 0 | 49 | 6 | 4B | 131 | 3A | 10 |
| Octal | 77 | 21 | 73 | 0 | 111 | 6 | 113 | 461 | 72 | 20 |
| Binary | 111111 | 10001 | 111011 | 0 | 1001001 | 110 | 1001011 | 100110001 | 111010 | 10000 |
Color Harmonies of #3F113B
Complementary color
Monochromatic Colors of #3F113B
Black with #3F113B
Text Example
Text Example
White with #3F113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F113B; }
p { color: rgb(63,17,59); }
H1.HeaderClassName
{
color: #3F113B;
}
.AnyTagClassName
{
color: #3F113B;
}
</style>
background-color css
<style>
a { background-color: #3F113B; }
a { background-color: rgb(63,17,59); }
div.DivClassName
{
background-color: #3F113B;
}
.BgClassName
{
background-color: #3F113B;
}
</style>
border-color css
<style>
span { border-color: #3F113B; }
span { border-color: rgb(63,17,59); }
td.TdClassName
{
border-color: #3F113B;
}
.TagClassName
{
border-color: #3F113B;
}
</style>