Shades of Mardi Gras #3F1C3C
Tints of Mardi Gras #3F1C3C
RGB
CMYK
RGB Variations
Color information
#3F1C3C (or 0x3F1C3C) is known color: Mardi Gras. HEX triplet: 3F, 1C and 3C. RGB value is (63,28,60). Sum of RGB (Red+Green+Blue) = 63+28+60=151 (20% of max value = 765). Red value is 63 (25% from 255 or 41.72% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 60 (23.83% from 255 or 39.74% from 151); Max value from RGB is 63 - color contains mainly: red. Hex color #3F1C3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C3C is #C0E3C3. Grayscale: #2A2A2A. Windows color (decimal): -12641220 or 3939391. OLE color: 3939391.
HSL color Cylindrical-coordinate representation of color #3F1C3C: hue angle of 305.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F1C3C is Cyan = 0, Magento = 0.56, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 28 | 60 | - |
| CMYK | 0 | 0.56 | 0.05 | 0.75 |
| HSL | 305.14º | 0.38% | 0.18% | - |
| HSV(B) | 305.14º | 0.56% | 0.25% | - |
| XYZ | 3.28 | 2.21 | 4.53 | - |
| YUV | 42.11 | 138.1 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 28 | 60 | 0 | 0.56 | 0.05 | 0.75 | 305.14 | 0.38 | 0.18 |
| Hex | 3F | 1C | 3C | 0 | 38 | 5 | 4B | 131 | 26 | 12 |
| Octal | 77 | 34 | 74 | 0 | 70 | 5 | 113 | 461 | 46 | 22 |
| Binary | 111111 | 11100 | 111100 | 0 | 111000 | 101 | 1001011 | 100110001 | 100110 | 10010 |
Color Harmonies of #3F1C3C
Complementary color
Monochromatic Colors of #3F1C3C
Black with #3F1C3C
Text Example
Text Example
White with #3F1C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F1C3C; }
p { color: rgb(63,28,60); }
H1.HeaderClassName
{
color: #3F1C3C;
}
.AnyTagClassName
{
color: #3F1C3C;
}
</style>
background-color css
<style>
a { background-color: #3F1C3C; }
a { background-color: rgb(63,28,60); }
div.DivClassName
{
background-color: #3F1C3C;
}
.BgClassName
{
background-color: #3F1C3C;
}
</style>
border-color css
<style>
span { border-color: #3F1C3C; }
span { border-color: rgb(63,28,60); }
td.TdClassName
{
border-color: #3F1C3C;
}
.TagClassName
{
border-color: #3F1C3C;
}
</style>