#392527

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

Shades of Aubergine #392527

Tints of Aubergine #392527

Color information

#392527 (or 0x392527) is unknown color: approx Aubergine. HEX triplet: 39, 25 and 27. RGB value is (57,37,39). Sum of RGB (Red+Green+Blue) = 57+37+39=133 (17% of max value = 765). Red value is 57 (22.66% from 255 or 42.86% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 39 (15.62% from 255 or 29.32% from 133); Max value from RGB is 57 - color contains mainly: red. Hex color #392527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392527 is #C6DAD8. Grayscale: #2B2B2B. Windows color (decimal): -13032153 or 2565433. OLE color: 2565433.

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

Color convert

RGB573739-
CMYK00.350.320.78
HSL354º21.28%18.43%-
HSV(B)354º35.09%22.35%-
XYZ2.722.342.23-
YUV43.21125.63137.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 42.86%
GREEN value IS 37 (14.84% from 255) = 27.82%
BLUE value IS 39 (15.62% from 255) = 29.32%
R=42.86%
G=27.82%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57373900.350.320.7835421.2818.43
Hex392527023204E1621512
Octal714547043401165422522
Binary111001100101100111010001110000010011101011000101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #392527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #392527; }

 p { color: rgb(57,37,39); }

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

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

 a { background-color: rgb(57,37,39); }

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

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

 span { border-color: rgb(57,37,39); }

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