Shades of Mardi Gras #3F133A
Tints of Mardi Gras #3F133A
RGB
CMYK
RGB Variations
Color information
#3F133A (or 0x3F133A) is known color: Mardi Gras. HEX triplet: 3F, 13 and 3A. RGB value is (63,19,58). Sum of RGB (Red+Green+Blue) = 63+19+58=140 (18% of max value = 765). Red value is 63 (25% from 255 or 45% from 140); Green value is 19 (7.81% from 255 or 13.57% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 63 - color contains mainly: red. Hex color #3F133A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F133A is #C0ECC5. Grayscale: #242424. Windows color (decimal): -12643526 or 3806015. OLE color: 3806015.
HSL color Cylindrical-coordinate representation of color #3F133A: hue angle of 306.82º 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 #3F133A is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 58 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.75 |
| HSL | 306.82º | 0.54% | 0.16% | - |
| HSV(B) | 306.82º | 0.7% | 0.25% | - |
| XYZ | 3.05 | 1.83 | 4.2 | - |
| YUV | 36.6 | 140.08 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 58 | 0 | 0.70 | 0.08 | 0.75 | 306.82 | 0.54 | 0.16 |
| Hex | 3F | 13 | 3A | 0 | 46 | 8 | 4B | 133 | 36 | 10 |
| Octal | 77 | 23 | 72 | 0 | 106 | 10 | 113 | 463 | 66 | 20 |
| Binary | 111111 | 10011 | 111010 | 0 | 1000110 | 1000 | 1001011 | 100110011 | 110110 | 10000 |
Color Harmonies of #3F133A
Complementary color
Monochromatic Colors of #3F133A
Black with #3F133A
Text Example
Text Example
White with #3F133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F133A; }
p { color: rgb(63,19,58); }
H1.HeaderClassName
{
color: #3F133A;
}
.AnyTagClassName
{
color: #3F133A;
}
</style>
background-color css
<style>
a { background-color: #3F133A; }
a { background-color: rgb(63,19,58); }
div.DivClassName
{
background-color: #3F133A;
}
.BgClassName
{
background-color: #3F133A;
}
</style>
border-color css
<style>
span { border-color: #3F133A; }
span { border-color: rgb(63,19,58); }
td.TdClassName
{
border-color: #3F133A;
}
.TagClassName
{
border-color: #3F133A;
}
</style>