Shades of Mardi Gras #3F023C
Tints of Mardi Gras #3F023C
RGB
CMYK
RGB Variations
Color information
#3F023C (or 0x3F023C) is known color: Mardi Gras. HEX triplet: 3F, 02 and 3C. RGB value is (63,2,60). Sum of RGB (Red+Green+Blue) = 63+2+60=125 (16% of max value = 765). Red value is 63 (25% from 255 or 50.4% from 125); Green value is 2 (1.17% from 255 or 1.6% from 125); Blue value is 60 (23.83% from 255 or 48% from 125); Max value from RGB is 63 - color contains mainly: red. Hex color #3F023C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F023C is #C0FDC3. Grayscale: #1A1A1A. Windows color (decimal): -12647876 or 3932735. OLE color: 3932735.
HSL color Cylindrical-coordinate representation of color #3F023C: hue angle of 302.95º 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 #3F023C is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 2 | 60 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.75 |
| HSL | 302.95º | 0.94% | 0.13% | - |
| HSV(B) | 302.95º | 0.97% | 0.25% | - |
| XYZ | 2.89 | 1.43 | 4.4 | - |
| YUV | 26.85 | 146.71 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 2 | 60 | 0 | 0.97 | 0.05 | 0.75 | 302.95 | 0.94 | 0.13 |
| Hex | 3F | 2 | 3C | 0 | 61 | 5 | 4B | 12F | 5E | D |
| Octal | 77 | 2 | 74 | 0 | 141 | 5 | 113 | 457 | 136 | 15 |
| Binary | 111111 | 10 | 111100 | 0 | 1100001 | 101 | 1001011 | 100101111 | 1011110 | 1101 |
Color Harmonies of #3F023C
Complementary color
Monochromatic Colors of #3F023C
Black with #3F023C
Text Example
Text Example
White with #3F023C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F023C; }
p { color: rgb(63,2,60); }
H1.HeaderClassName
{
color: #3F023C;
}
.AnyTagClassName
{
color: #3F023C;
}
</style>
background-color css
<style>
a { background-color: #3F023C; }
a { background-color: rgb(63,2,60); }
div.DivClassName
{
background-color: #3F023C;
}
.BgClassName
{
background-color: #3F023C;
}
</style>
border-color css
<style>
span { border-color: #3F023C; }
span { border-color: rgb(63,2,60); }
td.TdClassName
{
border-color: #3F023C;
}
.TagClassName
{
border-color: #3F023C;
}
</style>