#1E1519

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

Shades of Aubergine #1E1519

Tints of Aubergine #1E1519

Color information

#1E1519 (or 0x1E1519) is unknown color: approx Aubergine. HEX triplet: 1E, 15 and 19. RGB value is (30,21,25). Sum of RGB (Red+Green+Blue) = 30+21+25=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1519 is #E1EAE6. Grayscale: #181818. Windows color (decimal): -14805735 or 1643806. OLE color: 1643806.

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

Color convert

RGB302125-
CMYK00.300.170.88
HSL333.33º17.65%10%-
HSV(B)333.33º30%11.76%-
XYZ0.980.881.04-
YUV24.15128.48132.17-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 39.47%
GREEN value IS 21 (8.59% from 255) = 27.63%
BLUE value IS 25 (10.16% from 255) = 32.89%
R=39.47%
G=27.63%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30212500.300.170.88333.3317.6510
Hex1E151901E115814d12a
Octal362531036211305152212
Binary111101010111001011110100011011000101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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