Shades of Mardi Gras #3F183C
Tints of Mardi Gras #3F183C
RGB
CMYK
RGB Variations
Color information
#3F183C (or 0x3F183C) is known color: Mardi Gras. HEX triplet: 3F, 18 and 3C. RGB value is (63,24,60). Sum of RGB (Red+Green+Blue) = 63+24+60=147 (19% of max value = 765). Red value is 63 (25% from 255 or 42.86% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 60 (23.83% from 255 or 40.82% from 147); Max value from RGB is 63 - color contains mainly: red. Hex color #3F183C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F183C is #C0E7C3. Grayscale: #272727. Windows color (decimal): -12642244 or 3938367. OLE color: 3938367.
HSL color Cylindrical-coordinate representation of color #3F183C: hue angle of 304.62º 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 #3F183C is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 24 | 60 | - |
| CMYK | 0 | 0.62 | 0.05 | 0.75 |
| HSL | 304.62º | 0.45% | 0.17% | - |
| HSV(B) | 304.62º | 0.62% | 0.25% | - |
| XYZ | 3.19 | 2.04 | 4.5 | - |
| YUV | 39.77 | 139.42 | 144.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 24 | 60 | 0 | 0.62 | 0.05 | 0.75 | 304.62 | 0.45 | 0.17 |
| Hex | 3F | 18 | 3C | 0 | 3E | 5 | 4B | 131 | 2D | 11 |
| Octal | 77 | 30 | 74 | 0 | 76 | 5 | 113 | 461 | 55 | 21 |
| Binary | 111111 | 11000 | 111100 | 0 | 111110 | 101 | 1001011 | 100110001 | 101101 | 10001 |
Color Harmonies of #3F183C
Complementary color
Monochromatic Colors of #3F183C
Black with #3F183C
Text Example
Text Example
White with #3F183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F183C; }
p { color: rgb(63,24,60); }
H1.HeaderClassName
{
color: #3F183C;
}
.AnyTagClassName
{
color: #3F183C;
}
</style>
background-color css
<style>
a { background-color: #3F183C; }
a { background-color: rgb(63,24,60); }
div.DivClassName
{
background-color: #3F183C;
}
.BgClassName
{
background-color: #3F183C;
}
</style>
border-color css
<style>
span { border-color: #3F183C; }
span { border-color: rgb(63,24,60); }
td.TdClassName
{
border-color: #3F183C;
}
.TagClassName
{
border-color: #3F183C;
}
</style>