Shades of Mardi Gras #3F143C
Tints of Mardi Gras #3F143C
RGB
CMYK
RGB Variations
Color information
#3F143C (or 0x3F143C) is known color: Mardi Gras. HEX triplet: 3F, 14 and 3C. RGB value is (63,20,60). Sum of RGB (Red+Green+Blue) = 63+20+60=143 (18% of max value = 765). Red value is 63 (25% from 255 or 44.06% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 63 - color contains mainly: red. Hex color #3F143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F143C is #C0EBC3. Grayscale: #252525. Windows color (decimal): -12643268 or 3937343. OLE color: 3937343.
HSL color Cylindrical-coordinate representation of color #3F143C: hue angle of 304.19º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F143C is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 20 | 60 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.75 |
| HSL | 304.19º | 0.52% | 0.16% | - |
| HSV(B) | 304.19º | 0.68% | 0.25% | - |
| XYZ | 3.12 | 1.88 | 4.47 | - |
| YUV | 37.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 20 | 60 | 0 | 0.68 | 0.05 | 0.75 | 304.19 | 0.52 | 0.16 |
| Hex | 3F | 14 | 3C | 0 | 44 | 5 | 4B | 130 | 34 | 10 |
| Octal | 77 | 24 | 74 | 0 | 104 | 5 | 113 | 460 | 64 | 20 |
| Binary | 111111 | 10100 | 111100 | 0 | 1000100 | 101 | 1001011 | 100110000 | 110100 | 10000 |
Color Harmonies of #3F143C
Complementary color
Monochromatic Colors of #3F143C
Black with #3F143C
Text Example
Text Example
White with #3F143C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F143C; }
p { color: rgb(63,20,60); }
H1.HeaderClassName
{
color: #3F143C;
}
.AnyTagClassName
{
color: #3F143C;
}
</style>
background-color css
<style>
a { background-color: #3F143C; }
a { background-color: rgb(63,20,60); }
div.DivClassName
{
background-color: #3F143C;
}
.BgClassName
{
background-color: #3F143C;
}
</style>
border-color css
<style>
span { border-color: #3F143C; }
span { border-color: rgb(63,20,60); }
td.TdClassName
{
border-color: #3F143C;
}
.TagClassName
{
border-color: #3F143C;
}
</style>