Shades of Mardi Gras #39123B
Tints of Mardi Gras #39123B
RGB
CMYK
RGB Variations
Color information
#39123B (or 0x39123B) is known color: Mardi Gras. HEX triplet: 39, 12 and 3B. RGB value is (57,18,59). Sum of RGB (Red+Green+Blue) = 57+18+59=134 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.54% from 134); Green value is 18 (7.42% from 255 or 13.43% from 134); Blue value is 59 (23.44% from 255 or 44.03% from 134); Max value from RGB is 59 - color contains mainly: blue. Hex color #39123B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39123B is #C6EDC4. Grayscale: #222222. Windows color (decimal): -13036997 or 3871289. OLE color: 3871289.
HSL color Cylindrical-coordinate representation of color #39123B: hue angle of 297.07º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #39123B is Cyan = 0.03, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 18 | 59 | - |
| CMYK | 0.03 | 0.69 | 0 | 0.77 |
| HSL | 297.07º | 0.53% | 0.15% | - |
| HSV(B) | 297.07º | 0.69% | 0.23% | - |
| XYZ | 2.69 | 1.62 | 4.31 | - |
| YUV | 34.34 | 141.92 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 18 | 59 | 0.03 | 0.69 | 0 | 0.77 | 297.07 | 0.53 | 0.15 |
| Hex | 39 | 12 | 3B | 3 | 45 | 0 | 4D | 129 | 35 | F |
| Octal | 71 | 22 | 73 | 3 | 105 | 0 | 115 | 451 | 65 | 17 |
| Binary | 111001 | 10010 | 111011 | 11 | 1000101 | 0 | 1001101 | 100101001 | 110101 | 1111 |
Color Harmonies of #39123B
Complementary color
Monochromatic Colors of #39123B
Black with #39123B
Text Example
Text Example
White with #39123B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39123B; }
p { color: rgb(57,18,59); }
H1.HeaderClassName
{
color: #39123B;
}
.AnyTagClassName
{
color: #39123B;
}
</style>
background-color css
<style>
a { background-color: #39123B; }
a { background-color: rgb(57,18,59); }
div.DivClassName
{
background-color: #39123B;
}
.BgClassName
{
background-color: #39123B;
}
</style>
border-color css
<style>
span { border-color: #39123B; }
span { border-color: rgb(57,18,59); }
td.TdClassName
{
border-color: #39123B;
}
.TagClassName
{
border-color: #39123B;
}
</style>