Shades of Mardi Gras #39193C
Tints of Mardi Gras #39193C
RGB
CMYK
RGB Variations
Color information
#39193C (or 0x39193C) is known color: Mardi Gras. HEX triplet: 39, 19 and 3C. RGB value is (57,25,60). Sum of RGB (Red+Green+Blue) = 57+25+60=142 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.14% from 142); Green value is 25 (10.16% from 255 or 17.61% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 60 - color contains mainly: blue. Hex color #39193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39193C is #C6E6C3. Grayscale: #262626. Windows color (decimal): -13035204 or 3938617. OLE color: 3938617.
HSL color Cylindrical-coordinate representation of color #39193C: hue angle of 294.86º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #39193C is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 25 | 60 | - |
| CMYK | 0.05 | 0.58 | 0 | 0.76 |
| HSL | 294.86º | 0.41% | 0.17% | - |
| HSV(B) | 294.86º | 0.58% | 0.24% | - |
| XYZ | 2.85 | 1.89 | 4.49 | - |
| YUV | 38.56 | 140.1 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 25 | 60 | 0.05 | 0.58 | 0 | 0.76 | 294.86 | 0.41 | 0.17 |
| Hex | 39 | 19 | 3C | 5 | 3A | 0 | 4C | 127 | 29 | 11 |
| Octal | 71 | 31 | 74 | 5 | 72 | 0 | 114 | 447 | 51 | 21 |
| Binary | 111001 | 11001 | 111100 | 101 | 111010 | 0 | 1001100 | 100100111 | 101001 | 10001 |
Color Harmonies of #39193C
Complementary color
Monochromatic Colors of #39193C
Black with #39193C
Text Example
Text Example
White with #39193C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39193C; }
p { color: rgb(57,25,60); }
H1.HeaderClassName
{
color: #39193C;
}
.AnyTagClassName
{
color: #39193C;
}
</style>
background-color css
<style>
a { background-color: #39193C; }
a { background-color: rgb(57,25,60); }
div.DivClassName
{
background-color: #39193C;
}
.BgClassName
{
background-color: #39193C;
}
</style>
border-color css
<style>
span { border-color: #39193C; }
span { border-color: rgb(57,25,60); }
td.TdClassName
{
border-color: #39193C;
}
.TagClassName
{
border-color: #39193C;
}
</style>