#201B1E

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

Shades of Melanzane #201B1E

Tints of Melanzane #201B1E

Color information

#201B1E (or 0x201B1E) is unknown color: approx Melanzane. HEX triplet: 20, 1B and 1E. RGB value is (32,27,30). Sum of RGB (Red+Green+Blue) = 32+27+30=89 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.96% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 30 (12.11% from 255 or 33.71% from 89); Max value from RGB is 32 - color contains mainly: red. Hex color #201B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B1E is #DFE4E1. Grayscale: #1C1C1C. Windows color (decimal): -14673122 or 1973024. OLE color: 1973024.

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

Color convert

RGB322730-
CMYK00.160.060.87
HSL324º8.47%11.57%-
HSV(B)324º15.62%12.55%-
XYZ1.221.181.39-
YUV28.84128.66130.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.96%
GREEN value IS 27 (10.94% from 255) = 30.34%
BLUE value IS 30 (12.11% from 255) = 33.71%
R=35.96%
G=30.34%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32273000.160.060.873248.4711.57
Hex201B1E0106571448c
Octal40333602061275041014
Binary1000001101111110010000110101011110100010010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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