#121011

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

Shades of Aubergine #121011

Tints of Aubergine #121011

Color information

#121011 (or 0x121011) is unknown color: approx Aubergine. HEX triplet: 12, 10 and 11. RGB value is (18,16,17). Sum of RGB (Red+Green+Blue) = 18+16+17=51 (6% of max value = 765). Red value is 18 (7.42% from 255 or 35.29% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 17 (7.03% from 255 or 33.33% from 51); Max value from RGB is 18 - color contains mainly: red. Hex color #121011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121011 is #EDEFEE. Grayscale: #101010. Windows color (decimal): -15593455 or 1118226. OLE color: 1118226.

HSL color Cylindrical-coordinate representation of color #121011: hue angle of 330º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #121011 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.93.

Color convert

RGB181617-
CMYK00.110.060.93
HSL330º5.88%6.67%-
HSV(B)330º11.11%7.06%-
XYZ0.540.540.61-
YUV16.71128.16128.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 35.29%
GREEN value IS 16 (6.64% from 255) = 31.37%
BLUE value IS 17 (7.03% from 255) = 33.33%
R=35.29%
G=31.37%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal18161700.110.060.933305.886.67
Hex1210110B65D14a67
Octal222021013613551267
Binary100101000010001010111101011101101001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121011; }

 p { color: rgb(18,16,17); }

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

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

 a { background-color: rgb(18,16,17); }

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

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

 span { border-color: rgb(18,16,17); }

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