Shades of Mardi Gras #39203D
Tints of Mardi Gras #39203D
RGB
CMYK
RGB Variations
Color information
#39203D (or 0x39203D) is known color: Mardi Gras. HEX triplet: 39, 20 and 3D. RGB value is (57,32,61). Sum of RGB (Red+Green+Blue) = 57+32+61=150 (19% of max value = 765). Red value is 57 (22.66% from 255 or 38% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 61 - color contains mainly: blue. Hex color #39203D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39203D is #C6DFC2. Grayscale: #2A2A2A. Windows color (decimal): -13033411 or 4005945. OLE color: 4005945.
HSL color Cylindrical-coordinate representation of color #39203D: hue angle of 291.72º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #39203D is Cyan = 0.07, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 57 | 32 | 61 | - |
| CMYK | 0.07 | 0.48 | 0 | 0.76 |
| HSL | 291.72º | 0.31% | 0.18% | - |
| HSV(B) | 291.72º | 0.48% | 0.24% | - |
| XYZ | 3.05 | 2.24 | 4.69 | - |
| YUV | 42.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 32 | 61 | 0.07 | 0.48 | 0 | 0.76 | 291.72 | 0.31 | 0.18 |
| Hex | 39 | 20 | 3D | 7 | 30 | 0 | 4C | 124 | 1F | 12 |
| Octal | 71 | 40 | 75 | 7 | 60 | 0 | 114 | 444 | 37 | 22 |
| Binary | 111001 | 100000 | 111101 | 111 | 110000 | 0 | 1001100 | 100100100 | 11111 | 10010 |
Color Harmonies of #39203D
Complementary color
Monochromatic Colors of #39203D
Black with #39203D
Text Example
Text Example
White with #39203D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39203D; }
p { color: rgb(57,32,61); }
H1.HeaderClassName
{
color: #39203D;
}
.AnyTagClassName
{
color: #39203D;
}
</style>
background-color css
<style>
a { background-color: #39203D; }
a { background-color: rgb(57,32,61); }
div.DivClassName
{
background-color: #39203D;
}
.BgClassName
{
background-color: #39203D;
}
</style>
border-color css
<style>
span { border-color: #39203D; }
span { border-color: rgb(57,32,61); }
td.TdClassName
{
border-color: #39203D;
}
.TagClassName
{
border-color: #39203D;
}
</style>