Shades of Mardi Gras #3F113A
Tints of Mardi Gras #3F113A
RGB
CMYK
RGB Variations
Color information
#3F113A (or 0x3F113A) is known color: Mardi Gras. HEX triplet: 3F, 11 and 3A. RGB value is (63,17,58). Sum of RGB (Red+Green+Blue) = 63+17+58=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 58 (23.05% from 255 or 42.03% from 138); Max value from RGB is 63 - color contains mainly: red. Hex color #3F113A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F113A is #C0EEC5. Grayscale: #232323. Windows color (decimal): -12644038 or 3805503. OLE color: 3805503.
HSL color Cylindrical-coordinate representation of color #3F113A: hue angle of 306.52º 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 #3F113A is Cyan = 0, Magento = 0.73, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 17 | 58 | - |
| CMYK | 0 | 0.73 | 0.08 | 0.75 |
| HSL | 306.52º | 0.58% | 0.16% | - |
| HSV(B) | 306.52º | 0.73% | 0.25% | - |
| XYZ | 3.01 | 1.76 | 4.18 | - |
| YUV | 35.43 | 140.74 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 17 | 58 | 0 | 0.73 | 0.08 | 0.75 | 306.52 | 0.58 | 0.16 |
| Hex | 3F | 11 | 3A | 0 | 49 | 8 | 4B | 133 | 3A | 10 |
| Octal | 77 | 21 | 72 | 0 | 111 | 10 | 113 | 463 | 72 | 20 |
| Binary | 111111 | 10001 | 111010 | 0 | 1001001 | 1000 | 1001011 | 100110011 | 111010 | 10000 |
Color Harmonies of #3F113A
Complementary color
Monochromatic Colors of #3F113A
Black with #3F113A
Text Example
Text Example
White with #3F113A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F113A; }
p { color: rgb(63,17,58); }
H1.HeaderClassName
{
color: #3F113A;
}
.AnyTagClassName
{
color: #3F113A;
}
</style>
background-color css
<style>
a { background-color: #3F113A; }
a { background-color: rgb(63,17,58); }
div.DivClassName
{
background-color: #3F113A;
}
.BgClassName
{
background-color: #3F113A;
}
</style>
border-color css
<style>
span { border-color: #3F113A; }
span { border-color: rgb(63,17,58); }
td.TdClassName
{
border-color: #3F113A;
}
.TagClassName
{
border-color: #3F113A;
}
</style>