#200C1A

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

Shades of Melanzane #200C1A

Tints of Melanzane #200C1A

Color information

#200C1A (or 0x200C1A) is unknown color: approx Melanzane. HEX triplet: 20, 0C and 1A. RGB value is (32,12,26). Sum of RGB (Red+Green+Blue) = 32+12+26=70 (9% of max value = 765). Red value is 32 (12.89% from 255 or 45.71% from 70); Green value is 12 (5.08% from 255 or 17.14% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 32 - color contains mainly: red. Hex color #200C1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #200C1A is #DFF3E5. Grayscale: #131313. Windows color (decimal): -14676966 or 1707040. OLE color: 1707040.

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

Color convert

RGB321226-
CMYK00.630.190.87
HSL318º45.45%8.63%-
HSV(B)318º62.5%12.55%-
XYZ0.910.641.05-
YUV19.58131.63136.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 45.71%
GREEN value IS 12 (5.08% from 255) = 17.14%
BLUE value IS 26 (10.55% from 255) = 37.14%
R=45.71%
G=17.14%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32122600.630.190.8731845.458.63
Hex20C1A03F135713e2d9
Octal401432077231274765511
Binary10000011001101001111111001110101111001111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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