#1E151A

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

Shades of Melanzane #1E151A

Tints of Melanzane #1E151A

Color information

#1E151A (or 0x1E151A) is unknown color: approx Melanzane. HEX triplet: 1E, 15 and 1A. RGB value is (30,21,26). Sum of RGB (Red+Green+Blue) = 30+21+26=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 30 - color contains mainly: red. Hex color #1E151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E151A is #E1EAE5. Grayscale: #181818. Windows color (decimal): -14805734 or 1709342. OLE color: 1709342.

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

Color convert

RGB302126-
CMYK00.300.130.88
HSL326.67º17.65%10%-
HSV(B)326.67º30%11.76%-
XYZ0.990.891.1-
YUV24.26128.98132.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.96%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=38.96%
G=27.27%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30212600.300.130.88326.6717.6510
Hex1E151A01ED5814712a
Octal362532036151305072212
Binary11110101011101001111011011011000101000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,26); }

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

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

 a { background-color: rgb(30,21,26); }

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

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

 span { border-color: rgb(30,21,26); }

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