Shades of Mardi Gras #3F033D
Tints of Mardi Gras #3F033D
RGB
CMYK
RGB Variations
Color information
#3F033D (or 0x3F033D) is known color: Mardi Gras. HEX triplet: 3F, 03 and 3D. RGB value is (63,3,61). Sum of RGB (Red+Green+Blue) = 63+3+61=127 (16% of max value = 765). Red value is 63 (25% from 255 or 49.61% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 61 (24.22% from 255 or 48.03% from 127); Max value from RGB is 63 - color contains mainly: red. Hex color #3F033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F033D is #C0FCC2. Grayscale: #1B1B1B. Windows color (decimal): -12647619 or 3998527. OLE color: 3998527.
HSL color Cylindrical-coordinate representation of color #3F033D: hue angle of 302º 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 #3F033D is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 61 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.75 |
| HSL | 302º | 0.91% | 0.13% | - |
| HSV(B) | 302º | 0.95% | 0.25% | - |
| XYZ | 2.92 | 1.46 | 4.54 | - |
| YUV | 27.55 | 146.88 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 61 | 0 | 0.95 | 0.03 | 0.75 | 302 | 0.91 | 0.13 |
| Hex | 3F | 3 | 3D | 0 | 5F | 3 | 4B | 12E | 5B | D |
| Octal | 77 | 3 | 75 | 0 | 137 | 3 | 113 | 456 | 133 | 15 |
| Binary | 111111 | 11 | 111101 | 0 | 1011111 | 11 | 1001011 | 100101110 | 1011011 | 1101 |
Color Harmonies of #3F033D
Complementary color
Monochromatic Colors of #3F033D
Black with #3F033D
Text Example
Text Example
White with #3F033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F033D; }
p { color: rgb(63,3,61); }
H1.HeaderClassName
{
color: #3F033D;
}
.AnyTagClassName
{
color: #3F033D;
}
</style>
background-color css
<style>
a { background-color: #3F033D; }
a { background-color: rgb(63,3,61); }
div.DivClassName
{
background-color: #3F033D;
}
.BgClassName
{
background-color: #3F033D;
}
</style>
border-color css
<style>
span { border-color: #3F033D; }
span { border-color: rgb(63,3,61); }
td.TdClassName
{
border-color: #3F033D;
}
.TagClassName
{
border-color: #3F033D;
}
</style>