#1D1418

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

Shades of Aubergine #1D1418

Tints of Aubergine #1D1418

Color information

#1D1418 (or 0x1D1418) is unknown color: approx Aubergine. HEX triplet: 1D, 14 and 18. RGB value is (29,20,24). Sum of RGB (Red+Green+Blue) = 29+20+24=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1418 is #E2EBE7. Grayscale: #171717. Windows color (decimal): -14871528 or 1578013. OLE color: 1578013.

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

Color convert

RGB292024-
CMYK00.310.170.89
HSL333.33º18.37%9.61%-
HSV(B)333.33º31.03%11.37%-
XYZ0.920.830.98-
YUV23.15128.48132.17-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 39.73%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 24 (9.77% from 255) = 32.88%
R=39.73%
G=27.40%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29202400.310.170.89333.3318.379.61
Hex1D141801F115914d12a
Octal352430037211315152212
Binary111011010011000011111100011011001101001101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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