Shades of Mardi Gras #39033D
Tints of Mardi Gras #39033D
RGB
CMYK
RGB Variations
Color information
#39033D (or 0x39033D) is known color: Mardi Gras. HEX triplet: 39, 03 and 3D. RGB value is (57,3,61). Sum of RGB (Red+Green+Blue) = 57+3+61=121 (16% of max value = 765). Red value is 57 (22.66% from 255 or 47.11% from 121); Green value is 3 (1.56% from 255 or 2.48% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #39033D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39033D is #C6FCC2. Grayscale: #191919. Windows color (decimal): -13040835 or 3998521. OLE color: 3998521.
HSL color Cylindrical-coordinate representation of color #39033D: hue angle of 295.86º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #39033D is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 3 | 61 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.76 |
| HSL | 295.86º | 0.91% | 0.13% | - |
| HSV(B) | 295.86º | 0.95% | 0.24% | - |
| XYZ | 2.56 | 1.27 | 4.53 | - |
| YUV | 25.76 | 147.89 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 3 | 61 | 0.07 | 0.95 | 0 | 0.76 | 295.86 | 0.91 | 0.13 |
| Hex | 39 | 3 | 3D | 7 | 5F | 0 | 4C | 128 | 5B | D |
| Octal | 71 | 3 | 75 | 7 | 137 | 0 | 114 | 450 | 133 | 15 |
| Binary | 111001 | 11 | 111101 | 111 | 1011111 | 0 | 1001100 | 100101000 | 1011011 | 1101 |
Color Harmonies of #39033D
Complementary color
Monochromatic Colors of #39033D
Black with #39033D
Text Example
Text Example
White with #39033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39033D; }
p { color: rgb(57,3,61); }
H1.HeaderClassName
{
color: #39033D;
}
.AnyTagClassName
{
color: #39033D;
}
</style>
background-color css
<style>
a { background-color: #39033D; }
a { background-color: rgb(57,3,61); }
div.DivClassName
{
background-color: #39033D;
}
.BgClassName
{
background-color: #39033D;
}
</style>
border-color css
<style>
span { border-color: #39033D; }
span { border-color: rgb(57,3,61); }
td.TdClassName
{
border-color: #39033D;
}
.TagClassName
{
border-color: #39033D;
}
</style>