#1F1619

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

Shades of Aubergine #1F1619

Tints of Aubergine #1F1619

Color information

#1F1619 (or 0x1F1619) is unknown color: approx Aubergine. HEX triplet: 1F, 16 and 19. RGB value is (31,22,25). Sum of RGB (Red+Green+Blue) = 31+22+25=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 22 (8.98% from 255 or 28.21% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1619 is #E0E9E6. Grayscale: #191919. Windows color (decimal): -14739943 or 1644063. OLE color: 1644063.

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

Color convert

RGB312225-
CMYK00.290.190.88
HSL340º16.98%10.39%-
HSV(B)340º29.03%12.16%-
XYZ1.030.941.05-
YUV25.03127.98132.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.74%
GREEN value IS 22 (8.98% from 255) = 28.21%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=39.74%
G=28.21%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31222500.290.190.8834016.9810.39
Hex1F161901D135815411a
Octal372631035231305242112
Binary111111011011001011101100111011000101010100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,22,25); }

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

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

 a { background-color: rgb(31,22,25); }

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

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

 span { border-color: rgb(31,22,25); }

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