#1E191D

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

Shades of Melanzane #1E191D

Tints of Melanzane #1E191D

Color information

#1E191D (or 0x1E191D) is unknown color: approx Melanzane. HEX triplet: 1E, 19 and 1D. RGB value is (30,25,29). Sum of RGB (Red+Green+Blue) = 30+25+29=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 30 - color contains mainly: red. Hex color #1E191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E191D is #E1E6E2. Grayscale: #1A1A1A. Windows color (decimal): -14804707 or 1906974. OLE color: 1906974.

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

Color convert

RGB302529-
CMYK00.170.030.88
HSL312º9.09%10.78%-
HSV(B)312º16.67%11.76%-
XYZ1.11.061.31-
YUV26.95129.16130.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 25 (10.16% from 255) = 29.76%
BLUE value IS 29 (11.72% from 255) = 34.52%
R=35.71%
G=29.76%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30252900.170.030.883129.0910.78
Hex1E191D0113581389b
Octal36313502131304701113
Binary11110110011110101000111101100010011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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