#382528

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

Shades of Aubergine #382528

Tints of Aubergine #382528

Color information

#382528 (or 0x382528) is unknown color: approx Aubergine. HEX triplet: 38, 25 and 28. RGB value is (56,37,40). Sum of RGB (Red+Green+Blue) = 56+37+40=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382528 is #C7DAD7. Grayscale: #2B2B2B. Windows color (decimal): -13097688 or 2630968. OLE color: 2630968.

HSL color Cylindrical-coordinate representation of color #382528: hue angle of 350.53º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382528 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB563740-
CMYK00.340.290.78
HSL350.53º20.43%18.24%-
HSV(B)350.53º33.93%21.96%-
XYZ2.682.322.31-
YUV43.02126.29137.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.11%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 40 (16.02% from 255) = 30.08%
R=42.11%
G=27.82%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56374000.340.290.78350.5320.4318.24
Hex3825280221D4E15f1412
Octal704550042351165372422
Binary11100010010110100001000101110110011101010111111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382528; }

 p { color: rgb(56,37,40); }

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

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

 a { background-color: rgb(56,37,40); }

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

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

 span { border-color: rgb(56,37,40); }

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