#1F171A

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

Shades of Aubergine #1F171A

Tints of Aubergine #1F171A

Color information

#1F171A (or 0x1F171A) is unknown color: approx Aubergine. HEX triplet: 1F, 17 and 1A. RGB value is (31,23,26). Sum of RGB (Red+Green+Blue) = 31+23+26=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 26 (10.55% from 255 or 32.5% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F171A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171A is #E0E8E5. Grayscale: #191919. Windows color (decimal): -14739686 or 1709855. OLE color: 1709855.

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

Color convert

RGB312326-
CMYK00.260.160.88
HSL337.5º14.81%10.59%-
HSV(B)337.5º25.81%12.16%-
XYZ1.060.981.11-
YUV25.73128.15131.76-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.75%
GREEN value IS 23 (9.38% from 255) = 28.75%
BLUE value IS 26 (10.55% from 255) = 32.5%
R=38.75%
G=28.75%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31232600.260.160.88337.514.8110.59
Hex1F171A01A1058152fb
Octal372732032201305221713
Binary11111101111101001101010000101100010101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,26); }

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

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

 a { background-color: rgb(31,23,26); }

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

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

 span { border-color: rgb(31,23,26); }

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