#14010E

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

Shades of Melanzane #14010E

Tints of Melanzane #14010E

Color information

#14010E (or 0x14010E) is unknown color: approx Melanzane. HEX triplet: 14, 01 and 0E. RGB value is (20,1,14). Sum of RGB (Red+Green+Blue) = 20+1+14=35 (4% of max value = 765). Red value is 20 (8.20% from 255 or 57.14% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 14 (5.86% from 255 or 40% from 35); Max value from RGB is 20 - color contains mainly: red. Hex color #14010E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #14010E is #EBFEF1. Grayscale: #080808. Windows color (decimal): -15466226 or 917780. OLE color: 917780.

HSL color Cylindrical-coordinate representation of color #14010E: hue angle of 318.95º 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 #14010E is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB20114-
CMYK00.950.300.92
HSL318.95º90.48%4.12%-
HSV(B)318.95º95%7.84%-
XYZ0.380.20.43-
YUV8.16131.29136.44-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 57.14%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 14 (5.86% from 255) = 40%
R=57.14%
G=2.86%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal2011400.950.300.92318.9590.484.12
Hex141E05F1E5C13f5a4
Octal241160137361344771324
Binary1010011110010111111111010111001001111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14010E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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