#20181E

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

Shades of Melanzane #20181E

Tints of Melanzane #20181E

Color information

#20181E (or 0x20181E) is unknown color: approx Melanzane. HEX triplet: 20, 18 and 1E. RGB value is (32,24,30). Sum of RGB (Red+Green+Blue) = 32+24+30=86 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.21% from 86); Green value is 24 (9.77% from 255 or 27.91% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 32 - color contains mainly: red. Hex color #20181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20181E is #DFE7E1. Grayscale: #1B1B1B. Windows color (decimal): -14673890 or 1972256. OLE color: 1972256.

HSL color Cylindrical-coordinate representation of color #20181E: hue angle of 315º degrees, saturation: 0.14, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #20181E is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB322430-
CMYK00.250.060.87
HSL315º14.29%10.98%-
HSV(B)315º25%12.55%-
XYZ1.161.051.37-
YUV27.08129.65131.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.21%
GREEN value IS 24 (9.77% from 255) = 27.91%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=37.21%
G=27.91%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32243000.250.060.8731514.2910.98
Hex20181E01965713beb
Octal40303603161274731613
Binary1000001100011110011001110101011110011101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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