#1F1A1C

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

Shades of Aubergine #1F1A1C

Tints of Aubergine #1F1A1C

Color information

#1F1A1C (or 0x1F1A1C) is unknown color: approx Aubergine. HEX triplet: 1F, 1A and 1C. RGB value is (31,26,28). Sum of RGB (Red+Green+Blue) = 31+26+28=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 26 (10.55% from 255 or 30.59% from 85); Blue value is 28 (11.33% from 255 or 32.94% from 85); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F1A1C is #E0E5E3. Grayscale: #1B1B1B. Windows color (decimal): -14738916 or 1841695. OLE color: 1841695.

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

Color convert

RGB312628-
CMYK00.160.100.88
HSL336º8.77%11.18%-
HSV(B)336º16.13%12.16%-
XYZ1.141.111.25-
YUV27.72128.16130.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 26 (10.55% from 255) = 30.59%
BLUE value IS 28 (11.33% from 255) = 32.94%
R=36.47%
G=30.59%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31262800.160.100.883368.7711.18
Hex1F1A1C010A581509b
Octal373234020121305201113
Binary1111111010111000100001010101100010101000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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