Shades of Mardi Gras #3F023B
Tints of Mardi Gras #3F023B
RGB
CMYK
RGB Variations
Color information
#3F023B (or 0x3F023B) is known color: Mardi Gras. HEX triplet: 3F, 02 and 3B. RGB value is (63,2,59). Sum of RGB (Red+Green+Blue) = 63+2+59=124 (16% of max value = 765). Red value is 63 (25% from 255 or 50.81% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 63 - color contains mainly: red. Hex color #3F023B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F023B is #C0FDC4. Grayscale: #1A1A1A. Windows color (decimal): -12647877 or 3867199. OLE color: 3867199.
HSL color Cylindrical-coordinate representation of color #3F023B: hue angle of 303.93º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3F023B is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 59 | - |
| CMYK | 0 | 0.97 | 0.06 | 0.75 |
| HSL | 303.93º | 0.94% | 0.13% | - |
| HSV(B) | 303.93º | 0.97% | 0.25% | - |
| XYZ | 2.86 | 1.42 | 4.26 | - |
| YUV | 26.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 59 | 0 | 0.97 | 0.06 | 0.75 | 303.93 | 0.94 | 0.13 |
| Hex | 3F | 2 | 3B | 0 | 61 | 6 | 4B | 130 | 5E | D |
| Octal | 77 | 2 | 73 | 0 | 141 | 6 | 113 | 460 | 136 | 15 |
| Binary | 111111 | 10 | 111011 | 0 | 1100001 | 110 | 1001011 | 100110000 | 1011110 | 1101 |
Color Harmonies of #3F023B
Complementary color
Monochromatic Colors of #3F023B
Black with #3F023B
Text Example
Text Example
White with #3F023B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F023B; }
p { color: rgb(63,2,59); }
H1.HeaderClassName
{
color: #3F023B;
}
.AnyTagClassName
{
color: #3F023B;
}
</style>
background-color css
<style>
a { background-color: #3F023B; }
a { background-color: rgb(63,2,59); }
div.DivClassName
{
background-color: #3F023B;
}
.BgClassName
{
background-color: #3F023B;
}
</style>
border-color css
<style>
span { border-color: #3F023B; }
span { border-color: rgb(63,2,59); }
td.TdClassName
{
border-color: #3F023B;
}
.TagClassName
{
border-color: #3F023B;
}
</style>