#201519

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

Shades of Aubergine #201519

Tints of Aubergine #201519

Color information

#201519 (or 0x201519) is unknown color: approx Aubergine. HEX triplet: 20, 15 and 19. RGB value is (32,21,25). Sum of RGB (Red+Green+Blue) = 32+21+25=78 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.03% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 32 - color contains mainly: red. Hex color #201519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201519 is #DFEAE6. Grayscale: #181818. Windows color (decimal): -14674663 or 1643808. OLE color: 1643808.

HSL color Cylindrical-coordinate representation of color #201519: hue angle of 338.18º 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 #201519 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB322125-
CMYK00.340.220.87
HSL338.18º20.75%10.39%-
HSV(B)338.18º34.38%12.55%-
XYZ1.040.911.04-
YUV24.74128.14133.17-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.03%
GREEN value IS 21 (8.59% from 255) = 26.92%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=41.03%
G=26.92%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32212500.340.220.87338.1820.7510.39
Hex201519022165715215a
Octal402531042261275222512
Binary10000010101110010100010101101010111101010010101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201519; }

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

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

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

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

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

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

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

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