#200019

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

Shades of Melanzane #200019

Tints of Melanzane #200019

Color information

#200019 (or 0x200019) is unknown color: approx Melanzane. HEX triplet: 20, 00 and 19. RGB value is (32,0,25). Sum of RGB (Red+Green+Blue) = 32+0+25=57 (7% of max value = 765). Red value is 32 (12.89% from 255 or 56.14% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 32 - color contains mainly: red. Hex color #200019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200019 is #DFFFE6. Grayscale: #0C0C0C. Windows color (decimal): -14680039 or 1638432. OLE color: 1638432.

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

Color convert

RGB32025-
CMYK010.220.87
HSL313.12º100%6.27%-
HSV(B)313.12º100%12.55%-
XYZ0.770.380.95-
YUV12.42135.1141.97-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 56.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 43.86%
R=56.14%
G=0%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32025010.220.87313.121006.27
Hex200190641657139646
Octal400310144261274711446
Binary100000011001011001001011010101111001110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200019; }

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

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

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

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

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

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

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

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