#140E13

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

Shades of Melanzane #140E13

Tints of Melanzane #140E13

Color information

#140E13 (or 0x140E13) is unknown color: approx Melanzane. HEX triplet: 14, 0E and 13. RGB value is (20,14,19). Sum of RGB (Red+Green+Blue) = 20+14+19=53 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.74% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 20 - color contains mainly: red. Hex color #140E13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #140E13 is #EBF1EC. Grayscale: #101010. Windows color (decimal): -15462893 or 1248788. OLE color: 1248788.

HSL color Cylindrical-coordinate representation of color #140E13: hue angle of 310º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #140E13 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.92.

Color convert

RGB201419-
CMYK00.300.050.92
HSL310º17.65%6.67%-
HSV(B)310º30%7.84%-
XYZ0.560.510.68-
YUV16.36129.49130.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.74%
GREEN value IS 14 (5.86% from 255) = 26.42%
BLUE value IS 19 (7.81% from 255) = 35.85%
R=37.74%
G=26.42%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.05
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20141900.300.050.9231017.656.67
Hex14E1301E55C136127
Octal2416230365134466227
Binary10100111010011011110101101110010011011010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140E13; }

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

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

<style>
 a { background-color: #140E13; }

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

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

<style>
 span { border-color: #140E13; }

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

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