#20151C

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

Shades of Melanzane #20151C

Tints of Melanzane #20151C

Color information

#20151C (or 0x20151C) is unknown color: approx Melanzane. HEX triplet: 20, 15 and 1C. RGB value is (32,21,28). Sum of RGB (Red+Green+Blue) = 32+21+28=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #20151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20151C is #DFEAE3. Grayscale: #191919. Windows color (decimal): -14674660 or 1840416. OLE color: 1840416.

HSL color Cylindrical-coordinate representation of color #20151C: hue angle of 321.82º 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 #20151C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB322128-
CMYK00.340.120.87
HSL321.82º20.75%10.39%-
HSV(B)321.82º34.38%12.55%-
XYZ1.070.931.22-
YUV25.09129.64132.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 21 (8.59% from 255) = 25.93%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=39.51%
G=25.93%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32212800.340.120.87321.8220.7510.39
Hex20151C022C5714215a
Octal402534042141275022512
Binary1000001010111100010001011001010111101000010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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