#141012

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

Shades of Aubergine #141012

Tints of Aubergine #141012

Color information

#141012 (or 0x141012) is unknown color: approx Aubergine. HEX triplet: 14, 10 and 12. RGB value is (20,16,18). Sum of RGB (Red+Green+Blue) = 20+16+18=54 (7% of max value = 765). Red value is 20 (8.20% from 255 or 37.04% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 20 - color contains mainly: red. Hex color #141012 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141012 is #EBEFED. Grayscale: #111111. Windows color (decimal): -15462382 or 1183764. OLE color: 1183764.

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

Color convert

RGB201618-
CMYK00.200.100.92
HSL330º11.11%7.06%-
HSV(B)330º20%7.84%-
XYZ0.580.560.65-
YUV17.42128.33129.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 37.04%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 18 (7.42% from 255) = 33.33%
R=37.04%
G=29.63%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.10
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal20161800.200.100.9233011.117.06
Hex141012014A5C14ab7
Octal24202202412134512137
Binary101001000010010010100101010111001010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141012; }

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

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

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

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

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

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

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

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