Shades of Melanzane #14010F
Tints of Melanzane #14010F
RGB
CMYK
RGB Variations
Color information
#14010F (or 0x14010F) is known color: Melanzane. HEX triplet: 14, 01 and 0F. RGB value is (20,1,15). Sum of RGB (Red+Green+Blue) = 20+1+15=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #14010F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010F is #EBFEF0. Grayscale: #080808. Windows color (decimal): -15466225 or 983316. OLE color: 983316.
HSL color Cylindrical-coordinate representation of color #14010F: hue angle of 315.79º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14010F is Cyan = 0, Magento = 0.95, Yellow = 0.25 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 20 | 1 | 15 | - |
| CMYK | 0 | 0.95 | 0.25 | 0.92 |
| HSL | 315.79º | 0.9% | 0.04% | - |
| HSV(B) | 315.79º | 0.95% | 0.08% | - |
| XYZ | 0.39 | 0.2 | 0.47 | - |
| YUV | 8.28 | 131.79 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 1 | 15 | 0 | 0.95 | 0.25 | 0.92 | 315.79 | 0.9 | 0.04 |
| Hex | 14 | 1 | F | 0 | 5F | 19 | 5C | 13C | 5A | 4 |
| Octal | 24 | 1 | 17 | 0 | 137 | 31 | 134 | 474 | 132 | 4 |
| Binary | 10100 | 1 | 1111 | 0 | 1011111 | 11001 | 1011100 | 100111100 | 1011010 | 100 |
Color Harmonies of #14010F
Complementary color
Monochromatic Colors of #14010F
Black with #14010F
Text Example
Text Example
White with #14010F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14010F; }
p { color: rgb(20,1,15); }
H1.HeaderClassName
{
color: #14010F;
}
.AnyTagClassName
{
color: #14010F;
}
</style>
background-color css
<style>
a { background-color: #14010F; }
a { background-color: rgb(20,1,15); }
div.DivClassName
{
background-color: #14010F;
}
.BgClassName
{
background-color: #14010F;
}
</style>
border-color css
<style>
span { border-color: #14010F; }
span { border-color: rgb(20,1,15); }
td.TdClassName
{
border-color: #14010F;
}
.TagClassName
{
border-color: #14010F;
}
</style>