#1F1B1C

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

Shades of Aubergine #1F1B1C

Tints of Aubergine #1F1B1C

Color information

#1F1B1C (or 0x1F1B1C) is unknown color: approx Aubergine. HEX triplet: 1F, 1B and 1C. RGB value is (31,27,28). Sum of RGB (Red+Green+Blue) = 31+27+28=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1B1C is #E0E4E3. Grayscale: #1C1C1C. Windows color (decimal): -14738660 or 1841951. OLE color: 1841951.

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

Color convert

RGB312728-
CMYK00.130.100.88
HSL345º6.9%11.37%-
HSV(B)345º12.9%12.16%-
XYZ1.171.161.26-
YUV28.31127.83129.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 27 (10.94% from 255) = 31.40%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=36.05%
G=31.40%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31272800.130.100.883456.911.37
Hex1F1B1C0DA581597b
Octal37333401512130531713
Binary11111110111110001101101010110001010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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