#20151A

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

Shades of Aubergine #20151A

Tints of Aubergine #20151A

Color information

#20151A (or 0x20151A) is unknown color: approx Aubergine. HEX triplet: 20, 15 and 1A. RGB value is (32,21,26). Sum of RGB (Red+Green+Blue) = 32+21+26=79 (10% of max value = 765). Red value is 32 (12.89% from 255 or 40.51% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 32 - color contains mainly: red. Hex color #20151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #20151A is #DFEAE5. Grayscale: #181818. Windows color (decimal): -14674662 or 1709344. OLE color: 1709344.

HSL color Cylindrical-coordinate representation of color #20151A: hue angle of 332.73º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #20151A is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB322126-
CMYK00.340.190.87
HSL332.73º20.75%10.39%-
HSV(B)332.73º34.38%12.55%-
XYZ1.050.921.1-
YUV24.86128.64133.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 40.51%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 26 (10.55% from 255) = 32.91%
R=40.51%
G=26.58%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32212600.340.190.87332.7320.7510.39
Hex20151A022135714d15a
Octal402532042231275152512
Binary10000010101110100100010100111010111101001101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20151A; }

 p { color: rgb(32,21,26); }

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

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

 a { background-color: rgb(32,21,26); }

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

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

 span { border-color: rgb(32,21,26); }

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