#20171E

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

Shades of Melanzane #20171E

Tints of Melanzane #20171E

Color information

#20171E (or 0x20171E) is unknown color: approx Melanzane. HEX triplet: 20, 17 and 1E. RGB value is (32,23,30). Sum of RGB (Red+Green+Blue) = 32+23+30=85 (11% of max value = 765). Red value is 32 (12.89% from 255 or 37.65% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 32 - color contains mainly: red. Hex color #20171E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20171E is #DFE8E1. Grayscale: #1A1A1A. Windows color (decimal): -14674146 or 1972000. OLE color: 1972000.

HSL color Cylindrical-coordinate representation of color #20171E: hue angle of 313.33º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #20171E is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB322330-
CMYK00.280.060.87
HSL313.33º16.36%10.78%-
HSV(B)313.33º28.12%12.55%-
XYZ1.141.011.36-
YUV26.49129.98131.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 37.65%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=37.65%
G=27.06%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32233000.280.060.87313.3316.3610.78
Hex20171E01C65713910b
Octal40273603461274712013
Binary10000010111111100111001101010111100111001100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20171E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20171E; }

 p { color: rgb(32,23,30); }

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

<style>
 a { background-color: #20171E; }

 a { background-color: rgb(32,23,30); }

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

<style>
 span { border-color: #20171E; }

 span { border-color: rgb(32,23,30); }

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