Shades of Mardi Gras #0E060E
Tints of Mardi Gras #0E060E
RGB
CMYK
RGB Variations
Color information
#0E060E (or 0x0E060E) is known color: Mardi Gras. HEX triplet: 0E, 06 and 0E. RGB value is (14,6,14). Sum of RGB (Red+Green+Blue) = 14+6+14=34 (4% of max value = 765). Red value is 14 (5.86% from 255 or 41.18% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 14 - color contains mainly: red, blue. Hex color #0E060E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E060E is #F1F9F1. Grayscale: #090909. Windows color (decimal): -15858162 or 919054. OLE color: 919054.
HSL color Cylindrical-coordinate representation of color #0E060E: hue angle of 300º degrees, saturation: 0.4, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0E060E is Cyan = 0, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 6 | 14 | - |
| CMYK | 0 | 0.57 | 0 | 0.95 |
| HSL | 300º | 0.4% | 0.04% | - |
| HSV(B) | 300º | 0.57% | 0.05% | - |
| XYZ | 0.33 | 0.26 | 0.45 | - |
| YUV | 9.3 | 130.65 | 131.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 6 | 14 | 0 | 0.57 | 0 | 0.95 | 300 | 0.4 | 0.04 |
| Hex | E | 6 | E | 0 | 39 | 0 | 5F | 12C | 28 | 4 |
| Octal | 16 | 6 | 16 | 0 | 71 | 0 | 137 | 454 | 50 | 4 |
| Binary | 1110 | 110 | 1110 | 0 | 111001 | 0 | 1011111 | 100101100 | 101000 | 100 |
Color Harmonies of #0E060E
Complementary color
Monochromatic Colors of #0E060E
Black with #0E060E
Text Example
Text Example
White with #0E060E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E060E; }
p { color: rgb(14,6,14); }
H1.HeaderClassName
{
color: #0E060E;
}
.AnyTagClassName
{
color: #0E060E;
}
</style>
background-color css
<style>
a { background-color: #0E060E; }
a { background-color: rgb(14,6,14); }
div.DivClassName
{
background-color: #0E060E;
}
.BgClassName
{
background-color: #0E060E;
}
</style>
border-color css
<style>
span { border-color: #0E060E; }
span { border-color: rgb(14,6,14); }
td.TdClassName
{
border-color: #0E060E;
}
.TagClassName
{
border-color: #0E060E;
}
</style>