Shades of Mardi Gras #39063B
Tints of Mardi Gras #39063B
RGB
CMYK
RGB Variations
Color information
#39063B (or 0x39063B) is known color: Mardi Gras. HEX triplet: 39, 06 and 3B. RGB value is (57,6,59). Sum of RGB (Red+Green+Blue) = 57+6+59=122 (16% of max value = 765). Red value is 57 (22.66% from 255 or 46.72% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #39063B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #39063B is #C6F9C4. Grayscale: #1B1B1B. Windows color (decimal): -13040069 or 3868217. OLE color: 3868217.
HSL color Cylindrical-coordinate representation of color #39063B: hue angle of 297.74º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #39063B is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 57 | 6 | 59 | - |
| CMYK | 0.03 | 0.90 | 0 | 0.77 |
| HSL | 297.74º | 0.82% | 0.13% | - |
| HSV(B) | 297.74º | 0.9% | 0.23% | - |
| XYZ | 2.54 | 1.32 | 4.26 | - |
| YUV | 27.29 | 145.9 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 6 | 59 | 0.03 | 0.90 | 0 | 0.77 | 297.74 | 0.82 | 0.13 |
| Hex | 39 | 6 | 3B | 3 | 5A | 0 | 4D | 12A | 52 | D |
| Octal | 71 | 6 | 73 | 3 | 132 | 0 | 115 | 452 | 122 | 15 |
| Binary | 111001 | 110 | 111011 | 11 | 1011010 | 0 | 1001101 | 100101010 | 1010010 | 1101 |
Color Harmonies of #39063B
Complementary color
Monochromatic Colors of #39063B
Black with #39063B
Text Example
Text Example
White with #39063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39063B; }
p { color: rgb(57,6,59); }
H1.HeaderClassName
{
color: #39063B;
}
.AnyTagClassName
{
color: #39063B;
}
</style>
background-color css
<style>
a { background-color: #39063B; }
a { background-color: rgb(57,6,59); }
div.DivClassName
{
background-color: #39063B;
}
.BgClassName
{
background-color: #39063B;
}
</style>
border-color css
<style>
span { border-color: #39063B; }
span { border-color: rgb(57,6,59); }
td.TdClassName
{
border-color: #39063B;
}
.TagClassName
{
border-color: #39063B;
}
</style>