Html Css Color HEX #200519 Melanzane

📋 copy color: '#200519'

red 32 ◦ green 5 ◦ blue 25

#200519
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melanzane #200519

Tints of Melanzane #200519

RGB

 RED value IS 32 (12.89% from 255) = 51.61%

 GREEN value IS 5 (2.34% from 255) = 8.06%

 BLUE value IS 25 (10.16% from 255) = 40.32%

R = 51.61%
G = 8.06%
B = 40.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.87

RGB Variations

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

Color information

#200519 (or 0x200519) is known color: Melanzane. HEX triplet: 20, 05 and 19. RGB value is (32,5,25). Sum of RGB (Red+Green+Blue) = 32+5+25=62 (8% of max value = 765). Red value is 32 (12.89% from 255 or 51.61% from 62); Green value is 5 (2.34% from 255 or 8.06% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 32 - color contains mainly: red. Hex color #200519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200519 is #DFFAE6. Grayscale: #0F0F0F. Windows color (decimal): -14678759 or 1639712. OLE color: 1639712.

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

Color convert

RGB 32 5 25 -
CMYK 0 0.84 0.22 0.87
HSL 315.56º 0.73% 0.07% -
HSV(B) 315.56º 0.84% 0.13% -
XYZ 0.83 0.49 0.97 -
YUV 15.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 32 5 25 0 0.84 0.22 0.87 315.56 0.73 0.07
Hex 20 5 19 0 54 16 57 13C 49 7
Octal 40 5 31 0 124 26 127 474 111 7
Binary 100000 101 11001 0 1010100 10110 1010111 100111100 1001001 111

Color Harmonies of #200519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200519

Black with #200519

Text Example


Text Example

White with #200519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200519; }

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

 H1.HeaderClassName
 {
   color: #200519;
 }
 .AnyTagClassName
 {
   color: #200519;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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