#201B1F

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

Shades of Melanzane #201B1F

Tints of Melanzane #201B1F

Color information

#201B1F (or 0x201B1F) is unknown color: approx Melanzane. HEX triplet: 20, 1B and 1F. RGB value is (32,27,31). Sum of RGB (Red+Green+Blue) = 32+27+31=90 (11% of max value = 765). Red value is 32 (12.89% from 255 or 35.56% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 31 (12.5% from 255 or 34.44% from 90); Max value from RGB is 32 - color contains mainly: red. Hex color #201B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #201B1F is #DFE4E0. Grayscale: #1C1C1C. Windows color (decimal): -14673121 or 2038560. OLE color: 2038560.

HSL color Cylindrical-coordinate representation of color #201B1F: hue angle of 312º 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 #201B1F is Cyan = 0, Magento = 0.16, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB322731-
CMYK00.160.030.87
HSL312º8.47%11.57%-
HSV(B)312º15.62%12.55%-
XYZ1.231.191.46-
YUV28.95129.16130.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 35.56%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 31 (12.5% from 255) = 34.44%
R=35.56%
G=30%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32273100.160.030.873128.4711.57
Hex201B1F0103571388c
Octal40333702031274701014
Binary100000110111111101000011101011110011100010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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