Shades of Mardi Gras #3F1343
Tints of Mardi Gras #3F1343
RGB
CMYK
RGB Variations
Color information
#3F1343 (or 0x3F1343) is known color: Mardi Gras. HEX triplet: 3F, 13 and 43. RGB value is (63,19,67). Sum of RGB (Red+Green+Blue) = 63+19+67=149 (19% of max value = 765). Red value is 63 (25% from 255 or 42.28% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 67 (26.56% from 255 or 44.97% from 149); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F1343 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1343 is #C0ECBC. Grayscale: #252525. Windows color (decimal): -12643517 or 4395839. OLE color: 4395839.
HSL color Cylindrical-coordinate representation of color #3F1343: hue angle of 295º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3F1343 is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 19 | 67 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.74 |
| HSL | 295º | 0.56% | 0.17% | - |
| HSV(B) | 295º | 0.72% | 0.26% | - |
| XYZ | 3.3 | 1.93 | 5.51 | - |
| YUV | 37.63 | 144.58 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 19 | 67 | 0.06 | 0.72 | 0 | 0.74 | 295 | 0.56 | 0.17 |
| Hex | 3F | 13 | 43 | 6 | 48 | 0 | 4A | 127 | 38 | 11 |
| Octal | 77 | 23 | 103 | 6 | 110 | 0 | 112 | 447 | 70 | 21 |
| Binary | 111111 | 10011 | 1000011 | 110 | 1001000 | 0 | 1001010 | 100100111 | 111000 | 10001 |
Color Harmonies of #3F1343
Complementary color
Monochromatic Colors of #3F1343
Black with #3F1343
Text Example
Text Example
White with #3F1343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1343; }
p { color: rgb(63,19,67); }
H1.HeaderClassName
{
color: #3F1343;
}
.AnyTagClassName
{
color: #3F1343;
}
</style>
background-color css
<style>
a { background-color: #3F1343; }
a { background-color: rgb(63,19,67); }
div.DivClassName
{
background-color: #3F1343;
}
.BgClassName
{
background-color: #3F1343;
}
</style>
border-color css
<style>
span { border-color: #3F1343; }
span { border-color: rgb(63,19,67); }
td.TdClassName
{
border-color: #3F1343;
}
.TagClassName
{
border-color: #3F1343;
}
</style>