#14020E

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

Shades of Melanzane #14020E

Tints of Melanzane #14020E

Color information

#14020E (or 0x14020E) is unknown color: approx Melanzane. HEX triplet: 14, 02 and 0E. RGB value is (20,2,14). Sum of RGB (Red+Green+Blue) = 20+2+14=36 (4% of max value = 765). Red value is 20 (8.20% from 255 or 55.56% from 36); Green value is 2 (1.17% from 255 or 5.56% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 20 - color contains mainly: red. Hex color #14020E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14020E is #EBFDF1. Grayscale: #080808. Windows color (decimal): -15465970 or 918036. OLE color: 918036.

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

Color convert

RGB20214-
CMYK00.900.300.92
HSL320º81.82%4.31%-
HSV(B)320º90%7.84%-
XYZ0.390.220.44-
YUV8.75130.96136.02-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 55.56%
GREEN value IS 2 (1.17% from 255) = 5.56%
BLUE value IS 14 (5.86% from 255) = 38.89%
R=55.56%
G=5.56%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2021400.900.300.9232081.824.31
Hex142E05A1E5C140524
Octal242160132361345001224
Binary10100101110010110101111010111001010000001010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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