#332829

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

Shades of Aubergine #332829

Tints of Aubergine #332829

Color information

#332829 (or 0x332829) is unknown color: approx Aubergine. HEX triplet: 33, 28 and 29. RGB value is (51,40,41). Sum of RGB (Red+Green+Blue) = 51+40+41=132 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.64% from 132); Green value is 40 (16.02% from 255 or 30.30% from 132); Blue value is 41 (16.41% from 255 or 31.06% from 132); Max value from RGB is 51 - color contains mainly: red. Hex color #332829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332829 is #CCD7D6. Grayscale: #2B2B2B. Windows color (decimal): -13424599 or 2697267. OLE color: 2697267.

HSL color Cylindrical-coordinate representation of color #332829: hue angle of 354.55º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #332829 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.8.

Color convert

RGB514041-
CMYK00.220.200.8
HSL354.55º12.09%17.84%-
HSV(B)354.55º21.57%20%-
XYZ2.522.382.42-
YUV43.4126.64133.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 38.64%
GREEN value IS 40 (16.02% from 255) = 30.30%
BLUE value IS 41 (16.41% from 255) = 31.06%
R=38.64%
G=30.30%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51404100.220.200.8354.5512.0917.84
Hex3328290161450163c12
Octal635051026241205431422
Binary110011101000101001010110101001010000101100011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332829; }

 p { color: rgb(51,40,41); }

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

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

 a { background-color: rgb(51,40,41); }

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

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

 span { border-color: rgb(51,40,41); }

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