Shades of Mardi Gras #39173C
Tints of Mardi Gras #39173C
RGB
CMYK
RGB Variations
Color information
#39173C (or 0x39173C) is known color: Mardi Gras. HEX triplet: 39, 17 and 3C. RGB value is (57,23,60). Sum of RGB (Red+Green+Blue) = 57+23+60=140 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.71% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 60 - color contains mainly: blue. Hex color #39173C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39173C is #C6E8C3. Grayscale: #252525. Windows color (decimal): -13035716 or 3938105. OLE color: 3938105.
HSL color Cylindrical-coordinate representation of color #39173C: hue angle of 295.14º degrees, saturation: 0.45, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #39173C is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 23 | 60 | - |
| CMYK | 0.05 | 0.62 | 0 | 0.76 |
| HSL | 295.14º | 0.45% | 0.16% | - |
| HSV(B) | 295.14º | 0.62% | 0.24% | - |
| XYZ | 2.81 | 1.81 | 4.48 | - |
| YUV | 37.38 | 140.76 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 23 | 60 | 0.05 | 0.62 | 0 | 0.76 | 295.14 | 0.45 | 0.16 |
| Hex | 39 | 17 | 3C | 5 | 3E | 0 | 4C | 127 | 2D | 10 |
| Octal | 71 | 27 | 74 | 5 | 76 | 0 | 114 | 447 | 55 | 20 |
| Binary | 111001 | 10111 | 111100 | 101 | 111110 | 0 | 1001100 | 100100111 | 101101 | 10000 |
Color Harmonies of #39173C
Complementary color
Monochromatic Colors of #39173C
Black with #39173C
Text Example
Text Example
White with #39173C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39173C; }
p { color: rgb(57,23,60); }
H1.HeaderClassName
{
color: #39173C;
}
.AnyTagClassName
{
color: #39173C;
}
</style>
background-color css
<style>
a { background-color: #39173C; }
a { background-color: rgb(57,23,60); }
div.DivClassName
{
background-color: #39173C;
}
.BgClassName
{
background-color: #39173C;
}
</style>
border-color css
<style>
span { border-color: #39173C; }
span { border-color: rgb(57,23,60); }
td.TdClassName
{
border-color: #39173C;
}
.TagClassName
{
border-color: #39173C;
}
</style>