#28191E

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

Shades of Aubergine #28191E

Tints of Aubergine #28191E

Color information

#28191E (or 0x28191E) is unknown color: approx Aubergine. HEX triplet: 28, 19 and 1E. RGB value is (40,25,30). Sum of RGB (Red+Green+Blue) = 40+25+30=95 (12% of max value = 765). Red value is 40 (16.02% from 255 or 42.11% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 40 - color contains mainly: red. Hex color #28191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28191E is #D7E6E1. Grayscale: #1E1E1E. Windows color (decimal): -14149346 or 1972520. OLE color: 1972520.

HSL color Cylindrical-coordinate representation of color #28191E: hue angle of 340º 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 #28191E is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.84.

Color convert

RGB402530-
CMYK00.380.250.84
HSL340º23.08%12.75%-
HSV(B)340º37.5%15.69%-
XYZ1.461.241.39-
YUV30.06127.97135.09-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 42.11%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 30 (12.11% from 255) = 31.58%
R=42.11%
G=26.32%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.25
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40253000.380.250.8434023.0812.75
Hex28191E026195415417d
Octal503136046311245242715
Binary10100011001111100100110110011010100101010100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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