#28191D

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

Shades of Aubergine #28191D

Tints of Aubergine #28191D

Color information

#28191D (or 0x28191D) is unknown color: approx Aubergine. HEX triplet: 28, 19 and 1D. RGB value is (40,25,29). Sum of RGB (Red+Green+Blue) = 40+25+29=94 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.55% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 40 - color contains mainly: red. Hex color #28191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28191D is #D7E6E2. Grayscale: #1D1D1D. Windows color (decimal): -14149347 or 1906984. OLE color: 1906984.

HSL color Cylindrical-coordinate representation of color #28191D: hue angle of 344º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #28191D is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.84.

Color convert

RGB402529-
CMYK00.380.280.84
HSL344º23.08%12.75%-
HSV(B)344º37.5%15.69%-
XYZ1.441.241.32-
YUV29.94127.47135.17-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.55%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=42.55%
G=26.60%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40252900.380.280.8434423.0812.75
Hex28191D0261C5415817d
Octal503135046341245302715
Binary10100011001111010100110111001010100101011000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28191D; }

 p { color: rgb(40,25,29); }

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

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

 a { background-color: rgb(40,25,29); }

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

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

 span { border-color: rgb(40,25,29); }

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