#20131E

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

Shades of Melanzane #20131E

Tints of Melanzane #20131E

Color information

#20131E (or 0x20131E) is unknown color: approx Melanzane. HEX triplet: 20, 13 and 1E. RGB value is (32,19,30). Sum of RGB (Red+Green+Blue) = 32+19+30=81 (10% of max value = 765). Red value is 32 (12.89% from 255 or 39.51% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 30 (12.11% from 255 or 37.04% from 81); Max value from RGB is 32 - color contains mainly: red. Hex color #20131E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20131E is #DFECE1. Grayscale: #181818. Windows color (decimal): -14675170 or 1970976. OLE color: 1970976.

HSL color Cylindrical-coordinate representation of color #20131E: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #20131E is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB321930-
CMYK00.410.060.87
HSL309.23º25.49%10%-
HSV(B)309.23º40.62%12.55%-
XYZ1.060.871.34-
YUV24.14131.31133.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 39.51%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 30 (12.11% from 255) = 37.04%
R=39.51%
G=23.46%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32193000.410.060.87309.2325.4910
Hex20131E02965713519a
Octal40233605161274653112
Binary100000100111111001010011101010111100110101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20131E; }

 p { color: rgb(32,19,30); }

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

<style>
 a { background-color: #20131E; }

 a { background-color: rgb(32,19,30); }

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

<style>
 span { border-color: #20131E; }

 span { border-color: rgb(32,19,30); }

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