#14000E

Color #14000E Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #14000E

Tints of Melanzane #14000E

Color information

#14000E (or 0x14000E) is unknown color: approx Melanzane. HEX triplet: 14, 00 and 0E. RGB value is (20,0,14). Sum of RGB (Red+Green+Blue) = 20+0+14=34 (4% of max value = 765). Red value is 20 (8.20% from 255 or 58.82% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 14 (5.86% from 255 or 41.18% from 34); Max value from RGB is 20 - color contains mainly: red. Hex color #14000E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14000E is #EBFFF1. Grayscale: #070707. Windows color (decimal): -15466482 or 917524. OLE color: 917524.

HSL color Cylindrical-coordinate representation of color #14000E: hue angle of 318º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 1%. Process color model (Four color, CMYK) of #14000E is Cyan = 0, Magento = 1, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB20014-
CMYK010.300.92
HSL318º100%3.92%-
HSV(B)318º100%7.84%-
XYZ0.370.180.43-
YUV7.58131.63136.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 58.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 14 (5.86% from 255) = 41.18%
R=58.82%
G=0%
B=41.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20014010.300.923181003.92
Hex140E0641E5C13e644
Octal240160144361344761444
Binary1010001110011001001111010111001001111101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14000E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14000E; }

 p { color: rgb(20,0,14); }

 H1.HeaderClassName
 {
   color: #14000E;
 }
 .AnyTagClassName
 {
   color: #14000E;
 }
</style>
background-color css

<style>
 a { background-color: #14000E; }

 a { background-color: rgb(20,0,14); }

 div.DivClassName
 {
   background-color: #14000E;
 }
 .BgClassName
 {
   background-color: #14000E;
 }
</style>
border-color css

<style>
 span { border-color: #14000E; }

 span { border-color: rgb(20,0,14); }

 td.TdClassName
 {
   border-color: #14000E;
 }
 .TagClassName
 {
   border-color: #14000E;
 }
</style>