#1E1518

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

Shades of Aubergine #1E1518

Tints of Aubergine #1E1518

Color information

#1E1518 (or 0x1E1518) is unknown color: approx Aubergine. HEX triplet: 1E, 15 and 18. RGB value is (30,21,24). Sum of RGB (Red+Green+Blue) = 30+21+24=75 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40% from 75); Green value is 21 (8.59% from 255 or 28% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1518 is #E1EAE7. Grayscale: #181818. Windows color (decimal): -14805736 or 1578270. OLE color: 1578270.

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

Color convert

RGB302124-
CMYK00.300.200.88
HSL340º17.65%10%-
HSV(B)340º30%11.76%-
XYZ0.970.880.98-
YUV24.03127.98132.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40%
GREEN value IS 21 (8.59% from 255) = 28%
BLUE value IS 24 (9.77% from 255) = 32%
R=40%
G=28%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30212400.300.200.8834017.6510
Hex1E151801E145815412a
Octal362530036241305242212
Binary111101010111000011110101001011000101010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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