#1C1618

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

Shades of Aubergine #1C1618

Tints of Aubergine #1C1618

Color information

#1C1618 (or 0x1C1618) is unknown color: approx Aubergine. HEX triplet: 1C, 16 and 18. RGB value is (28,22,24). Sum of RGB (Red+Green+Blue) = 28+22+24=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 22 (8.98% from 255 or 29.73% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1618 is #E3E9E7. Grayscale: #181818. Windows color (decimal): -14936552 or 1578524. OLE color: 1578524.

HSL color Cylindrical-coordinate representation of color #1C1618: hue angle of 340º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1C1618 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.89.

Color convert

RGB282224-
CMYK00.210.140.89
HSL340º12%9.8%-
HSV(B)340º21.43%10.98%-
XYZ0.930.890.99-
YUV24.02127.99130.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 37.84%
GREEN value IS 22 (8.98% from 255) = 29.73%
BLUE value IS 24 (9.77% from 255) = 32.43%
R=37.84%
G=29.73%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28222400.210.140.89340129.8
Hex1C1618015E59154ca
Octal342630025161315241412
Binary1110010110110000101011110101100110101010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,22,24); }

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

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

 a { background-color: rgb(28,22,24); }

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

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

 span { border-color: rgb(28,22,24); }

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