#200B1A

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

Shades of Melanzane #200B1A

Tints of Melanzane #200B1A

Color information

#200B1A (or 0x200B1A) is unknown color: approx Melanzane. HEX triplet: 20, 0B and 1A. RGB value is (32,11,26). Sum of RGB (Red+Green+Blue) = 32+11+26=69 (9% of max value = 765). Red value is 32 (12.89% from 255 or 46.38% from 69); Green value is 11 (4.69% from 255 or 15.94% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 32 - color contains mainly: red. Hex color #200B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200B1A is #DFF4E5. Grayscale: #121212. Windows color (decimal): -14677222 or 1706784. OLE color: 1706784.

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

Color convert

RGB321126-
CMYK00.660.190.87
HSL317.14º48.84%8.43%-
HSV(B)317.14º65.62%12.55%-
XYZ0.90.621.05-
YUV18.99131.96137.28-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 46.38%
GREEN value IS 11 (4.69% from 255) = 15.94%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=46.38%
G=15.94%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32112600.660.190.87317.1448.848.43
Hex20B1A042135713d318
Octal4013320102231274756110
Binary100000101111010010000101001110101111001111011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,11,26); }

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

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

 a { background-color: rgb(32,11,26); }

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

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

 span { border-color: rgb(32,11,26); }

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