#1D191A

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

Shades of Aubergine #1D191A

Tints of Aubergine #1D191A

Color information

#1D191A (or 0x1D191A) is unknown color: approx Aubergine. HEX triplet: 1D, 19 and 1A. RGB value is (29,25,26). Sum of RGB (Red+Green+Blue) = 29+25+26=80 (10% of max value = 765). Red value is 29 (11.72% from 255 or 36.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 29 - color contains mainly: red. Hex color #1D191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1D191A is #E2E6E5. Grayscale: #1A1A1A. Windows color (decimal): -14870246 or 1710365. OLE color: 1710365.

HSL color Cylindrical-coordinate representation of color #1D191A: hue angle of 345º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1D191A is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.89.

Color convert

RGB292526-
CMYK00.140.100.89
HSL345º7.41%10.59%-
HSV(B)345º13.79%11.37%-
XYZ1.041.031.12-
YUV26.31127.83129.92-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 36.25%
GREEN value IS 25 (10.16% from 255) = 31.25%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=36.25%
G=31.25%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal29252600.140.100.893457.4110.59
Hex1D191A0EA591597b
Octal35313201612131531713
Binary11101110011101001110101010110011010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,25,26); }

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

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

 a { background-color: rgb(29,25,26); }

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

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

 span { border-color: rgb(29,25,26); }

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