#1A1517

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

Shades of Aubergine #1A1517

Tints of Aubergine #1A1517

Color information

#1A1517 (or 0x1A1517) is unknown color: approx Aubergine. HEX triplet: 1A, 15 and 17. RGB value is (26,21,23). Sum of RGB (Red+Green+Blue) = 26+21+23=70 (9% of max value = 765). Red value is 26 (10.55% from 255 or 37.14% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1517 is #E5EAE8. Grayscale: #161616. Windows color (decimal): -15067881 or 1512730. OLE color: 1512730.

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

Color convert

RGB262123-
CMYK00.190.120.90
HSL336º10.64%9.22%-
HSV(B)336º19.23%10.2%-
XYZ0.850.820.92-
YUV22.72128.16130.34-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 37.14%
GREEN value IS 21 (8.59% from 255) = 30%
BLUE value IS 23 (9.38% from 255) = 32.86%
R=37.14%
G=30%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.12
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26212300.190.120.9033610.649.22
Hex1A1517013C5A150b9
Octal322527023141325201311
Binary1101010101101110100111100101101010101000010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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