#1F1418

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

Shades of Aubergine #1F1418

Tints of Aubergine #1F1418

Color information

#1F1418 (or 0x1F1418) is unknown color: approx Aubergine. HEX triplet: 1F, 14 and 18. RGB value is (31,20,24). Sum of RGB (Red+Green+Blue) = 31+20+24=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 24 (9.77% from 255 or 32% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1418 is #E0EBE7. Grayscale: #171717. Windows color (decimal): -14740456 or 1578015. OLE color: 1578015.

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

Color convert

RGB312024-
CMYK00.350.230.88
HSL338.18º21.57%10%-
HSV(B)338.18º35.48%12.16%-
XYZ0.980.860.98-
YUV23.74128.14133.17-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 20 (8.20% from 255) = 26.67%
BLUE value IS 24 (9.77% from 255) = 32%
R=41.33%
G=26.67%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31202400.350.230.88338.1821.5710
Hex1F1418023175815216a
Octal372430043271305222612
Binary1111110100110000100011101111011000101010010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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