#1F181A

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

Shades of Aubergine #1F181A

Tints of Aubergine #1F181A

Color information

#1F181A (or 0x1F181A) is unknown color: approx Aubergine. HEX triplet: 1F, 18 and 1A. RGB value is (31,24,26). Sum of RGB (Red+Green+Blue) = 31+24+26=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 31 - color contains mainly: red. Hex color #1F181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F181A is #E0E7E5. Grayscale: #1A1A1A. Windows color (decimal): -14739430 or 1710111. OLE color: 1710111.

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

Color convert

RGB312426-
CMYK00.230.160.88
HSL342.86º12.73%10.78%-
HSV(B)342.86º22.58%12.16%-
XYZ1.081.021.12-
YUV26.32127.82131.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 38.27%
GREEN value IS 24 (9.77% from 255) = 29.63%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=38.27%
G=29.63%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31242600.230.160.88342.8612.7310.78
Hex1F181A0171058157db
Octal373032027201305271513
Binary11111110001101001011110000101100010101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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