Shades of Mardi Gras #3F1339
Tints of Mardi Gras #3F1339
RGB
CMYK
RGB Variations
Color information
#3F1339 (or 0x3F1339) is known color: Mardi Gras. HEX triplet: 3F, 13 and 39. RGB value is (63,19,57). Sum of RGB (Red+Green+Blue) = 63+19+57=139 (18% of max value = 765). Red value is 63 (25% from 255 or 45.32% from 139); Green value is 19 (7.81% from 255 or 13.67% from 139); Blue value is 57 (22.66% from 255 or 41.01% from 139); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1339 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1339 is #C0ECC6. Grayscale: #242424. Windows color (decimal): -12643527 or 3740479. OLE color: 3740479.
HSL color Cylindrical-coordinate representation of color #3F1339: hue angle of 308.18º 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 #3F1339 is Cyan = 0, Magento = 0.70, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 19 | 57 | - |
| CMYK | 0 | 0.70 | 0.10 | 0.75 |
| HSL | 308.18º | 0.54% | 0.16% | - |
| HSV(B) | 308.18º | 0.7% | 0.25% | - |
| XYZ | 3.02 | 1.82 | 4.06 | - |
| YUV | 36.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 57 | 0 | 0.70 | 0.10 | 0.75 | 308.18 | 0.54 | 0.16 |
| Hex | 3F | 13 | 39 | 0 | 46 | A | 4B | 134 | 36 | 10 |
| Octal | 77 | 23 | 71 | 0 | 106 | 12 | 113 | 464 | 66 | 20 |
| Binary | 111111 | 10011 | 111001 | 0 | 1000110 | 1010 | 1001011 | 100110100 | 110110 | 10000 |
Color Harmonies of #3F1339
Complementary color
Monochromatic Colors of #3F1339
Black with #3F1339
Text Example
Text Example
White with #3F1339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1339; }
p { color: rgb(63,19,57); }
H1.HeaderClassName
{
color: #3F1339;
}
.AnyTagClassName
{
color: #3F1339;
}
</style>
background-color css
<style>
a { background-color: #3F1339; }
a { background-color: rgb(63,19,57); }
div.DivClassName
{
background-color: #3F1339;
}
.BgClassName
{
background-color: #3F1339;
}
</style>
border-color css
<style>
span { border-color: #3F1339; }
span { border-color: rgb(63,19,57); }
td.TdClassName
{
border-color: #3F1339;
}
.TagClassName
{
border-color: #3F1339;
}
</style>