#1A1115

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

Shades of Aubergine #1A1115

Tints of Aubergine #1A1115

Color information

#1A1115 (or 0x1A1115) is unknown color: approx Aubergine. HEX triplet: 1A, 11 and 15. RGB value is (26,17,21). Sum of RGB (Red+Green+Blue) = 26+17+21=64 (8% of max value = 765). Red value is 26 (10.55% from 255 or 40.62% from 64); Green value is 17 (7.03% from 255 or 26.56% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1115 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1115 is #E5EEEA. Grayscale: #141414. Windows color (decimal): -15068907 or 1380634. OLE color: 1380634.

HSL color Cylindrical-coordinate representation of color #1A1115: hue angle of 333.33º degrees, saturation: 0.21, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1A1115 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.90.

Color convert

RGB261721-
CMYK00.350.190.90
HSL333.33º20.93%8.43%-
HSV(B)333.33º34.62%10.2%-
XYZ0.760.670.8-
YUV20.15128.48132.17-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 40.62%
GREEN value IS 17 (7.03% from 255) = 26.56%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=40.62%
G=26.56%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.19
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26172100.350.190.90333.3320.938.43
Hex1A1115023135A14d158
Octal322125043231325152510
Binary1101010001101010100011100111011010101001101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,21); }

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

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

 a { background-color: rgb(26,17,21); }

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

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

 span { border-color: rgb(26,17,21); }

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