Shades of Mardi Gras #3F063B
Tints of Mardi Gras #3F063B
RGB
CMYK
RGB Variations
Color information
#3F063B (or 0x3F063B) is known color: Mardi Gras. HEX triplet: 3F, 06 and 3B. RGB value is (63,6,59). Sum of RGB (Red+Green+Blue) = 63+6+59=128 (16% of max value = 765). Red value is 63 (25% from 255 or 49.22% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 59 (23.44% from 255 or 46.09% from 128); Max value from RGB is 63 - color contains mainly: red. Hex color #3F063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F063B is #C0F9C4. Grayscale: #1C1C1C. Windows color (decimal): -12646853 or 3868223. OLE color: 3868223.
HSL color Cylindrical-coordinate representation of color #3F063B: hue angle of 304.21º 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 #3F063B is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 6 | 59 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.75 |
| HSL | 304.21º | 0.83% | 0.14% | - |
| HSV(B) | 304.21º | 0.9% | 0.25% | - |
| XYZ | 2.9 | 1.5 | 4.27 | - |
| YUV | 29.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 6 | 59 | 0 | 0.90 | 0.06 | 0.75 | 304.21 | 0.83 | 0.14 |
| Hex | 3F | 6 | 3B | 0 | 5A | 6 | 4B | 130 | 53 | E |
| Octal | 77 | 6 | 73 | 0 | 132 | 6 | 113 | 460 | 123 | 16 |
| Binary | 111111 | 110 | 111011 | 0 | 1011010 | 110 | 1001011 | 100110000 | 1010011 | 1110 |
Color Harmonies of #3F063B
Complementary color
Monochromatic Colors of #3F063B
Black with #3F063B
Text Example
Text Example
White with #3F063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F063B; }
p { color: rgb(63,6,59); }
H1.HeaderClassName
{
color: #3F063B;
}
.AnyTagClassName
{
color: #3F063B;
}
</style>
background-color css
<style>
a { background-color: #3F063B; }
a { background-color: rgb(63,6,59); }
div.DivClassName
{
background-color: #3F063B;
}
.BgClassName
{
background-color: #3F063B;
}
</style>
border-color css
<style>
span { border-color: #3F063B; }
span { border-color: rgb(63,6,59); }
td.TdClassName
{
border-color: #3F063B;
}
.TagClassName
{
border-color: #3F063B;
}
</style>