#20121D

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

Shades of Melanzane #20121D

Tints of Melanzane #20121D

Color information

#20121D (or 0x20121D) is unknown color: approx Melanzane. HEX triplet: 20, 12 and 1D. RGB value is (32,18,29). Sum of RGB (Red+Green+Blue) = 32+18+29=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 18 (7.42% from 255 or 22.78% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #20121D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20121D is #DFEDE2. Grayscale: #171717. Windows color (decimal): -14675427 or 1905184. OLE color: 1905184.

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

Color convert

RGB321829-
CMYK00.440.090.87
HSL312.86º28%9.8%-
HSV(B)312.86º43.75%12.55%-
XYZ1.030.831.27-
YUV23.44131.14134.11-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 18 (7.42% from 255) = 22.78%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=40.51%
G=22.78%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32182900.440.090.87312.86289.8
Hex20121D02C9571391ca
Octal402235054111274713412
Binary1000001001011101010110010011010111100111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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