Shades of Mardi Gras #0E010C
Tints of Mardi Gras #0E010C
RGB
CMYK
RGB Variations
Color information
#0E010C (or 0x0E010C) is known color: Mardi Gras. HEX triplet: 0E, 01 and 0C. RGB value is (14,1,12). Sum of RGB (Red+Green+Blue) = 14+1+12=27 (3% of max value = 765). Red value is 14 (5.86% from 255 or 51.85% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 14 - color contains mainly: red. Hex color #0E010C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E010C is #F1FEF3. Grayscale: #060606. Windows color (decimal): -15859444 or 786702. OLE color: 786702.
HSL color Cylindrical-coordinate representation of color #0E010C: hue angle of 309.23º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E010C is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 1 | 12 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.95 |
| HSL | 309.23º | 0.87% | 0.03% | - |
| HSV(B) | 309.23º | 0.93% | 0.05% | - |
| XYZ | 0.26 | 0.14 | 0.36 | - |
| YUV | 6.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 12 | 0 | 0.93 | 0.14 | 0.95 | 309.23 | 0.87 | 0.03 |
| Hex | E | 1 | C | 0 | 5D | E | 5F | 135 | 57 | 3 |
| Octal | 16 | 1 | 14 | 0 | 135 | 16 | 137 | 465 | 127 | 3 |
| Binary | 1110 | 1 | 1100 | 0 | 1011101 | 1110 | 1011111 | 100110101 | 1010111 | 11 |
Color Harmonies of #0E010C
Complementary color
Monochromatic Colors of #0E010C
Black with #0E010C
Text Example
Text Example
White with #0E010C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E010C; }
p { color: rgb(14,1,12); }
H1.HeaderClassName
{
color: #0E010C;
}
.AnyTagClassName
{
color: #0E010C;
}
</style>
background-color css
<style>
a { background-color: #0E010C; }
a { background-color: rgb(14,1,12); }
div.DivClassName
{
background-color: #0E010C;
}
.BgClassName
{
background-color: #0E010C;
}
</style>
border-color css
<style>
span { border-color: #0E010C; }
span { border-color: rgb(14,1,12); }
td.TdClassName
{
border-color: #0E010C;
}
.TagClassName
{
border-color: #0E010C;
}
</style>