#1E171A

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

Shades of Aubergine #1E171A

Tints of Aubergine #1E171A

Color information

#1E171A (or 0x1E171A) is unknown color: approx Aubergine. HEX triplet: 1E, 17 and 1A. RGB value is (30,23,26). Sum of RGB (Red+Green+Blue) = 30+23+26=79 (10% of max value = 765). Red value is 30 (12.11% from 255 or 37.97% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 30 - color contains mainly: red. Hex color #1E171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E171A is #E1E8E5. Grayscale: #191919. Windows color (decimal): -14805222 or 1709854. OLE color: 1709854.

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

Color convert

RGB302326-
CMYK00.230.130.88
HSL334.29º13.21%10.39%-
HSV(B)334.29º23.33%11.76%-
XYZ1.030.961.11-
YUV25.43128.32131.26-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 37.97%
GREEN value IS 23 (9.38% from 255) = 29.11%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=37.97%
G=29.11%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30232600.230.130.88334.2913.2110.39
Hex1E171A017D5814eda
Octal362732027151305161512
Binary1111010111110100101111101101100010100111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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