#1E181A

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

Shades of Aubergine #1E181A

Tints of Aubergine #1E181A

Color information

#1E181A (or 0x1E181A) is unknown color: approx Aubergine. HEX triplet: 1E, 18 and 1A. RGB value is (30,24,26). Sum of RGB (Red+Green+Blue) = 30+24+26=80 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.5% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 30 - color contains mainly: red. Hex color #1E181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E181A is #E1E7E5. Grayscale: #1A1A1A. Windows color (decimal): -14804966 or 1710110. OLE color: 1710110.

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

Color convert

RGB302426-
CMYK00.200.130.88
HSL340º11.11%10.59%-
HSV(B)340º20%11.76%-
XYZ1.0511.12-
YUV26.02127.99130.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.5%
GREEN value IS 24 (9.77% from 255) = 30%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=37.5%
G=30%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30242600.200.130.8834011.1110.59
Hex1E181A014D58154bb
Octal363032024151305241313
Binary1111011000110100101001101101100010101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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