#200A19

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

Shades of Melanzane #200A19

Tints of Melanzane #200A19

Color information

#200A19 (or 0x200A19) is unknown color: approx Melanzane. HEX triplet: 20, 0A and 19. RGB value is (32,10,25). Sum of RGB (Red+Green+Blue) = 32+10+25=67 (8% of max value = 765). Red value is 32 (12.89% from 255 or 47.76% from 67); Green value is 10 (4.30% from 255 or 14.93% from 67); Blue value is 25 (10.16% from 255 or 37.31% from 67); Max value from RGB is 32 - color contains mainly: red. Hex color #200A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200A19 is #DFF5E6. Grayscale: #121212. Windows color (decimal): -14677479 or 1640992. OLE color: 1640992.

HSL color Cylindrical-coordinate representation of color #200A19: hue angle of 319.09º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A19 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB321025-
CMYK00.690.220.87
HSL319.09º52.38%8.24%-
HSV(B)319.09º68.75%12.55%-
XYZ0.880.590.99-
YUV18.29131.79137.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 47.76%
GREEN value IS 10 (4.30% from 255) = 14.93%
BLUE value IS 25 (10.16% from 255) = 37.31%
R=47.76%
G=14.93%
B=37.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32102500.690.220.87319.0952.388.24
Hex20A19045165713f348
Octal4012310105261274776410
Binary100000101011001010001011011010101111001111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200A19; }

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

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

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

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

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

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

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

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