#1E1118

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

Shades of Melanzane #1E1118

Tints of Melanzane #1E1118

Color information

#1E1118 (or 0x1E1118) is unknown color: approx Melanzane. HEX triplet: 1E, 11 and 18. RGB value is (30,17,24). Sum of RGB (Red+Green+Blue) = 30+17+24=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 24 (9.77% from 255 or 33.80% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1118 is #E1EEE7. Grayscale: #151515. Windows color (decimal): -14806760 or 1577246. OLE color: 1577246.

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

Color convert

RGB301724-
CMYK00.430.200.88
HSL327.69º27.66%9.22%-
HSV(B)327.69º43.33%11.76%-
XYZ0.90.740.96-
YUV21.68129.31133.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 42.25%
GREEN value IS 17 (7.03% from 255) = 23.94%
BLUE value IS 24 (9.77% from 255) = 33.80%
R=42.25%
G=23.94%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30172400.430.200.88327.6927.669.22
Hex1E111802B14581481c9
Octal362130053241305103411
Binary1111010001110000101011101001011000101001000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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