#382529

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

Shades of Aubergine #382529

Tints of Aubergine #382529

Color information

#382529 (or 0x382529) is unknown color: approx Aubergine. HEX triplet: 38, 25 and 29. RGB value is (56,37,41). Sum of RGB (Red+Green+Blue) = 56+37+41=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382529 is #C7DAD6. Grayscale: #2B2B2B. Windows color (decimal): -13097687 or 2696504. OLE color: 2696504.

HSL color Cylindrical-coordinate representation of color #382529: hue angle of 347.37º 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 #382529 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB563741-
CMYK00.340.270.78
HSL347.37º20.43%18.24%-
HSV(B)347.37º33.93%21.96%-
XYZ2.692.322.4-
YUV43.14126.79137.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 37 (14.84% from 255) = 27.61%
BLUE value IS 41 (16.41% from 255) = 30.60%
R=41.79%
G=27.61%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56374100.340.270.78347.3720.4318.24
Hex3825290221B4E15b1412
Octal704551042331165332422
Binary11100010010110100101000101101110011101010110111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382529; }

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

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

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

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

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

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

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

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