#211519

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

Shades of Aubergine #211519

Tints of Aubergine #211519

Color information

#211519 (or 0x211519) is unknown color: approx Aubergine. HEX triplet: 21, 15 and 19. RGB value is (33,21,25). Sum of RGB (Red+Green+Blue) = 33+21+25=79 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.77% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 33 - color contains mainly: red. Hex color #211519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211519 is #DEEAE6. Grayscale: #191919. Windows color (decimal): -14609127 or 1643809. OLE color: 1643809.

HSL color Cylindrical-coordinate representation of color #211519: hue angle of 340º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #211519 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.87.

Color convert

RGB332125-
CMYK00.360.240.87
HSL340º22.22%10.59%-
HSV(B)340º36.36%12.94%-
XYZ1.070.931.04-
YUV25.04127.98133.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 41.77%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 25 (10.16% from 255) = 31.65%
R=41.77%
G=26.58%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33212500.360.240.8734022.2210.59
Hex211519024185715416b
Octal412531044301275242613
Binary10000110101110010100100110001010111101010100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211519; }

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

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

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

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

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

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

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

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