#1D1518

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

Shades of Aubergine #1D1518

Tints of Aubergine #1D1518

Color information

#1D1518 (or 0x1D1518) is unknown color: approx Aubergine. HEX triplet: 1D, 15 and 18. RGB value is (29,21,24). Sum of RGB (Red+Green+Blue) = 29+21+24=74 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.19% from 74); Green value is 21 (8.59% from 255 or 28.38% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1518 is #E2EAE7. Grayscale: #171717. Windows color (decimal): -14871272 or 1578269. OLE color: 1578269.

HSL color Cylindrical-coordinate representation of color #1D1518: hue angle of 337.5º degrees, saturation: 0.16, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1D1518 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.89.

Color convert

RGB292124-
CMYK00.280.170.89
HSL337.5º16%9.8%-
HSV(B)337.5º27.59%11.37%-
XYZ0.940.860.98-
YUV23.73128.15131.76-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.19%
GREEN value IS 21 (8.59% from 255) = 28.38%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=39.19%
G=28.38%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29212400.280.170.89337.5169.8
Hex1D151801C115915210a
Octal352530034211315222012
Binary111011010111000011100100011011001101010010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,21,24); }

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

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

 a { background-color: rgb(29,21,24); }

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

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

 span { border-color: rgb(29,21,24); }

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