#14040E

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

Shades of Melanzane #14040E

Tints of Melanzane #14040E

Color information

#14040E (or 0x14040E) is unknown color: approx Melanzane. HEX triplet: 14, 04 and 0E. RGB value is (20,4,14). Sum of RGB (Red+Green+Blue) = 20+4+14=38 (5% of max value = 765). Red value is 20 (8.20% from 255 or 52.63% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 20 - color contains mainly: red. Hex color #14040E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14040E is #EBFBF1. Grayscale: #090909. Windows color (decimal): -15465458 or 918548. OLE color: 918548.

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

Color convert

RGB20414-
CMYK00.800.300.92
HSL322.5º66.67%4.71%-
HSV(B)322.5º80%7.84%-
XYZ0.410.270.45-
YUV9.92130.3135.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 52.63%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 14 (5.86% from 255) = 36.84%
R=52.63%
G=10.53%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2041400.800.300.92322.566.674.71
Hex144E0501E5C142435
Octal244160120361345021035
Binary101001001110010100001111010111001010000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14040E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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