#20061A

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

Shades of Melanzane #20061A

Tints of Melanzane #20061A

Color information

#20061A (or 0x20061A) is unknown color: approx Melanzane. HEX triplet: 20, 06 and 1A. RGB value is (32,6,26). Sum of RGB (Red+Green+Blue) = 32+6+26=64 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 26 (10.55% from 255 or 40.62% from 64); Max value from RGB is 32 - color contains mainly: red. Hex color #20061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20061A is #DFF9E5. Grayscale: #101010. Windows color (decimal): -14678502 or 1705504. OLE color: 1705504.

HSL color Cylindrical-coordinate representation of color #20061A: hue angle of 313.85º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20061A is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB32626-
CMYK00.810.190.87
HSL313.85º68.42%7.45%-
HSV(B)313.85º81.25%12.55%-
XYZ0.850.511.03-
YUV16.05133.61139.37-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 26 (10.55% from 255) = 40.62%
R=50%
G=9.38%
B=40.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3262600.810.190.87313.8568.427.45
Hex2061A051135713a447
Octal406320121231274721047
Binary10000011011010010100011001110101111001110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20061A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20061A; }

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

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

<style>
 a { background-color: #20061A; }

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

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

<style>
 span { border-color: #20061A; }

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

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