Shades of Mardi Gras #39133C
Tints of Mardi Gras #39133C
RGB
CMYK
RGB Variations
Color information
#39133C (or 0x39133C) is known color: Mardi Gras. HEX triplet: 39, 13 and 3C. RGB value is (57,19,60). Sum of RGB (Red+Green+Blue) = 57+19+60=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #39133C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39133C is #C6ECC3. Grayscale: #222222. Windows color (decimal): -13036740 or 3937081. OLE color: 3937081.
HSL color Cylindrical-coordinate representation of color #39133C: hue angle of 295.61º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #39133C is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 19 | 60 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.76 |
| HSL | 295.61º | 0.52% | 0.15% | - |
| HSV(B) | 295.61º | 0.68% | 0.24% | - |
| XYZ | 2.74 | 1.66 | 4.45 | - |
| YUV | 35.04 | 142.09 | 143.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 19 | 60 | 0.05 | 0.68 | 0 | 0.76 | 295.61 | 0.52 | 0.15 |
| Hex | 39 | 13 | 3C | 5 | 44 | 0 | 4C | 128 | 34 | F |
| Octal | 71 | 23 | 74 | 5 | 104 | 0 | 114 | 450 | 64 | 17 |
| Binary | 111001 | 10011 | 111100 | 101 | 1000100 | 0 | 1001100 | 100101000 | 110100 | 1111 |
Color Harmonies of #39133C
Complementary color
Monochromatic Colors of #39133C
Black with #39133C
Text Example
Text Example
White with #39133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39133C; }
p { color: rgb(57,19,60); }
H1.HeaderClassName
{
color: #39133C;
}
.AnyTagClassName
{
color: #39133C;
}
</style>
background-color css
<style>
a { background-color: #39133C; }
a { background-color: rgb(57,19,60); }
div.DivClassName
{
background-color: #39133C;
}
.BgClassName
{
background-color: #39133C;
}
</style>
border-color css
<style>
span { border-color: #39133C; }
span { border-color: rgb(57,19,60); }
td.TdClassName
{
border-color: #39133C;
}
.TagClassName
{
border-color: #39133C;
}
</style>