#322526

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

Shades of Aubergine #322526

Tints of Aubergine #322526

Color information

#322526 (or 0x322526) is unknown color: approx Aubergine. HEX triplet: 32, 25 and 26. RGB value is (50,37,38). Sum of RGB (Red+Green+Blue) = 50+37+38=125 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40% from 125); Green value is 37 (14.84% from 255 or 29.6% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 50 - color contains mainly: red. Hex color #322526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322526 is #CDDAD9. Grayscale: #292929. Windows color (decimal): -13490906 or 2499890. OLE color: 2499890.

HSL color Cylindrical-coordinate representation of color #322526: hue angle of 355.38º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #322526 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.80.

Color convert

RGB503738-
CMYK00.260.240.80
HSL355.38º14.94%17.06%-
HSV(B)355.38º26%19.61%-
XYZ2.332.142.12-
YUV41126.31134.42-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40%
GREEN value IS 37 (14.84% from 255) = 29.6%
BLUE value IS 38 (15.23% from 255) = 30.4%
R=40%
G=29.6%
B=30.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50373800.260.240.80355.3814.9417.06
Hex32252601A1850163f11
Octal624546032301205431721
Binary110010100101100110011010110001010000101100011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322526; }

 p { color: rgb(50,37,38); }

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

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

 a { background-color: rgb(50,37,38); }

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

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

 span { border-color: rgb(50,37,38); }

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