#282224

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

Shades of Aubergine #282224

Tints of Aubergine #282224

Color information

#282224 (or 0x282224) is unknown color: approx Aubergine. HEX triplet: 28, 22 and 24. RGB value is (40,34,36). Sum of RGB (Red+Green+Blue) = 40+34+36=110 (14% of max value = 765). Red value is 40 (16.02% from 255 or 36.36% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 40 - color contains mainly: red. Hex color #282224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282224 is #D7DDDB. Grayscale: #242424. Windows color (decimal): -14147036 or 2368040. OLE color: 2368040.

HSL color Cylindrical-coordinate representation of color #282224: hue angle of 340º degrees, saturation: 0.08, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #282224 is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB403436-
CMYK00.150.100.84
HSL340º8.11%14.51%-
HSV(B)340º15%15.69%-
XYZ1.771.721.91-
YUV36.02127.99130.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 36.36%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 36 (14.45% from 255) = 32.73%
R=36.36%
G=30.91%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40343600.150.100.843408.1114.51
Hex2822240FA541548f
Octal504244017121245241017
Binary101000100010100100011111010101010010101010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282224; }

 p { color: rgb(40,34,36); }

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

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

 a { background-color: rgb(40,34,36); }

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

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

 span { border-color: rgb(40,34,36); }

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