#201419

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

Shades of Aubergine #201419

Tints of Aubergine #201419

Color information

#201419 (or 0x201419) is unknown color: approx Aubergine. HEX triplet: 20, 14 and 19. RGB value is (32,20,25). Sum of RGB (Red+Green+Blue) = 32+20+25=77 (10% of max value = 765). Red value is 32 (12.89% from 255 or 41.56% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 32 - color contains mainly: red. Hex color #201419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201419 is #DFEBE6. Grayscale: #181818. Windows color (decimal): -14674919 or 1643552. OLE color: 1643552.

HSL color Cylindrical-coordinate representation of color #201419: hue angle of 335º degrees, saturation: 0.23, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #201419 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.87.

Color convert

RGB322025-
CMYK00.370.220.87
HSL335º23.08%10.2%-
HSV(B)335º37.5%12.55%-
XYZ1.020.881.04-
YUV24.16128.48133.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 41.56%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 25 (10.16% from 255) = 32.47%
R=41.56%
G=25.97%
B=32.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32202500.370.220.8733523.0810.2
Hex201419025165714f17a
Octal402431045261275172712
Binary10000010100110010100101101101010111101001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201419; }

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

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

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

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

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

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

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

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