#200C1B

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

Shades of Melanzane #200C1B

Tints of Melanzane #200C1B

Color information

#200C1B (or 0x200C1B) is unknown color: approx Melanzane. HEX triplet: 20, 0C and 1B. RGB value is (32,12,27). Sum of RGB (Red+Green+Blue) = 32+12+27=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #200C1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C1B is #DFF3E4. Grayscale: #131313. Windows color (decimal): -14676965 or 1772576. OLE color: 1772576.

HSL color Cylindrical-coordinate representation of color #200C1B: hue angle of 315º 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 #200C1B is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB321227-
CMYK00.630.160.87
HSL315º45.45%8.63%-
HSV(B)315º62.5%12.55%-
XYZ0.920.651.11-
YUV19.69132.13136.78-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=45.07%
G=16.90%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32122700.630.160.8731545.458.63
Hex20C1B03F105713b2d9
Octal401433077201274735511
Binary10000011001101101111111000010101111001110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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