Shades of Mardi Gras #3F063D
Tints of Mardi Gras #3F063D
RGB
CMYK
RGB Variations
Color information
#3F063D (or 0x3F063D) is known color: Mardi Gras. HEX triplet: 3F, 06 and 3D. RGB value is (63,6,61). Sum of RGB (Red+Green+Blue) = 63+6+61=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 6 (2.73% from 255 or 4.62% from 130); Blue value is 61 (24.22% from 255 or 46.92% from 130); Max value from RGB is 63 - color contains mainly: red. Hex color #3F063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F063D is #C0F9C2. Grayscale: #1D1D1D. Windows color (decimal): -12646851 or 3999295. OLE color: 3999295.
HSL color Cylindrical-coordinate representation of color #3F063D: hue angle of 302.11º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F063D is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 61 | - |
| CMYK | 0 | 0.90 | 0.03 | 0.75 |
| HSL | 302.11º | 0.83% | 0.14% | - |
| HSV(B) | 302.11º | 0.9% | 0.25% | - |
| XYZ | 2.96 | 1.52 | 4.55 | - |
| YUV | 29.31 | 145.88 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 61 | 0 | 0.90 | 0.03 | 0.75 | 302.11 | 0.83 | 0.14 |
| Hex | 3F | 6 | 3D | 0 | 5A | 3 | 4B | 12E | 53 | E |
| Octal | 77 | 6 | 75 | 0 | 132 | 3 | 113 | 456 | 123 | 16 |
| Binary | 111111 | 110 | 111101 | 0 | 1011010 | 11 | 1001011 | 100101110 | 1010011 | 1110 |
Color Harmonies of #3F063D
Complementary color
Monochromatic Colors of #3F063D
Black with #3F063D
Text Example
Text Example
White with #3F063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F063D; }
p { color: rgb(63,6,61); }
H1.HeaderClassName
{
color: #3F063D;
}
.AnyTagClassName
{
color: #3F063D;
}
</style>
background-color css
<style>
a { background-color: #3F063D; }
a { background-color: rgb(63,6,61); }
div.DivClassName
{
background-color: #3F063D;
}
.BgClassName
{
background-color: #3F063D;
}
</style>
border-color css
<style>
span { border-color: #3F063D; }
span { border-color: rgb(63,6,61); }
td.TdClassName
{
border-color: #3F063D;
}
.TagClassName
{
border-color: #3F063D;
}
</style>