Shades of Mardi Gras #3F173B
Tints of Mardi Gras #3F173B
RGB
CMYK
RGB Variations
Color information
#3F173B (or 0x3F173B) is known color: Mardi Gras. HEX triplet: 3F, 17 and 3B. RGB value is (63,23,59). Sum of RGB (Red+Green+Blue) = 63+23+59=145 (19% of max value = 765). Red value is 63 (25% from 255 or 43.45% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 63 - color contains mainly: red. Hex color #3F173B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F173B is #C0E8C4. Grayscale: #262626. Windows color (decimal): -12642501 or 3872575. OLE color: 3872575.
HSL color Cylindrical-coordinate representation of color #3F173B: hue angle of 306º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3F173B is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 23 | 59 | - |
| CMYK | 0 | 0.63 | 0.06 | 0.75 |
| HSL | 306º | 0.47% | 0.17% | - |
| HSV(B) | 306º | 0.63% | 0.25% | - |
| XYZ | 3.15 | 1.99 | 4.36 | - |
| YUV | 39.06 | 139.25 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 23 | 59 | 0 | 0.63 | 0.06 | 0.75 | 306 | 0.47 | 0.17 |
| Hex | 3F | 17 | 3B | 0 | 3F | 6 | 4B | 132 | 2F | 11 |
| Octal | 77 | 27 | 73 | 0 | 77 | 6 | 113 | 462 | 57 | 21 |
| Binary | 111111 | 10111 | 111011 | 0 | 111111 | 110 | 1001011 | 100110010 | 101111 | 10001 |
Color Harmonies of #3F173B
Complementary color
Monochromatic Colors of #3F173B
Black with #3F173B
Text Example
Text Example
White with #3F173B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F173B; }
p { color: rgb(63,23,59); }
H1.HeaderClassName
{
color: #3F173B;
}
.AnyTagClassName
{
color: #3F173B;
}
</style>
background-color css
<style>
a { background-color: #3F173B; }
a { background-color: rgb(63,23,59); }
div.DivClassName
{
background-color: #3F173B;
}
.BgClassName
{
background-color: #3F173B;
}
</style>
border-color css
<style>
span { border-color: #3F173B; }
span { border-color: rgb(63,23,59); }
td.TdClassName
{
border-color: #3F173B;
}
.TagClassName
{
border-color: #3F173B;
}
</style>