#1F1519

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

Shades of Aubergine #1F1519

Tints of Aubergine #1F1519

Color information

#1F1519 (or 0x1F1519) is unknown color: approx Aubergine. HEX triplet: 1F, 15 and 19. RGB value is (31,21,25). Sum of RGB (Red+Green+Blue) = 31+21+25=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 21 (8.59% from 255 or 27.27% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1519 is #E0EAE6. Grayscale: #181818. Windows color (decimal): -14740199 or 1643807. OLE color: 1643807.

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

Color convert

RGB312125-
CMYK00.320.190.88
HSL336º19.23%10.2%-
HSV(B)336º32.26%12.16%-
XYZ1.010.91.04-
YUV24.45128.31132.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.26%
GREEN value IS 21 (8.59% from 255) = 27.27%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=40.26%
G=27.27%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31212500.320.190.8833619.2310.2
Hex1F1519020135815013a
Octal372531040231305202312
Binary1111110101110010100000100111011000101010000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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