Shades of Mardi Gras #3C0E34
Tints of Mardi Gras #3C0E34
RGB
CMYK
RGB Variations
Color information
#3C0E34 (or 0x3C0E34) is known color: Mardi Gras. HEX triplet: 3C, 0E and 34. RGB value is (60,14,52). Sum of RGB (Red+Green+Blue) = 60+14+52=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 14 (5.86% from 255 or 11.11% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C0E34 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0E34 is #C3F1CB. Grayscale: #1F1F1F. Windows color (decimal): -12841420 or 3411516. OLE color: 3411516.
HSL color Cylindrical-coordinate representation of color #3C0E34: hue angle of 310.43º degrees, saturation: 0.62, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3C0E34 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 14 | 52 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.76 |
| HSL | 310.43º | 0.62% | 0.15% | - |
| HSV(B) | 310.43º | 0.77% | 0.24% | - |
| XYZ | 2.64 | 1.52 | 3.4 | - |
| YUV | 32.09 | 139.24 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 14 | 52 | 0 | 0.77 | 0.13 | 0.76 | 310.43 | 0.62 | 0.15 |
| Hex | 3C | E | 34 | 0 | 4D | D | 4C | 136 | 3E | F |
| Octal | 74 | 16 | 64 | 0 | 115 | 15 | 114 | 466 | 76 | 17 |
| Binary | 111100 | 1110 | 110100 | 0 | 1001101 | 1101 | 1001100 | 100110110 | 111110 | 1111 |
Color Harmonies of #3C0E34
Complementary color
Monochromatic Colors of #3C0E34
Black with #3C0E34
Text Example
Text Example
White with #3C0E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C0E34; }
p { color: rgb(60,14,52); }
H1.HeaderClassName
{
color: #3C0E34;
}
.AnyTagClassName
{
color: #3C0E34;
}
</style>
background-color css
<style>
a { background-color: #3C0E34; }
a { background-color: rgb(60,14,52); }
div.DivClassName
{
background-color: #3C0E34;
}
.BgClassName
{
background-color: #3C0E34;
}
</style>
border-color css
<style>
span { border-color: #3C0E34; }
span { border-color: rgb(60,14,52); }
td.TdClassName
{
border-color: #3C0E34;
}
.TagClassName
{
border-color: #3C0E34;
}
</style>