Shades of Melanzane #0E000A
Tints of Melanzane #0E000A
RGB
CMYK
RGB Variations
Color information
#0E000A (or 0x0E000A) is known color: Melanzane. HEX triplet: 0E, 00 and 0A. RGB value is (14,0,10). Sum of RGB (Red+Green+Blue) = 14+0+10=24 (3% of max value = 765). Red value is 14 (5.86% from 255 or 58.33% from 24); Green value is 0 (0.39% from 255 or 0% from 24); Blue value is 10 (4.30% from 255 or 41.67% from 24); Max value from RGB is 14 - color contains mainly: red. Hex color #0E000A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E000A is #F1FFF5. Grayscale: #050505. Windows color (decimal): -15859702 or 655374. OLE color: 655374.
HSL color Cylindrical-coordinate representation of color #0E000A: hue angle of 317.14º 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 #0E000A is Cyan = 0, Magento = 1, Yellow = 0.29 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 0 | 10 | - |
| CMYK | 0 | 1 | 0.29 | 0.95 |
| HSL | 317.14º | 1% | 0.03% | - |
| HSV(B) | 317.14º | 1% | 0.05% | - |
| XYZ | 0.24 | 0.12 | 0.3 | - |
| YUV | 5.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 10 | 0 | 1 | 0.29 | 0.95 | 317.14 | 1 | 0.03 |
| Hex | E | 0 | A | 0 | 64 | 1D | 5F | 13D | 64 | 3 |
| Octal | 16 | 0 | 12 | 0 | 144 | 35 | 137 | 475 | 144 | 3 |
| Binary | 1110 | 0 | 1010 | 0 | 1100100 | 11101 | 1011111 | 100111101 | 1100100 | 11 |
Color Harmonies of #0E000A
Complementary color
Monochromatic Colors of #0E000A
Black with #0E000A
Text Example
Text Example
White with #0E000A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E000A; }
p { color: rgb(14,0,10); }
H1.HeaderClassName
{
color: #0E000A;
}
.AnyTagClassName
{
color: #0E000A;
}
</style>
background-color css
<style>
a { background-color: #0E000A; }
a { background-color: rgb(14,0,10); }
div.DivClassName
{
background-color: #0E000A;
}
.BgClassName
{
background-color: #0E000A;
}
</style>
border-color css
<style>
span { border-color: #0E000A; }
span { border-color: rgb(14,0,10); }
td.TdClassName
{
border-color: #0E000A;
}
.TagClassName
{
border-color: #0E000A;
}
</style>