#201C1E

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

Shades of Melanzane #201C1E

Tints of Melanzane #201C1E

Color information

#201C1E (or 0x201C1E) is unknown color: approx Melanzane. HEX triplet: 20, 1C and 1E. RGB value is (32,28,30). Sum of RGB (Red+Green+Blue) = 32+28+30=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 30 (12.11% from 255 or 33.33% from 90); Max value from RGB is 32 - color contains mainly: red. Hex color #201C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201C1E is #DFE3E1. Grayscale: #1D1D1D. Windows color (decimal): -14672866 or 1973280. OLE color: 1973280.

HSL color Cylindrical-coordinate representation of color #201C1E: hue angle of 330º degrees, saturation: 0.07, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #201C1E is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB322830-
CMYK00.120.060.87
HSL330º6.67%11.76%-
HSV(B)330º12.5%12.55%-
XYZ1.251.231.4-
YUV29.42128.33129.84-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.56%
GREEN value IS 28 (11.33% from 255) = 31.11%
BLUE value IS 30 (12.11% from 255) = 33.33%
R=35.56%
G=31.11%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32283000.120.060.873306.6711.76
Hex201C1E0C65714a7c
Octal4034360146127512714
Binary10000011100111100110011010101111010010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201C1E; }

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

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

<style>
 a { background-color: #201C1E; }

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

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

<style>
 span { border-color: #201C1E; }

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

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