#1F181B

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

Shades of Aubergine #1F181B

Tints of Aubergine #1F181B

Color information

#1F181B (or 0x1F181B) is unknown color: approx Aubergine. HEX triplet: 1F, 18 and 1B. RGB value is (31,24,27). Sum of RGB (Red+Green+Blue) = 31+24+27=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F181B is #E0E7E4. Grayscale: #1A1A1A. Windows color (decimal): -14739429 or 1775647. OLE color: 1775647.

HSL color Cylindrical-coordinate representation of color #1F181B: hue angle of 334.29º 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 #1F181B is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.88.

Color convert

RGB312427-
CMYK00.230.130.88
HSL334.29º12.73%10.78%-
HSV(B)334.29º22.58%12.16%-
XYZ1.091.021.18-
YUV26.44128.32131.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.80%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=37.80%
G=29.27%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31242700.230.130.88334.2912.7310.78
Hex1F181B017D5814edb
Octal373033027151305161513
Binary1111111000110110101111101101100010100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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