Shades of Mardi Gras #3F033E
Tints of Mardi Gras #3F033E
RGB
CMYK
RGB Variations
Color information
#3F033E (or 0x3F033E) is known color: Mardi Gras. HEX triplet: 3F, 03 and 3E. RGB value is (63,3,62). Sum of RGB (Red+Green+Blue) = 63+3+62=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 3 (1.56% from 255 or 2.34% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F033E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F033E is #C0FCC1. Grayscale: #1B1B1B. Windows color (decimal): -12647618 or 4064063. OLE color: 4064063.
HSL color Cylindrical-coordinate representation of color #3F033E: hue angle of 301º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F033E is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 62 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.75 |
| HSL | 301º | 0.91% | 0.13% | - |
| HSV(B) | 301º | 0.95% | 0.25% | - |
| XYZ | 2.95 | 1.47 | 4.69 | - |
| YUV | 27.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 62 | 0 | 0.95 | 0.02 | 0.75 | 301 | 0.91 | 0.13 |
| Hex | 3F | 3 | 3E | 0 | 5F | 2 | 4B | 12D | 5B | D |
| Octal | 77 | 3 | 76 | 0 | 137 | 2 | 113 | 455 | 133 | 15 |
| Binary | 111111 | 11 | 111110 | 0 | 1011111 | 10 | 1001011 | 100101101 | 1011011 | 1101 |
Color Harmonies of #3F033E
Complementary color
Monochromatic Colors of #3F033E
Black with #3F033E
Text Example
Text Example
White with #3F033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F033E; }
p { color: rgb(63,3,62); }
H1.HeaderClassName
{
color: #3F033E;
}
.AnyTagClassName
{
color: #3F033E;
}
</style>
background-color css
<style>
a { background-color: #3F033E; }
a { background-color: rgb(63,3,62); }
div.DivClassName
{
background-color: #3F033E;
}
.BgClassName
{
background-color: #3F033E;
}
</style>
border-color css
<style>
span { border-color: #3F033E; }
span { border-color: rgb(63,3,62); }
td.TdClassName
{
border-color: #3F033E;
}
.TagClassName
{
border-color: #3F033E;
}
</style>