#20081B

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

Shades of Melanzane #20081B

Tints of Melanzane #20081B

Color information

#20081B (or 0x20081B) is unknown color: approx Melanzane. HEX triplet: 20, 08 and 1B. RGB value is (32,8,27). Sum of RGB (Red+Green+Blue) = 32+8+27=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 8 (3.52% from 255 or 11.94% from 67); Blue value is 27 (10.94% from 255 or 40.30% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #20081B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20081B is #DFF7E4. Grayscale: #111111. Windows color (decimal): -14677989 or 1771552. OLE color: 1771552.

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

Color convert

RGB32827-
CMYK00.750.160.87
HSL312.5º60%7.84%-
HSV(B)312.5º75%12.55%-
XYZ0.880.561.1-
YUV17.34133.45138.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.76%
GREEN value IS 8 (3.52% from 255) = 11.94%
BLUE value IS 27 (10.94% from 255) = 40.30%
R=47.76%
G=11.94%
B=40.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3282700.750.160.87312.5607.84
Hex2081B04B10571383c8
Octal4010330113201274707410
Binary100000100011011010010111000010101111001110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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