#1E181D

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

Shades of Melanzane #1E181D

Tints of Melanzane #1E181D

Color information

#1E181D (or 0x1E181D) is unknown color: approx Melanzane. HEX triplet: 1E, 18 and 1D. RGB value is (30,24,29). Sum of RGB (Red+Green+Blue) = 30+24+29=83 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.14% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 30 - color contains mainly: red. Hex color #1E181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E181D is #E1E7E2. Grayscale: #1A1A1A. Windows color (decimal): -14804963 or 1906718. OLE color: 1906718.

HSL color Cylindrical-coordinate representation of color #1E181D: hue angle of 310º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #1E181D is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.88.

Color convert

RGB302429-
CMYK00.200.030.88
HSL310º11.11%10.59%-
HSV(B)310º20%11.76%-
XYZ1.081.021.3-
YUV26.36129.49130.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.14%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=36.14%
G=28.92%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30242900.200.030.8831011.1110.59
Hex1E181D014358136bb
Octal36303502431304661313
Binary11110110001110101010011101100010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E181D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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