#1E1318

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

Shades of Aubergine #1E1318

Tints of Aubergine #1E1318

Color information

#1E1318 (or 0x1E1318) is unknown color: approx Aubergine. HEX triplet: 1E, 13 and 18. RGB value is (30,19,24). Sum of RGB (Red+Green+Blue) = 30+19+24=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1318 is #E1ECE7. Grayscale: #161616. Windows color (decimal): -14806248 or 1577758. OLE color: 1577758.

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

Color convert

RGB301924-
CMYK00.370.200.88
HSL332.73º22.45%9.61%-
HSV(B)332.73º36.67%11.76%-
XYZ0.930.810.97-
YUV22.86128.64133.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.10%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=41.10%
G=26.03%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30192400.370.200.88332.7322.459.61
Hex1E1318025145814d16a
Octal362330045241305152612
Binary1111010011110000100101101001011000101001101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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