#1E151B

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

Shades of Melanzane #1E151B

Tints of Melanzane #1E151B

Color information

#1E151B (or 0x1E151B) is unknown color: approx Melanzane. HEX triplet: 1E, 15 and 1B. RGB value is (30,21,27). Sum of RGB (Red+Green+Blue) = 30+21+27=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151B is #E1EAE4. Grayscale: #181818. Windows color (decimal): -14805733 or 1774878. OLE color: 1774878.

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

Color convert

RGB302127-
CMYK00.300.100.88
HSL320º17.65%10%-
HSV(B)320º30%11.76%-
XYZ10.891.16-
YUV24.37129.48132.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.46%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=38.46%
G=26.92%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30212700.300.100.8832017.6510
Hex1E151B01EA5814012a
Octal362533036121305002212
Binary11110101011101101111010101011000101000000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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