Html Css Color HEX #200D19 Melanzane

📋 copy color: '#200D19'

red 32 ◦ green 13 ◦ blue 25

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

Shades of Melanzane #200D19

Tints of Melanzane #200D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.57%

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

R = 45.71%
G = 18.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.87

RGB Variations

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

Color information

#200D19 (or 0x200D19) is known color: Melanzane. HEX triplet: 20, 0D and 19. RGB value is (32,13,25). Sum of RGB (Red+Green+Blue) = 32+13+25=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 13 (5.47% from 255 or 18.57% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #200D19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200D19 is #DFF2E6. Grayscale: #141414. Windows color (decimal): -14676711 or 1641760. OLE color: 1641760.

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

Color convert

RGB 32 13 25 -
CMYK 0 0.59 0.22 0.87
HSL 322.11º 0.42% 0.09% -
HSV(B) 322.11º 0.59% 0.13% -
XYZ 0.92 0.67 1 -
YUV 20.05 130.79 136.52 -
System Red Green Blue C M Y K H S L
Decimal 32 13 25 0 0.59 0.22 0.87 322.11 0.42 0.09
Hex 20 D 19 0 3B 16 57 142 2A 9
Octal 40 15 31 0 73 26 127 502 52 11
Binary 100000 1101 11001 0 111011 10110 1010111 101000010 101010 1001

Color Harmonies of #200D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200D19

Black with #200D19

Text Example


Text Example

White with #200D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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