#1E191B

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

Shades of Aubergine #1E191B

Tints of Aubergine #1E191B

Color information

#1E191B (or 0x1E191B) is unknown color: approx Aubergine. HEX triplet: 1E, 19 and 1B. RGB value is (30,25,27). Sum of RGB (Red+Green+Blue) = 30+25+27=82 (10% of max value = 765). Red value is 30 (12.11% from 255 or 36.59% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 30 - color contains mainly: red. Hex color #1E191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E191B is #E1E6E4. Grayscale: #1A1A1A. Windows color (decimal): -14804709 or 1775902. OLE color: 1775902.

HSL color Cylindrical-coordinate representation of color #1E191B: hue angle of 336º degrees, saturation: 0.09, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #1E191B is Cyan = 0, Magento = 0.17, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB302527-
CMYK00.170.100.88
HSL336º9.09%10.78%-
HSV(B)336º16.67%11.76%-
XYZ1.081.051.18-
YUV26.72128.16130.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 36.59%
GREEN value IS 25 (10.16% from 255) = 30.49%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=36.59%
G=30.49%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30252700.170.100.883369.0910.78
Hex1E191B011A581509b
Octal363133021121305201113
Binary1111011001110110100011010101100010101000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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