#332025

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

Shades of Aubergine #332025

Tints of Aubergine #332025

Color information

#332025 (or 0x332025) is unknown color: approx Aubergine. HEX triplet: 33, 20 and 25. RGB value is (51,32,37). Sum of RGB (Red+Green+Blue) = 51+32+37=120 (15% of max value = 765). Red value is 51 (20.31% from 255 or 42.5% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 51 - color contains mainly: red. Hex color #332025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332025 is #CCDFDA. Grayscale: #262626. Windows color (decimal): -13426651 or 2433075. OLE color: 2433075.

HSL color Cylindrical-coordinate representation of color #332025: hue angle of 344.21º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #332025 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB513237-
CMYK00.370.270.8
HSL344.21º22.89%16.27%-
HSV(B)344.21º37.25%20%-
XYZ2.221.871.99-
YUV38.25127.29137.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.5%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=42.5%
G=26.67%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51323700.370.270.8344.2122.8916.27
Hex3320250251B501581710
Octal634045045331205302720
Binary11001110000010010101001011101110100001010110001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332025; }

 p { color: rgb(51,32,37); }

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

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

 a { background-color: rgb(51,32,37); }

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

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

 span { border-color: rgb(51,32,37); }

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