#20141E

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

Shades of Melanzane #20141E

Tints of Melanzane #20141E

Color information

#20141E (or 0x20141E) is unknown color: approx Melanzane. HEX triplet: 20, 14 and 1E. RGB value is (32,20,30). Sum of RGB (Red+Green+Blue) = 32+20+30=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #20141E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20141E is #DFEBE1. Grayscale: #181818. Windows color (decimal): -14674914 or 1971232. OLE color: 1971232.

HSL color Cylindrical-coordinate representation of color #20141E: hue angle of 310º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #20141E is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB322030-
CMYK00.370.060.87
HSL310º23.08%10.2%-
HSV(B)310º37.5%12.55%-
XYZ1.080.91.35-
YUV24.73130.98133.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=39.02%
G=24.39%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32203000.370.060.8731023.0810.2
Hex20141E02565713617a
Octal40243604561274662712
Binary100000101001111001001011101010111100110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,20,30); }

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

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

 a { background-color: rgb(32,20,30); }

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

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

 span { border-color: rgb(32,20,30); }

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