#20181D

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

Shades of Melanzane #20181D

Tints of Melanzane #20181D

Color information

#20181D (or 0x20181D) is unknown color: approx Melanzane. HEX triplet: 20, 18 and 1D. RGB value is (32,24,29). Sum of RGB (Red+Green+Blue) = 32+24+29=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 32 - color contains mainly: red. Hex color #20181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20181D is #DFE7E2. Grayscale: #1A1A1A. Windows color (decimal): -14673891 or 1906720. OLE color: 1906720.

HSL color Cylindrical-coordinate representation of color #20181D: hue angle of 322.5º 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 #20181D is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB322429-
CMYK00.250.090.87
HSL322.5º14.29%10.98%-
HSV(B)322.5º25%12.55%-
XYZ1.141.051.3-
YUV26.96129.15131.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=37.65%
G=28.24%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32242900.250.090.87322.514.2910.98
Hex20181D019957142eb
Octal403035031111275021613
Binary10000011000111010110011001101011110100001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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