#332125

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

Shades of Aubergine #332125

Tints of Aubergine #332125

Color information

#332125 (or 0x332125) is unknown color: approx Aubergine. HEX triplet: 33, 21 and 25. RGB value is (51,33,37). Sum of RGB (Red+Green+Blue) = 51+33+37=121 (16% of max value = 765). Red value is 51 (20.31% from 255 or 42.15% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 51 - color contains mainly: red. Hex color #332125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332125 is #CCDEDA. Grayscale: #262626. Windows color (decimal): -13426395 or 2433331. OLE color: 2433331.

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

Color convert

RGB513337-
CMYK00.350.270.8
HSL346.67º21.43%16.47%-
HSV(B)346.67º35.29%20%-
XYZ2.241.932-
YUV38.84126.96136.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 42.15%
GREEN value IS 33 (13.28% from 255) = 27.27%
BLUE value IS 37 (14.84% from 255) = 30.58%
R=42.15%
G=27.27%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51333700.350.270.8346.6721.4316.47
Hex3321250231B5015b1510
Octal634145043331205332520
Binary11001110000110010101000111101110100001010110111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332125; }

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

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

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

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

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

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

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

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