#20051A

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

Shades of Melanzane #20051A

Tints of Melanzane #20051A

Color information

#20051A (or 0x20051A) is unknown color: approx Melanzane. HEX triplet: 20, 05 and 1A. RGB value is (32,5,26). Sum of RGB (Red+Green+Blue) = 32+5+26=63 (8% of max value = 765). Red value is 32 (12.89% from 255 or 50.79% from 63); Green value is 5 (2.34% from 255 or 7.94% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 32 - color contains mainly: red. Hex color #20051A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20051A is #DFFAE5. Grayscale: #0F0F0F. Windows color (decimal): -14678758 or 1705248. OLE color: 1705248.

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

Color convert

RGB32526-
CMYK00.840.190.87
HSL313.33º72.97%7.25%-
HSV(B)313.33º84.38%12.55%-
XYZ0.840.491.03-
YUV15.47133.95139.79-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 50.79%
GREEN value IS 5 (2.34% from 255) = 7.94%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=50.79%
G=7.94%
B=41.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal3252600.840.190.87313.3372.977.25
Hex2051A0541357139497
Octal405320124231274711117
Binary10000010111010010101001001110101111001110011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20051A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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