#20141D

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

Shades of Melanzane #20141D

Tints of Melanzane #20141D

Color information

#20141D (or 0x20141D) is unknown color: approx Melanzane. HEX triplet: 20, 14 and 1D. RGB value is (32,20,29). Sum of RGB (Red+Green+Blue) = 32+20+29=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #20141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20141D is #DFEBE2. Grayscale: #181818. Windows color (decimal): -14674915 or 1905696. OLE color: 1905696.

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

Color convert

RGB322029-
CMYK00.370.090.87
HSL315º23.08%10.2%-
HSV(B)315º37.5%12.55%-
XYZ1.070.91.28-
YUV24.61130.48133.27-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 29 (11.72% from 255) = 35.80%
R=39.51%
G=24.69%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32202900.370.090.8731523.0810.2
Hex20141D02595713b17a
Octal402435045111274732712
Binary1000001010011101010010110011010111100111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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