#20111B

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

Shades of Melanzane #20111B

Tints of Melanzane #20111B

Color information

#20111B (or 0x20111B) is unknown color: approx Melanzane. HEX triplet: 20, 11 and 1B. RGB value is (32,17,27). Sum of RGB (Red+Green+Blue) = 32+17+27=76 (10% of max value = 765). Red value is 32 (12.89% from 255 or 42.11% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 32 - color contains mainly: red. Hex color #20111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20111B is #DFEEE4. Grayscale: #161616. Windows color (decimal): -14675685 or 1773856. OLE color: 1773856.

HSL color Cylindrical-coordinate representation of color #20111B: hue angle of 320º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #20111B is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB321727-
CMYK00.470.160.87
HSL320º30.61%9.61%-
HSV(B)320º46.88%12.55%-
XYZ0.990.791.14-
YUV22.62130.47134.69-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 42.11%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 27 (10.94% from 255) = 35.53%
R=42.11%
G=22.37%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32172700.470.160.8732030.619.61
Hex20111B02F10571401fa
Octal402133057201275003712
Binary10000010001110110101111100001010111101000000111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20111B; }

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

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

<style>
 a { background-color: #20111B; }

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

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

<style>
 span { border-color: #20111B; }

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

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