Shades of Melanzane #14030E
Tints of Melanzane #14030E
RGB
CMYK
RGB Variations
Color information
#14030E (or 0x14030E) is known color: Melanzane. HEX triplet: 14, 03 and 0E. RGB value is (20,3,14). Sum of RGB (Red+Green+Blue) = 20+3+14=37 (4% of max value = 765). Red value is 20 (8.20% from 255 or 54.05% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 14 (5.86% from 255 or 37.84% from 37); Max value from RGB is 20 - color contains mainly: red. Hex color #14030E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14030E is #EBFCF1. Grayscale: #090909. Windows color (decimal): -15465714 or 918292. OLE color: 918292.
HSL color Cylindrical-coordinate representation of color #14030E: hue angle of 321.18º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14030E is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 3 | 14 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.92 |
| HSL | 321.18º | 0.74% | 0.05% | - |
| HSV(B) | 321.18º | 0.85% | 0.08% | - |
| XYZ | 0.4 | 0.25 | 0.44 | - |
| YUV | 9.34 | 130.63 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 14 | 0 | 0.85 | 0.30 | 0.92 | 321.18 | 0.74 | 0.05 |
| Hex | 14 | 3 | E | 0 | 55 | 1E | 5C | 141 | 4A | 5 |
| Octal | 24 | 3 | 16 | 0 | 125 | 36 | 134 | 501 | 112 | 5 |
| Binary | 10100 | 11 | 1110 | 0 | 1010101 | 11110 | 1011100 | 101000001 | 1001010 | 101 |
Color Harmonies of #14030E
Complementary color
Monochromatic Colors of #14030E
Black with #14030E
Text Example
Text Example
White with #14030E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14030E; }
p { color: rgb(20,3,14); }
H1.HeaderClassName
{
color: #14030E;
}
.AnyTagClassName
{
color: #14030E;
}
</style>
background-color css
<style>
a { background-color: #14030E; }
a { background-color: rgb(20,3,14); }
div.DivClassName
{
background-color: #14030E;
}
.BgClassName
{
background-color: #14030E;
}
</style>
border-color css
<style>
span { border-color: #14030E; }
span { border-color: rgb(20,3,14); }
td.TdClassName
{
border-color: #14030E;
}
.TagClassName
{
border-color: #14030E;
}
</style>