#200819

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

Shades of Melanzane #200819

Tints of Melanzane #200819

Color information

#200819 (or 0x200819) is unknown color: approx Melanzane. HEX triplet: 20, 08 and 19. RGB value is (32,8,25). Sum of RGB (Red+Green+Blue) = 32+8+25=65 (8% of max value = 765). Red value is 32 (12.89% from 255 or 49.23% from 65); Green value is 8 (3.52% from 255 or 12.31% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 32 - color contains mainly: red. Hex color #200819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200819 is #DFF7E6. Grayscale: #111111. Windows color (decimal): -14677991 or 1640480. OLE color: 1640480.

HSL color Cylindrical-coordinate representation of color #200819: hue angle of 317.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 #200819 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB32825-
CMYK00.750.220.87
HSL317.5º60%7.84%-
HSV(B)317.5º75%12.55%-
XYZ0.860.550.98-
YUV17.11132.45138.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 49.23%
GREEN value IS 8 (3.52% from 255) = 12.31%
BLUE value IS 25 (10.16% from 255) = 38.46%
R=49.23%
G=12.31%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3282500.750.220.87317.5607.84
Hex2081904B165713e3c8
Octal4010310113261274767410
Binary100000100011001010010111011010101111001111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200819; }

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

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

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

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

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

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

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

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