#200D1A

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

Shades of Melanzane #200D1A

Tints of Melanzane #200D1A

Color information

#200D1A (or 0x200D1A) is unknown color: approx Melanzane. HEX triplet: 20, 0D and 1A. RGB value is (32,13,26). Sum of RGB (Red+Green+Blue) = 32+13+26=71 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.07% from 71); Green value is 13 (5.47% from 255 or 18.31% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 32 - color contains mainly: red. Hex color #200D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200D1A is #DFF2E5. Grayscale: #141414. Windows color (decimal): -14676710 or 1707296. OLE color: 1707296.

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

Color convert

RGB321326-
CMYK00.590.190.87
HSL318.95º42.22%8.82%-
HSV(B)318.95º59.38%12.55%-
XYZ0.930.671.06-
YUV20.16131.29136.44-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.07%
GREEN value IS 13 (5.47% from 255) = 18.31%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=45.07%
G=18.31%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32132600.590.190.87318.9542.228.82
Hex20D1A03B135713f2a9
Octal401532073231274775211
Binary10000011011101001110111001110101111001111111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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