#211419

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

Shades of Aubergine #211419

Tints of Aubergine #211419

Color information

#211419 (or 0x211419) is unknown color: approx Aubergine. HEX triplet: 21, 14 and 19. RGB value is (33,20,25). Sum of RGB (Red+Green+Blue) = 33+20+25=78 (10% of max value = 765). Red value is 33 (13.28% from 255 or 42.31% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 33 - color contains mainly: red. Hex color #211419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211419 is #DEEBE6. Grayscale: #181818. Windows color (decimal): -14609383 or 1643553. OLE color: 1643553.

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

Color convert

RGB332025-
CMYK00.390.240.87
HSL336.92º24.53%10.39%-
HSV(B)336.92º39.39%12.94%-
XYZ1.050.891.04-
YUV24.46128.31134.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 42.31%
GREEN value IS 20 (8.20% from 255) = 25.64%
BLUE value IS 25 (10.16% from 255) = 32.05%
R=42.31%
G=25.64%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33202500.390.240.87336.9224.5310.39
Hex211419027185715119a
Octal412431047301275213112
Binary10000110100110010100111110001010111101010001110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211419; }

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

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

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

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

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

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

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

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