Shades of Mardi Gras #39253A
Tints of Mardi Gras #39253A
RGB
CMYK
RGB Variations
Color information
#39253A (or 0x39253A) is known color: Mardi Gras. HEX triplet: 39, 25 and 3A. RGB value is (57,37,58). Sum of RGB (Red+Green+Blue) = 57+37+58=152 (20% of max value = 765). Red value is 57 (22.66% from 255 or 37.5% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #39253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39253A is #C6DAC5. Grayscale: #2D2D2D. Windows color (decimal): -13032134 or 3810617. OLE color: 3810617.
HSL color Cylindrical-coordinate representation of color #39253A: hue angle of 297.14º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #39253A is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 37 | 58 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.77 |
| HSL | 297.14º | 0.22% | 0.19% | - |
| HSV(B) | 297.14º | 0.36% | 0.23% | - |
| XYZ | 3.11 | 2.5 | 4.32 | - |
| YUV | 45.37 | 135.13 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 37 | 58 | 0.02 | 0.36 | 0 | 0.77 | 297.14 | 0.22 | 0.19 |
| Hex | 39 | 25 | 3A | 2 | 24 | 0 | 4D | 129 | 16 | 13 |
| Octal | 71 | 45 | 72 | 2 | 44 | 0 | 115 | 451 | 26 | 23 |
| Binary | 111001 | 100101 | 111010 | 10 | 100100 | 0 | 1001101 | 100101001 | 10110 | 10011 |
Color Harmonies of #39253A
Complementary color
Monochromatic Colors of #39253A
Black with #39253A
Text Example
Text Example
White with #39253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39253A; }
p { color: rgb(57,37,58); }
H1.HeaderClassName
{
color: #39253A;
}
.AnyTagClassName
{
color: #39253A;
}
</style>
background-color css
<style>
a { background-color: #39253A; }
a { background-color: rgb(57,37,58); }
div.DivClassName
{
background-color: #39253A;
}
.BgClassName
{
background-color: #39253A;
}
</style>
border-color css
<style>
span { border-color: #39253A; }
span { border-color: rgb(57,37,58); }
td.TdClassName
{
border-color: #39253A;
}
.TagClassName
{
border-color: #39253A;
}
</style>