#1E171B

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

Shades of Melanzane #1E171B

Tints of Melanzane #1E171B

Color information

#1E171B (or 0x1E171B) is unknown color: approx Melanzane. HEX triplet: 1E, 17 and 1B. RGB value is (30,23,27). Sum of RGB (Red+Green+Blue) = 30+23+27=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 30 - color contains mainly: red. Hex color #1E171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E171B is #E1E8E4. Grayscale: #191919. Windows color (decimal): -14805221 or 1775390. OLE color: 1775390.

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

Color convert

RGB302327-
CMYK00.230.100.88
HSL325.71º13.21%10.39%-
HSV(B)325.71º23.33%11.76%-
XYZ1.040.971.17-
YUV25.55128.82131.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.5%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 27 (10.94% from 255) = 33.75%
R=37.5%
G=28.75%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30232700.230.100.88325.7113.2110.39
Hex1E171B017A58146da
Octal362733027121305061512
Binary1111010111110110101111010101100010100011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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