#1F191B

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

Shades of Aubergine #1F191B

Tints of Aubergine #1F191B

Color information

#1F191B (or 0x1F191B) is unknown color: approx Aubergine. HEX triplet: 1F, 19 and 1B. RGB value is (31,25,27). Sum of RGB (Red+Green+Blue) = 31+25+27=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 31 - color contains mainly: red. Hex color #1F191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F191B is #E0E6E4. Grayscale: #1B1B1B. Windows color (decimal): -14739173 or 1775903. OLE color: 1775903.

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

Color convert

RGB312527-
CMYK00.190.130.88
HSL340º10.71%10.98%-
HSV(B)340º19.35%12.16%-
XYZ1.111.071.18-
YUV27.02127.99130.84-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=37.35%
G=30.12%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31252700.190.130.8834010.7110.98
Hex1F191B013D58154bb
Octal373133023151305241313
Binary1111111001110110100111101101100010101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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