Shades of Mardi Gras #3C0837
Tints of Mardi Gras #3C0837
RGB
CMYK
RGB Variations
Color information
#3C0837 (or 0x3C0837) is known color: Mardi Gras. HEX triplet: 3C, 08 and 37. RGB value is (60,8,55). Sum of RGB (Red+Green+Blue) = 60+8+55=123 (16% of max value = 765). Red value is 60 (23.83% from 255 or 48.78% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0837 is #C3F7C8. Grayscale: #1C1C1C. Windows color (decimal): -12842953 or 3606588. OLE color: 3606588.
HSL color Cylindrical-coordinate representation of color #3C0837: hue angle of 305.77º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C0837 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 8 | 55 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.76 |
| HSL | 305.77º | 0.76% | 0.13% | - |
| HSV(B) | 305.77º | 0.87% | 0.24% | - |
| XYZ | 2.64 | 1.41 | 3.75 | - |
| YUV | 28.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 8 | 55 | 0 | 0.87 | 0.08 | 0.76 | 305.77 | 0.76 | 0.13 |
| Hex | 3C | 8 | 37 | 0 | 57 | 8 | 4C | 132 | 4C | D |
| Octal | 74 | 10 | 67 | 0 | 127 | 10 | 114 | 462 | 114 | 15 |
| Binary | 111100 | 1000 | 110111 | 0 | 1010111 | 1000 | 1001100 | 100110010 | 1001100 | 1101 |
Color Harmonies of #3C0837
Complementary color
Monochromatic Colors of #3C0837
Black with #3C0837
Text Example
Text Example
White with #3C0837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0837; }
p { color: rgb(60,8,55); }
H1.HeaderClassName
{
color: #3C0837;
}
.AnyTagClassName
{
color: #3C0837;
}
</style>
background-color css
<style>
a { background-color: #3C0837; }
a { background-color: rgb(60,8,55); }
div.DivClassName
{
background-color: #3C0837;
}
.BgClassName
{
background-color: #3C0837;
}
</style>
border-color css
<style>
span { border-color: #3C0837; }
span { border-color: rgb(60,8,55); }
td.TdClassName
{
border-color: #3C0837;
}
.TagClassName
{
border-color: #3C0837;
}
</style>