Shades of Mardi Gras #3F0340
Tints of Mardi Gras #3F0340
RGB
CMYK
RGB Variations
Color information
#3F0340 (or 0x3F0340) is known color: Mardi Gras. HEX triplet: 3F, 03 and 40. RGB value is (63,3,64). Sum of RGB (Red+Green+Blue) = 63+3+64=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 64 (25.39% from 255 or 49.23% from 130); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F0340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0340 is #C0FCBF. Grayscale: #1B1B1B. Windows color (decimal): -12647616 or 4195135. OLE color: 4195135.
HSL color Cylindrical-coordinate representation of color #3F0340: hue angle of 299.02º 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 #3F0340 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 3 | 64 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.75 |
| HSL | 299.02º | 0.91% | 0.13% | - |
| HSV(B) | 299.02º | 0.95% | 0.25% | - |
| XYZ | 3.01 | 1.49 | 4.98 | - |
| YUV | 27.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 3 | 64 | 0.02 | 0.95 | 0 | 0.75 | 299.02 | 0.91 | 0.13 |
| Hex | 3F | 3 | 40 | 2 | 5F | 0 | 4B | 12B | 5B | D |
| Octal | 77 | 3 | 100 | 2 | 137 | 0 | 113 | 453 | 133 | 15 |
| Binary | 111111 | 11 | 1000000 | 10 | 1011111 | 0 | 1001011 | 100101011 | 1011011 | 1101 |
Color Harmonies of #3F0340
Complementary color
Monochromatic Colors of #3F0340
Black with #3F0340
Text Example
Text Example
White with #3F0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0340; }
p { color: rgb(63,3,64); }
H1.HeaderClassName
{
color: #3F0340;
}
.AnyTagClassName
{
color: #3F0340;
}
</style>
background-color css
<style>
a { background-color: #3F0340; }
a { background-color: rgb(63,3,64); }
div.DivClassName
{
background-color: #3F0340;
}
.BgClassName
{
background-color: #3F0340;
}
</style>
border-color css
<style>
span { border-color: #3F0340; }
span { border-color: rgb(63,3,64); }
td.TdClassName
{
border-color: #3F0340;
}
.TagClassName
{
border-color: #3F0340;
}
</style>