#1E171D

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

Shades of Melanzane #1E171D

Tints of Melanzane #1E171D

Color information

#1E171D (or 0x1E171D) is unknown color: approx Melanzane. HEX triplet: 1E, 17 and 1D. RGB value is (30,23,29). Sum of RGB (Red+Green+Blue) = 30+23+29=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 30 - color contains mainly: red. Hex color #1E171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E171D is #E1E8E2. Grayscale: #191919. Windows color (decimal): -14805219 or 1906462. OLE color: 1906462.

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

Color convert

RGB302329-
CMYK00.230.030.88
HSL308.57º13.21%10.39%-
HSV(B)308.57º23.33%11.76%-
XYZ1.060.981.3-
YUV25.78129.82131.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.59%
GREEN value IS 23 (9.38% from 255) = 28.05%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=36.59%
G=28.05%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30232900.230.030.88308.5713.2110.39
Hex1E171D017358135da
Octal36273502731304651512
Binary11110101111110101011111101100010011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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