Shades of Mardi Gras #0C040C
Tints of Mardi Gras #0C040C
RGB
CMYK
RGB Variations
Color information
#0C040C (or 0x0C040C) is known color: Mardi Gras. HEX triplet: 0C, 04 and 0C. RGB value is (12,4,12). Sum of RGB (Red+Green+Blue) = 12+4+12=28 (3% of max value = 765). Red value is 12 (5.08% from 255 or 42.86% from 28); Green value is 4 (1.95% from 255 or 14.29% from 28); Blue value is 12 (5.08% from 255 or 42.86% from 28); Max value from RGB is 12 - color contains mainly: red, blue. Hex color #0C040C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C040C is #F3FBF3. Grayscale: #070707. Windows color (decimal): -15989748 or 787468. OLE color: 787468.
HSL color Cylindrical-coordinate representation of color #0C040C: hue angle of 300º degrees, saturation: 0.5, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0C040C is Cyan = 0, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 12 | 4 | 12 | - |
| CMYK | 0 | 0.67 | 0 | 0.95 |
| HSL | 300º | 0.5% | 0.03% | - |
| HSV(B) | 300º | 0.67% | 0.05% | - |
| XYZ | 0.26 | 0.19 | 0.37 | - |
| YUV | 7.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 4 | 12 | 0 | 0.67 | 0 | 0.95 | 300 | 0.5 | 0.03 |
| Hex | C | 4 | C | 0 | 43 | 0 | 5F | 12C | 32 | 3 |
| Octal | 14 | 4 | 14 | 0 | 103 | 0 | 137 | 454 | 62 | 3 |
| Binary | 1100 | 100 | 1100 | 0 | 1000011 | 0 | 1011111 | 100101100 | 110010 | 11 |
Color Harmonies of #0C040C
Complementary color
Monochromatic Colors of #0C040C
Black with #0C040C
Text Example
Text Example
White with #0C040C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C040C; }
p { color: rgb(12,4,12); }
H1.HeaderClassName
{
color: #0C040C;
}
.AnyTagClassName
{
color: #0C040C;
}
</style>
background-color css
<style>
a { background-color: #0C040C; }
a { background-color: rgb(12,4,12); }
div.DivClassName
{
background-color: #0C040C;
}
.BgClassName
{
background-color: #0C040C;
}
</style>
border-color css
<style>
span { border-color: #0C040C; }
span { border-color: rgb(12,4,12); }
td.TdClassName
{
border-color: #0C040C;
}
.TagClassName
{
border-color: #0C040C;
}
</style>