Shades of Mardi Gras #0E000C
Tints of Mardi Gras #0E000C
RGB
CMYK
RGB Variations
Color information
#0E000C (or 0x0E000C) is known color: Mardi Gras. HEX triplet: 0E, 00 and 0C. RGB value is (14,0,12). Sum of RGB (Red+Green+Blue) = 14+0+12=26 (3% of max value = 765). Red value is 14 (5.86% from 255 or 53.85% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 14 - color contains mainly: red. Hex color #0E000C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E000C is #F1FFF3. Grayscale: #050505. Windows color (decimal): -15859700 or 786446. OLE color: 786446.
HSL color Cylindrical-coordinate representation of color #0E000C: hue angle of 308.57º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E000C is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 0 | 12 | - |
| CMYK | 0 | 1 | 0.14 | 0.95 |
| HSL | 308.57º | 1% | 0.03% | - |
| HSV(B) | 308.57º | 1% | 0.05% | - |
| XYZ | 0.25 | 0.12 | 0.36 | - |
| YUV | 5.55 | 131.64 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 12 | 0 | 1 | 0.14 | 0.95 | 308.57 | 1 | 0.03 |
| Hex | E | 0 | C | 0 | 64 | E | 5F | 135 | 64 | 3 |
| Octal | 16 | 0 | 14 | 0 | 144 | 16 | 137 | 465 | 144 | 3 |
| Binary | 1110 | 0 | 1100 | 0 | 1100100 | 1110 | 1011111 | 100110101 | 1100100 | 11 |
Color Harmonies of #0E000C
Complementary color
Monochromatic Colors of #0E000C
Black with #0E000C
Text Example
Text Example
White with #0E000C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E000C; }
p { color: rgb(14,0,12); }
H1.HeaderClassName
{
color: #0E000C;
}
.AnyTagClassName
{
color: #0E000C;
}
</style>
background-color css
<style>
a { background-color: #0E000C; }
a { background-color: rgb(14,0,12); }
div.DivClassName
{
background-color: #0E000C;
}
.BgClassName
{
background-color: #0E000C;
}
</style>
border-color css
<style>
span { border-color: #0E000C; }
span { border-color: rgb(14,0,12); }
td.TdClassName
{
border-color: #0E000C;
}
.TagClassName
{
border-color: #0E000C;
}
</style>