#1C1116

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

Shades of Aubergine #1C1116

Tints of Aubergine #1C1116

Color information

#1C1116 (or 0x1C1116) is unknown color: approx Aubergine. HEX triplet: 1C, 11 and 16. RGB value is (28,17,22). Sum of RGB (Red+Green+Blue) = 28+17+22=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1116 is #E3EEE9. Grayscale: #141414. Windows color (decimal): -14937834 or 1446172. OLE color: 1446172.

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

Color convert

RGB281722-
CMYK00.390.210.89
HSL332.73º24.44%8.82%-
HSV(B)332.73º39.29%10.98%-
XYZ0.820.710.85-
YUV20.86128.64133.09-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 41.79%
GREEN value IS 17 (7.03% from 255) = 25.37%
BLUE value IS 22 (8.98% from 255) = 32.84%
R=41.79%
G=25.37%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.21
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal28172200.390.210.89332.7324.448.82
Hex1C1116027155914d189
Octal342126047251315153011
Binary1110010001101100100111101011011001101001101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C1116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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