#191215

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

Shades of Aubergine #191215

Tints of Aubergine #191215

Color information

#191215 (or 0x191215) is unknown color: approx Aubergine. HEX triplet: 19, 12 and 15. RGB value is (25,18,21). Sum of RGB (Red+Green+Blue) = 25+18+21=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 21 (8.59% from 255 or 32.81% from 64); Max value from RGB is 25 - color contains mainly: red. Hex color #191215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191215 is #E6EDEA. Grayscale: #141414. Windows color (decimal): -15134187 or 1380889. OLE color: 1380889.

HSL color Cylindrical-coordinate representation of color #191215: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #191215 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB251821-
CMYK00.280.160.90
HSL334.29º16.28%8.43%-
HSV(B)334.29º28%9.8%-
XYZ0.750.690.8-
YUV20.43128.32131.26-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.06%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 21 (8.59% from 255) = 32.81%
R=39.06%
G=28.12%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25182100.280.160.90334.2916.288.43
Hex19121501C105A14e108
Octal312225034201325162010
Binary110011001010101011100100001011010101001110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191215; }

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

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

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

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

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

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

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

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