#1E111B

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

Shades of Melanzane #1E111B

Tints of Melanzane #1E111B

Color information

#1E111B (or 0x1E111B) is unknown color: approx Melanzane. HEX triplet: 1E, 11 and 1B. RGB value is (30,17,27). Sum of RGB (Red+Green+Blue) = 30+17+27=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E111B is #E1EEE4. Grayscale: #161616. Windows color (decimal): -14806757 or 1773854. OLE color: 1773854.

HSL color Cylindrical-coordinate representation of color #1E111B: hue angle of 313.85º 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 #1E111B is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB301727-
CMYK00.430.100.88
HSL313.85º27.66%9.22%-
HSV(B)313.85º43.33%11.76%-
XYZ0.930.761.13-
YUV22.03130.81133.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 17 (7.03% from 255) = 22.97%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=40.54%
G=22.97%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30172700.430.100.88313.8527.669.22
Hex1E111B02BA5813a1c9
Octal362133053121304723411
Binary111101000111011010101110101011000100111010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E111B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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