#282021

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

Shades of Aubergine #282021

Tints of Aubergine #282021

Color information

#282021 (or 0x282021) is unknown color: approx Aubergine. HEX triplet: 28, 20 and 21. RGB value is (40,32,33). Sum of RGB (Red+Green+Blue) = 40+32+33=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 40 - color contains mainly: red. Hex color #282021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #282021 is #D7DFDE. Grayscale: #222222. Windows color (decimal): -14147551 or 2170920. OLE color: 2170920.

HSL color Cylindrical-coordinate representation of color #282021: hue angle of 352.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #282021 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB403233-
CMYK00.200.170.84
HSL352.5º11.11%14.12%-
HSV(B)352.5º20%15.69%-
XYZ1.671.591.66-
YUV34.51127.15131.92-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 38.10%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 33 (13.28% from 255) = 31.43%
R=38.10%
G=30.48%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40323300.200.170.84352.511.1114.12
Hex2820210141154160be
Octal504041024211245401316
Binary10100010000010000101010010001101010010110000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #282021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #282021; }

 p { color: rgb(40,32,33); }

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

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

 a { background-color: rgb(40,32,33); }

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

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

 span { border-color: rgb(40,32,33); }

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