Shades of Mardi Gras #39013C
Tints of Mardi Gras #39013C
RGB
CMYK
RGB Variations
Color information
#39013C (or 0x39013C) is known color: Mardi Gras. HEX triplet: 39, 01 and 3C. RGB value is (57,1,60). Sum of RGB (Red+Green+Blue) = 57+1+60=118 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.31% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 60 (23.83% from 255 or 50.85% from 118); Max value from RGB is 60 - color contains mainly: blue. Hex color #39013C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39013C is #C6FEC3. Grayscale: #181818. Windows color (decimal): -13041348 or 3932473. OLE color: 3932473.
HSL color Cylindrical-coordinate representation of color #39013C: hue angle of 296.95º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #39013C is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 1 | 60 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.76 |
| HSL | 296.95º | 0.97% | 0.12% | - |
| HSV(B) | 296.95º | 0.98% | 0.24% | - |
| XYZ | 2.51 | 1.22 | 4.38 | - |
| YUV | 24.47 | 148.05 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 1 | 60 | 0.05 | 0.98 | 0 | 0.76 | 296.95 | 0.97 | 0.12 |
| Hex | 39 | 1 | 3C | 5 | 62 | 0 | 4C | 129 | 61 | C |
| Octal | 71 | 1 | 74 | 5 | 142 | 0 | 114 | 451 | 141 | 14 |
| Binary | 111001 | 1 | 111100 | 101 | 1100010 | 0 | 1001100 | 100101001 | 1100001 | 1100 |
Color Harmonies of #39013C
Complementary color
Monochromatic Colors of #39013C
Black with #39013C
Text Example
Text Example
White with #39013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39013C; }
p { color: rgb(57,1,60); }
H1.HeaderClassName
{
color: #39013C;
}
.AnyTagClassName
{
color: #39013C;
}
</style>
background-color css
<style>
a { background-color: #39013C; }
a { background-color: rgb(57,1,60); }
div.DivClassName
{
background-color: #39013C;
}
.BgClassName
{
background-color: #39013C;
}
</style>
border-color css
<style>
span { border-color: #39013C; }
span { border-color: rgb(57,1,60); }
td.TdClassName
{
border-color: #39013C;
}
.TagClassName
{
border-color: #39013C;
}
</style>