#1E1B1C

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

Shades of Aubergine #1E1B1C

Tints of Aubergine #1E1B1C

Color information

#1E1B1C (or 0x1E1B1C) is unknown color: approx Aubergine. HEX triplet: 1E, 1B and 1C. RGB value is (30,27,28). Sum of RGB (Red+Green+Blue) = 30+27+28=85 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.29% from 85); Green value is 27 (10.94% from 255 or 31.76% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1B1C is #E1E4E3. Grayscale: #1C1C1C. Windows color (decimal): -14804196 or 1841950. OLE color: 1841950.

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

Color convert

RGB302728-
CMYK00.100.070.88
HSL340º5.26%11.18%-
HSV(B)340º10%11.76%-
XYZ1.141.141.26-
YUV28.01127.99129.42-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.29%
GREEN value IS 27 (10.94% from 255) = 31.76%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=35.29%
G=31.76%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30272800.100.070.883405.2611.18
Hex1E1B1C0A7581545b
Octal3633340127130524513
Binary1111011011111000101011110110001010101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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