#1E111A

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

Shades of Melanzane #1E111A

Tints of Melanzane #1E111A

Color information

#1E111A (or 0x1E111A) is unknown color: approx Melanzane. HEX triplet: 1E, 11 and 1A. RGB value is (30,17,26). Sum of RGB (Red+Green+Blue) = 30+17+26=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E111A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E111A is #E1EEE5. Grayscale: #151515. Windows color (decimal): -14806758 or 1708318. OLE color: 1708318.

HSL color Cylindrical-coordinate representation of color #1E111A: hue angle of 318.46º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1E111A is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB301726-
CMYK00.430.130.88
HSL318.46º27.66%9.22%-
HSV(B)318.46º43.33%11.76%-
XYZ0.920.751.07-
YUV21.91130.31133.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 26 (10.55% from 255) = 35.62%
R=41.10%
G=23.29%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30172600.430.130.88318.4627.669.22
Hex1E111A02BD5813e1c9
Octal362132053151304763411
Binary111101000111010010101111011011000100111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,17,26); }

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

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

 a { background-color: rgb(30,17,26); }

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

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

 span { border-color: rgb(30,17,26); }

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