#20151D

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

Shades of Melanzane #20151D

Tints of Melanzane #20151D

Color information

#20151D (or 0x20151D) is unknown color: approx Melanzane. HEX triplet: 20, 15 and 1D. RGB value is (32,21,29). Sum of RGB (Red+Green+Blue) = 32+21+29=82 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.02% from 82); Green value is 21 (8.59% from 255 or 25.61% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 32 - color contains mainly: red. Hex color #20151D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20151D is #DFEAE2. Grayscale: #191919. Windows color (decimal): -14674659 or 1905952. OLE color: 1905952.

HSL color Cylindrical-coordinate representation of color #20151D: hue angle of 316.36º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #20151D is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB322129-
CMYK00.340.090.87
HSL316.36º20.75%10.39%-
HSV(B)316.36º34.38%12.55%-
XYZ1.090.931.29-
YUV25.2130.14132.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.02%
GREEN value IS 21 (8.59% from 255) = 25.61%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=39.02%
G=25.61%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32212900.340.090.87316.3620.7510.39
Hex20151D02295713c15a
Octal402535042111274742512
Binary1000001010111101010001010011010111100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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