#1E181B

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

Shades of Melanzane #1E181B

Tints of Melanzane #1E181B

Color information

#1E181B (or 0x1E181B) is unknown color: approx Melanzane. HEX triplet: 1E, 18 and 1B. RGB value is (30,24,27). Sum of RGB (Red+Green+Blue) = 30+24+27=81 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.04% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 30 - color contains mainly: red. Hex color #1E181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E181B is #E1E7E4. Grayscale: #1A1A1A. Windows color (decimal): -14804965 or 1775646. OLE color: 1775646.

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

Color convert

RGB302427-
CMYK00.200.100.88
HSL330º11.11%10.59%-
HSV(B)330º20%11.76%-
XYZ1.061.011.18-
YUV26.14128.49130.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.04%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=37.04%
G=29.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30242700.200.100.8833011.1110.59
Hex1E181B014A5814abb
Octal363033024121305121313
Binary1111011000110110101001010101100010100101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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