#28181C

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

Shades of Aubergine #28181C

Tints of Aubergine #28181C

Color information

#28181C (or 0x28181C) is unknown color: approx Aubergine. HEX triplet: 28, 18 and 1C. RGB value is (40,24,28). Sum of RGB (Red+Green+Blue) = 40+24+28=92 (12% of max value = 765). Red value is 40 (16.02% from 255 or 43.48% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 40 - color contains mainly: red. Hex color #28181C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28181C is #D7E7E3. Grayscale: #1D1D1D. Windows color (decimal): -14149604 or 1841192. OLE color: 1841192.

HSL color Cylindrical-coordinate representation of color #28181C: hue angle of 345º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #28181C is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.84.

Color convert

RGB402428-
CMYK00.400.300.84
HSL345º25%12.55%-
HSV(B)345º40%15.69%-
XYZ1.411.191.25-
YUV29.24127.3135.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 43.48%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=43.48%
G=26.09%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.30
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40242800.400.300.843452512.55
Hex28181C0281E5415919d
Octal503034050361245313115
Binary10100011000111000101000111101010100101011001110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,24,28); }

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

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

 a { background-color: rgb(40,24,28); }

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

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

 span { border-color: rgb(40,24,28); }

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