#39252B

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

Shades of Aubergine #39252B

Tints of Aubergine #39252B

Color information

#39252B (or 0x39252B) is unknown color: approx Aubergine. HEX triplet: 39, 25 and 2B. RGB value is (57,37,43). Sum of RGB (Red+Green+Blue) = 57+37+43=137 (18% of max value = 765). Red value is 57 (22.66% from 255 or 41.61% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 57 - color contains mainly: red. Hex color #39252B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39252B is #C6DAD4. Grayscale: #2B2B2B. Windows color (decimal): -13032149 or 2827577. OLE color: 2827577.

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

Color convert

RGB573743-
CMYK00.350.250.78
HSL342º21.28%18.43%-
HSV(B)342º35.09%22.35%-
XYZ2.782.372.6-
YUV43.66127.63137.51-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 41.61%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=41.61%
G=27.01%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal57374300.350.250.7834221.2818.43
Hex39252B023194E1561512
Octal714553043311165262522
Binary11100110010110101101000111100110011101010101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39252B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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