Shades of Mardi Gras #3F133C
Tints of Mardi Gras #3F133C
RGB
CMYK
RGB Variations
Color information
#3F133C (or 0x3F133C) is known color: Mardi Gras. HEX triplet: 3F, 13 and 3C. RGB value is (63,19,60). Sum of RGB (Red+Green+Blue) = 63+19+60=142 (18% of max value = 765). Red value is 63 (25% from 255 or 44.37% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 63 - color contains mainly: red. Hex color #3F133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F133C is #C0ECC3. Grayscale: #242424. Windows color (decimal): -12643524 or 3937087. OLE color: 3937087.
HSL color Cylindrical-coordinate representation of color #3F133C: hue angle of 304.09º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F133C is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 60 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.75 |
| HSL | 304.09º | 0.54% | 0.16% | - |
| HSV(B) | 304.09º | 0.7% | 0.25% | - |
| XYZ | 3.1 | 1.85 | 4.47 | - |
| YUV | 36.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 60 | 0 | 0.70 | 0.05 | 0.75 | 304.09 | 0.54 | 0.16 |
| Hex | 3F | 13 | 3C | 0 | 46 | 5 | 4B | 130 | 36 | 10 |
| Octal | 77 | 23 | 74 | 0 | 106 | 5 | 113 | 460 | 66 | 20 |
| Binary | 111111 | 10011 | 111100 | 0 | 1000110 | 101 | 1001011 | 100110000 | 110110 | 10000 |
Color Harmonies of #3F133C
Complementary color
Monochromatic Colors of #3F133C
Black with #3F133C
Text Example
Text Example
White with #3F133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F133C; }
p { color: rgb(63,19,60); }
H1.HeaderClassName
{
color: #3F133C;
}
.AnyTagClassName
{
color: #3F133C;
}
</style>
background-color css
<style>
a { background-color: #3F133C; }
a { background-color: rgb(63,19,60); }
div.DivClassName
{
background-color: #3F133C;
}
.BgClassName
{
background-color: #3F133C;
}
</style>
border-color css
<style>
span { border-color: #3F133C; }
span { border-color: rgb(63,19,60); }
td.TdClassName
{
border-color: #3F133C;
}
.TagClassName
{
border-color: #3F133C;
}
</style>