#200C1C

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

Shades of Melanzane #200C1C

Tints of Melanzane #200C1C

Color information

#200C1C (or 0x200C1C) is unknown color: approx Melanzane. HEX triplet: 20, 0C and 1C. RGB value is (32,12,28). Sum of RGB (Red+Green+Blue) = 32+12+28=72 (9% of max value = 765). Red value is 32 (12.89% from 255 or 44.44% from 72); Green value is 12 (5.08% from 255 or 16.67% from 72); Blue value is 28 (11.33% from 255 or 38.89% from 72); Max value from RGB is 32 - color contains mainly: red. Hex color #200C1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C1C is #DFF3E3. Grayscale: #131313. Windows color (decimal): -14676964 or 1838112. OLE color: 1838112.

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

Color convert

RGB321228-
CMYK00.630.120.87
HSL312º45.45%8.63%-
HSV(B)312º62.5%12.55%-
XYZ0.940.651.18-
YUV19.8132.63136.7-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 44.44%
GREEN value IS 12 (5.08% from 255) = 16.67%
BLUE value IS 28 (11.33% from 255) = 38.89%
R=44.44%
G=16.67%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32122800.630.120.8731245.458.63
Hex20C1C03FC571382d9
Octal401434077141274705511
Binary1000001100111000111111110010101111001110001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,12,28); }

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

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

 a { background-color: rgb(32,12,28); }

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

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

 span { border-color: rgb(32,12,28); }

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