Shades of Mardi Gras #3F153C
Tints of Mardi Gras #3F153C
RGB
CMYK
RGB Variations
Color information
#3F153C (or 0x3F153C) is known color: Mardi Gras. HEX triplet: 3F, 15 and 3C. RGB value is (63,21,60). Sum of RGB (Red+Green+Blue) = 63+21+60=144 (19% of max value = 765). Red value is 63 (25% from 255 or 43.75% from 144); Green value is 21 (8.59% from 255 or 14.58% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 63 - color contains mainly: red. Hex color #3F153C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F153C is #C0EAC3. Grayscale: #252525. Windows color (decimal): -12643012 or 3937599. OLE color: 3937599.
HSL color Cylindrical-coordinate representation of color #3F153C: hue angle of 304.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F153C is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 21 | 60 | - |
| CMYK | 0 | 0.67 | 0.05 | 0.75 |
| HSL | 304.29º | 0.5% | 0.16% | - |
| HSV(B) | 304.29º | 0.67% | 0.25% | - |
| XYZ | 3.13 | 1.92 | 4.48 | - |
| YUV | 38 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 21 | 60 | 0 | 0.67 | 0.05 | 0.75 | 304.29 | 0.5 | 0.16 |
| Hex | 3F | 15 | 3C | 0 | 43 | 5 | 4B | 130 | 32 | 10 |
| Octal | 77 | 25 | 74 | 0 | 103 | 5 | 113 | 460 | 62 | 20 |
| Binary | 111111 | 10101 | 111100 | 0 | 1000011 | 101 | 1001011 | 100110000 | 110010 | 10000 |
Color Harmonies of #3F153C
Complementary color
Monochromatic Colors of #3F153C
Black with #3F153C
Text Example
Text Example
White with #3F153C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F153C; }
p { color: rgb(63,21,60); }
H1.HeaderClassName
{
color: #3F153C;
}
.AnyTagClassName
{
color: #3F153C;
}
</style>
background-color css
<style>
a { background-color: #3F153C; }
a { background-color: rgb(63,21,60); }
div.DivClassName
{
background-color: #3F153C;
}
.BgClassName
{
background-color: #3F153C;
}
</style>
border-color css
<style>
span { border-color: #3F153C; }
span { border-color: rgb(63,21,60); }
td.TdClassName
{
border-color: #3F153C;
}
.TagClassName
{
border-color: #3F153C;
}
</style>