#39252A

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

Shades of Aubergine #39252A

Tints of Aubergine #39252A

Color information

#39252A (or 0x39252A) is unknown color: approx Aubergine. HEX triplet: 39, 25 and 2A. RGB value is (57,37,42). Sum of RGB (Red+Green+Blue) = 57+37+42=136 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.91% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 57 - color contains mainly: red. Hex color #39252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39252A is #C6DAD5. Grayscale: #2B2B2B. Windows color (decimal): -13032150 or 2762041. OLE color: 2762041.

HSL color Cylindrical-coordinate representation of color #39252A: hue angle of 345º 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 #39252A is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.78.

Color convert

RGB573742-
CMYK00.350.260.78
HSL345º21.28%18.43%-
HSV(B)345º35.09%22.35%-
XYZ2.772.362.5-
YUV43.55127.13137.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.91%
GREEN value IS 37 (14.84% from 255) = 27.21%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=41.91%
G=27.21%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57374200.350.260.7834521.2818.43
Hex39252A0231A4E1591512
Octal714552043321165312522
Binary11100110010110101001000111101010011101010110011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39252A; }

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

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

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

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

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

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

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

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