#1F1318

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

Shades of Aubergine #1F1318

Tints of Aubergine #1F1318

Color information

#1F1318 (or 0x1F1318) is unknown color: approx Aubergine. HEX triplet: 1F, 13 and 18. RGB value is (31,19,24). Sum of RGB (Red+Green+Blue) = 31+19+24=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1318 is #E0ECE7. Grayscale: #171717. Windows color (decimal): -14740712 or 1577759. OLE color: 1577759.

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

Color convert

RGB311924-
CMYK00.390.230.88
HSL335º24%9.8%-
HSV(B)335º38.71%12.16%-
XYZ0.960.820.97-
YUV23.16128.48133.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.89%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=41.89%
G=25.68%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31192400.390.230.88335249.8
Hex1F1318027175814f18a
Octal372330047271305173012
Binary1111110011110000100111101111011000101001111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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