Shades of Mardi Gras #39003C
Tints of Mardi Gras #39003C
RGB
CMYK
RGB Variations
Color information
#39003C (or 0x39003C) is known color: Mardi Gras. HEX triplet: 39, 00 and 3C. RGB value is (57,0,60). Sum of RGB (Red+Green+Blue) = 57+0+60=117 (15% of max value = 765). Red value is 57 (22.66% from 255 or 48.72% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 60 (23.83% from 255 or 51.28% from 117); Max value from RGB is 60 - color contains mainly: blue. Hex color #39003C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39003C is #C6FFC3. Grayscale: #171717. Windows color (decimal): -13041604 or 3932217. OLE color: 3932217.
HSL color Cylindrical-coordinate representation of color #39003C: hue angle of 297º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #39003C is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 0 | 60 | - |
| CMYK | 0.05 | 1 | 0 | 0.76 |
| HSL | 297º | 1% | 0.12% | - |
| HSV(B) | 297º | 1% | 0.24% | - |
| XYZ | 2.5 | 1.2 | 4.37 | - |
| YUV | 23.88 | 148.38 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 0 | 60 | 0.05 | 1 | 0 | 0.76 | 297 | 1 | 0.12 |
| Hex | 39 | 0 | 3C | 5 | 64 | 0 | 4C | 129 | 64 | C |
| Octal | 71 | 0 | 74 | 5 | 144 | 0 | 114 | 451 | 144 | 14 |
| Binary | 111001 | 0 | 111100 | 101 | 1100100 | 0 | 1001100 | 100101001 | 1100100 | 1100 |
Color Harmonies of #39003C
Complementary color
Monochromatic Colors of #39003C
Black with #39003C
Text Example
Text Example
White with #39003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39003C; }
p { color: rgb(57,0,60); }
H1.HeaderClassName
{
color: #39003C;
}
.AnyTagClassName
{
color: #39003C;
}
</style>
background-color css
<style>
a { background-color: #39003C; }
a { background-color: rgb(57,0,60); }
div.DivClassName
{
background-color: #39003C;
}
.BgClassName
{
background-color: #39003C;
}
</style>
border-color css
<style>
span { border-color: #39003C; }
span { border-color: rgb(57,0,60); }
td.TdClassName
{
border-color: #39003C;
}
.TagClassName
{
border-color: #39003C;
}
</style>