Shades of Mardi Gras #3F003A
Tints of Mardi Gras #3F003A
RGB
CMYK
RGB Variations
Color information
#3F003A (or 0x3F003A) is known color: Mardi Gras. HEX triplet: 3F, 00 and 3A. RGB value is (63,0,58). Sum of RGB (Red+Green+Blue) = 63+0+58=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F003A is #C0FFC5. Grayscale: #191919. Windows color (decimal): -12648390 or 3801151. OLE color: 3801151.
HSL color Cylindrical-coordinate representation of color #3F003A: hue angle of 304.76º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3F003A is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.08 | 0.75 |
| HSL | 304.76º | 1% | 0.12% | - |
| HSV(B) | 304.76º | 1% | 0.25% | - |
| XYZ | 2.81 | 1.36 | 4.12 | - |
| YUV | 25.45 | 146.37 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 0 | 58 | 0 | 1 | 0.08 | 0.75 | 304.76 | 1 | 0.12 |
| Hex | 3F | 0 | 3A | 0 | 64 | 8 | 4B | 131 | 64 | C |
| Octal | 77 | 0 | 72 | 0 | 144 | 10 | 113 | 461 | 144 | 14 |
| Binary | 111111 | 0 | 111010 | 0 | 1100100 | 1000 | 1001011 | 100110001 | 1100100 | 1100 |
Color Harmonies of #3F003A
Complementary color
Monochromatic Colors of #3F003A
Black with #3F003A
Text Example
Text Example
White with #3F003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F003A; }
p { color: rgb(63,0,58); }
H1.HeaderClassName
{
color: #3F003A;
}
.AnyTagClassName
{
color: #3F003A;
}
</style>
background-color css
<style>
a { background-color: #3F003A; }
a { background-color: rgb(63,0,58); }
div.DivClassName
{
background-color: #3F003A;
}
.BgClassName
{
background-color: #3F003A;
}
</style>
border-color css
<style>
span { border-color: #3F003A; }
span { border-color: rgb(63,0,58); }
td.TdClassName
{
border-color: #3F003A;
}
.TagClassName
{
border-color: #3F003A;
}
</style>