#332325

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

Shades of Aubergine #332325

Tints of Aubergine #332325

Color information

#332325 (or 0x332325) is unknown color: approx Aubergine. HEX triplet: 33, 23 and 25. RGB value is (51,35,37). Sum of RGB (Red+Green+Blue) = 51+35+37=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 35 (14.06% from 255 or 28.46% from 123); Blue value is 37 (14.84% from 255 or 30.08% from 123); Max value from RGB is 51 - color contains mainly: red. Hex color #332325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332325 is #CCDCDA. Grayscale: #282828. Windows color (decimal): -13425883 or 2433843. OLE color: 2433843.

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

Color convert

RGB513537-
CMYK00.310.270.8
HSL352.5º18.6%16.86%-
HSV(B)352.5º31.37%20%-
XYZ2.32.042.02-
YUV40.01126.3135.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 41.46%
GREEN value IS 35 (14.06% from 255) = 28.46%
BLUE value IS 37 (14.84% from 255) = 30.08%
R=41.46%
G=28.46%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51353700.310.270.8352.518.616.86
Hex33232501F1B501601311
Octal634345037331205402321
Binary1100111000111001010111111101110100001011000001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332325; }

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

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

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

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

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

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

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

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