Shades of Mardi Gras #39243C
Tints of Mardi Gras #39243C
RGB
CMYK
RGB Variations
Color information
#39243C (or 0x39243C) is known color: Mardi Gras. HEX triplet: 39, 24 and 3C. RGB value is (57,36,60). Sum of RGB (Red+Green+Blue) = 57+36+60=153 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.25% from 153); Green value is 36 (14.45% from 255 or 23.53% from 153); Blue value is 60 (23.83% from 255 or 39.22% from 153); Max value from RGB is 60 - color contains mainly: blue. Hex color #39243C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39243C is #C6DBC3. Grayscale: #2C2C2C. Windows color (decimal): -13032388 or 3941433. OLE color: 3941433.
HSL color Cylindrical-coordinate representation of color #39243C: hue angle of 292.5º degrees, saturation: 0.25, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #39243C is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 36 | 60 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.76 |
| HSL | 292.5º | 0.25% | 0.19% | - |
| HSV(B) | 292.5º | 0.4% | 0.24% | - |
| XYZ | 3.13 | 2.46 | 4.58 | - |
| YUV | 45.02 | 136.46 | 136.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 36 | 60 | 0.05 | 0.40 | 0 | 0.76 | 292.5 | 0.25 | 0.19 |
| Hex | 39 | 24 | 3C | 5 | 28 | 0 | 4C | 124 | 19 | 13 |
| Octal | 71 | 44 | 74 | 5 | 50 | 0 | 114 | 444 | 31 | 23 |
| Binary | 111001 | 100100 | 111100 | 101 | 101000 | 0 | 1001100 | 100100100 | 11001 | 10011 |
Color Harmonies of #39243C
Complementary color
Monochromatic Colors of #39243C
Black with #39243C
Text Example
Text Example
White with #39243C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39243C; }
p { color: rgb(57,36,60); }
H1.HeaderClassName
{
color: #39243C;
}
.AnyTagClassName
{
color: #39243C;
}
</style>
background-color css
<style>
a { background-color: #39243C; }
a { background-color: rgb(57,36,60); }
div.DivClassName
{
background-color: #39243C;
}
.BgClassName
{
background-color: #39243C;
}
</style>
border-color css
<style>
span { border-color: #39243C; }
span { border-color: rgb(57,36,60); }
td.TdClassName
{
border-color: #39243C;
}
.TagClassName
{
border-color: #39243C;
}
</style>