#20121C

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

Shades of Melanzane #20121C

Tints of Melanzane #20121C

Color information

#20121C (or 0x20121C) is unknown color: approx Melanzane. HEX triplet: 20, 12 and 1C. RGB value is (32,18,28). Sum of RGB (Red+Green+Blue) = 32+18+28=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #20121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20121C is #DFEDE3. Grayscale: #171717. Windows color (decimal): -14675428 or 1839648. OLE color: 1839648.

HSL color Cylindrical-coordinate representation of color #20121C: hue angle of 317.14º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #20121C is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB321828-
CMYK00.440.120.87
HSL317.14º28%9.8%-
HSV(B)317.14º43.75%12.55%-
XYZ1.020.821.2-
YUV23.33130.64134.19-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 18 (7.42% from 255) = 23.08%
BLUE value IS 28 (11.33% from 255) = 35.90%
R=41.03%
G=23.08%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32182800.440.120.87317.14289.8
Hex20121C02CC5713d1ca
Octal402234054141274753412
Binary1000001001011100010110011001010111100111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20121C; }

 p { color: rgb(32,18,28); }

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

<style>
 a { background-color: #20121C; }

 a { background-color: rgb(32,18,28); }

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

<style>
 span { border-color: #20121C; }

 span { border-color: rgb(32,18,28); }

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