Html Css Color HEX #200E1D Melanzane

📋 copy color: '#200E1D'

red 32 ◦ green 14 ◦ blue 29

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

Shades of Melanzane #200E1D

Tints of Melanzane #200E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 18.67%

 BLUE value IS 29 (11.72% from 255) = 38.67%

R = 42.67%
G = 18.67%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#200E1D (or 0x200E1D) is known color: Melanzane. HEX triplet: 20, 0E and 1D. RGB value is (32,14,29). Sum of RGB (Red+Green+Blue) = 32+14+29=75 (9% of max value = 765). Red value is 32 (12.89% from 255 or 42.67% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 29 (11.72% from 255 or 38.67% from 75); Max value from RGB is 32 - color contains mainly: red. Hex color #200E1D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200E1D is #DFF1E2. Grayscale: #151515. Windows color (decimal): -14676451 or 1904160. OLE color: 1904160.

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

Color convert

RGB 32 14 29 -
CMYK 0 0.56 0.09 0.87
HSL 310º 0.39% 0.09% -
HSV(B) 310º 0.56% 0.13% -
XYZ 0.97 0.71 1.25 -
YUV 21.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 32 14 29 0 0.56 0.09 0.87 310 0.39 0.09
Hex 20 E 1D 0 38 9 57 136 27 9
Octal 40 16 35 0 70 11 127 466 47 11
Binary 100000 1110 11101 0 111000 1001 1010111 100110110 100111 1001

Color Harmonies of #200E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200E1D

Black with #200E1D

Text Example


Text Example

White with #200E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,14,29); }

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

background-color css

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

 a { background-color: rgb(32,14,29); }

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

border-color css

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

 span { border-color: rgb(32,14,29); }

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