Shades of Mardi Gras #3F133B
Tints of Mardi Gras #3F133B
RGB
CMYK
RGB Variations
Color information
#3F133B (or 0x3F133B) is known color: Mardi Gras. HEX triplet: 3F, 13 and 3B. RGB value is (63,19,59). Sum of RGB (Red+Green+Blue) = 63+19+59=141 (18% of max value = 765). Red value is 63 (25% from 255 or 44.68% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 63 - color contains mainly: red. Hex color #3F133B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F133B is #C0ECC4. Grayscale: #242424. Windows color (decimal): -12643525 or 3871551. OLE color: 3871551.
HSL color Cylindrical-coordinate representation of color #3F133B: hue angle of 305.45º 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 #3F133B is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 59 | - |
| CMYK | 0 | 0.70 | 0.06 | 0.75 |
| HSL | 305.45º | 0.54% | 0.16% | - |
| HSV(B) | 305.45º | 0.7% | 0.25% | - |
| XYZ | 3.07 | 1.84 | 4.33 | - |
| YUV | 36.72 | 140.58 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 59 | 0 | 0.70 | 0.06 | 0.75 | 305.45 | 0.54 | 0.16 |
| Hex | 3F | 13 | 3B | 0 | 46 | 6 | 4B | 131 | 36 | 10 |
| Octal | 77 | 23 | 73 | 0 | 106 | 6 | 113 | 461 | 66 | 20 |
| Binary | 111111 | 10011 | 111011 | 0 | 1000110 | 110 | 1001011 | 100110001 | 110110 | 10000 |
Color Harmonies of #3F133B
Complementary color
Monochromatic Colors of #3F133B
Black with #3F133B
Text Example
Text Example
White with #3F133B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F133B; }
p { color: rgb(63,19,59); }
H1.HeaderClassName
{
color: #3F133B;
}
.AnyTagClassName
{
color: #3F133B;
}
</style>
background-color css
<style>
a { background-color: #3F133B; }
a { background-color: rgb(63,19,59); }
div.DivClassName
{
background-color: #3F133B;
}
.BgClassName
{
background-color: #3F133B;
}
</style>
border-color css
<style>
span { border-color: #3F133B; }
span { border-color: rgb(63,19,59); }
td.TdClassName
{
border-color: #3F133B;
}
.TagClassName
{
border-color: #3F133B;
}
</style>