#21191C

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

Shades of Aubergine #21191C

Tints of Aubergine #21191C

Color information

#21191C (or 0x21191C) is unknown color: approx Aubergine. HEX triplet: 21, 19 and 1C. RGB value is (33,25,28). Sum of RGB (Red+Green+Blue) = 33+25+28=86 (11% of max value = 765). Red value is 33 (13.28% from 255 or 38.37% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 33 - color contains mainly: red. Hex color #21191C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #21191C is #DEE6E3. Grayscale: #1B1B1B. Windows color (decimal): -14608100 or 1841441. OLE color: 1841441.

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

Color convert

RGB332528-
CMYK00.240.150.87
HSL337.5º13.79%11.37%-
HSV(B)337.5º24.24%12.94%-
XYZ1.181.11.25-
YUV27.73128.15131.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 38.37%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=38.37%
G=29.07%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33252800.240.150.87337.513.7911.37
Hex21191C018F57152eb
Octal413134030171275221613
Binary10000111001111000110001111101011110101001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21191C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21191C; }

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

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

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

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

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

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

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

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