#1E161B

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

Shades of Melanzane #1E161B

Tints of Melanzane #1E161B

Color information

#1E161B (or 0x1E161B) is unknown color: approx Melanzane. HEX triplet: 1E, 16 and 1B. RGB value is (30,22,27). Sum of RGB (Red+Green+Blue) = 30+22+27=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E161B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E161B is #E1E9E4. Grayscale: #181818. Windows color (decimal): -14805477 or 1775134. OLE color: 1775134.

HSL color Cylindrical-coordinate representation of color #1E161B: hue angle of 322.5º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1E161B is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB302227-
CMYK00.270.100.88
HSL322.5º15.38%10.2%-
HSV(B)322.5º26.67%11.76%-
XYZ1.020.931.16-
YUV24.96129.15131.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 22 (8.98% from 255) = 27.85%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=37.97%
G=27.85%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30222700.270.100.88322.515.3810.2
Hex1E161B01BA58142fa
Octal362633033121305021712
Binary1111010110110110110111010101100010100001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E161B; }

 p { color: rgb(30,22,27); }

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

<style>
 a { background-color: #1E161B; }

 a { background-color: rgb(30,22,27); }

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

<style>
 span { border-color: #1E161B; }

 span { border-color: rgb(30,22,27); }

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