#200A1B

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

Shades of Melanzane #200A1B

Tints of Melanzane #200A1B

Color information

#200A1B (or 0x200A1B) is unknown color: approx Melanzane. HEX triplet: 20, 0A and 1B. RGB value is (32,10,27). Sum of RGB (Red+Green+Blue) = 32+10+27=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #200A1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200A1B is #DFF5E4. Grayscale: #121212. Windows color (decimal): -14677477 or 1772064. OLE color: 1772064.

HSL color Cylindrical-coordinate representation of color #200A1B: hue angle of 313.64º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #200A1B is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.87.

Color convert

RGB321027-
CMYK00.690.160.87
HSL313.64º52.38%8.24%-
HSV(B)313.64º68.75%12.55%-
XYZ0.90.61.11-
YUV18.52132.79137.62-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 10 (4.30% from 255) = 14.49%
BLUE value IS 27 (10.94% from 255) = 39.13%
R=46.38%
G=14.49%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32102700.690.160.87313.6452.388.24
Hex20A1B045105713a348
Octal4012330105201274726410
Binary100000101011011010001011000010101111001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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