Shades of Mardi Gras #3F1840
Tints of Mardi Gras #3F1840
RGB
CMYK
RGB Variations
Color information
#3F1840 (or 0x3F1840) is known color: Mardi Gras. HEX triplet: 3F, 18 and 40. RGB value is (63,24,64). Sum of RGB (Red+Green+Blue) = 63+24+64=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #3F1840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F1840 is #C0E7BF. Grayscale: #282828. Windows color (decimal): -12642240 or 4200511. OLE color: 4200511.
HSL color Cylindrical-coordinate representation of color #3F1840: hue angle of 298.5º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3F1840 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 64 | - |
| CMYK | 0.02 | 0.62 | 0 | 0.75 |
| HSL | 298.5º | 0.45% | 0.17% | - |
| HSV(B) | 298.5º | 0.63% | 0.25% | - |
| XYZ | 3.3 | 2.08 | 5.08 | - |
| YUV | 40.22 | 141.42 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 64 | 0.02 | 0.62 | 0 | 0.75 | 298.5 | 0.45 | 0.17 |
| Hex | 3F | 18 | 40 | 2 | 3E | 0 | 4B | 12A | 2D | 11 |
| Octal | 77 | 30 | 100 | 2 | 76 | 0 | 113 | 452 | 55 | 21 |
| Binary | 111111 | 11000 | 1000000 | 10 | 111110 | 0 | 1001011 | 100101010 | 101101 | 10001 |
Color Harmonies of #3F1840
Complementary color
Monochromatic Colors of #3F1840
Black with #3F1840
Text Example
Text Example
White with #3F1840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1840; }
p { color: rgb(63,24,64); }
H1.HeaderClassName
{
color: #3F1840;
}
.AnyTagClassName
{
color: #3F1840;
}
</style>
background-color css
<style>
a { background-color: #3F1840; }
a { background-color: rgb(63,24,64); }
div.DivClassName
{
background-color: #3F1840;
}
.BgClassName
{
background-color: #3F1840;
}
</style>
border-color css
<style>
span { border-color: #3F1840; }
span { border-color: rgb(63,24,64); }
td.TdClassName
{
border-color: #3F1840;
}
.TagClassName
{
border-color: #3F1840;
}
</style>