#332629

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

Shades of Aubergine #332629

Tints of Aubergine #332629

Color information

#332629 (or 0x332629) is unknown color: approx Aubergine. HEX triplet: 33, 26 and 29. RGB value is (51,38,41). Sum of RGB (Red+Green+Blue) = 51+38+41=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #332629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332629 is #CCD9D6. Grayscale: #2A2A2A. Windows color (decimal): -13425111 or 2696755. OLE color: 2696755.

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

Color convert

RGB513841-
CMYK00.250.200.8
HSL346.15º14.61%17.45%-
HSV(B)346.15º25.49%20%-
XYZ2.462.252.4-
YUV42.23127.31134.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 39.23%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 41 (16.41% from 255) = 31.54%
R=39.23%
G=29.23%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51384100.250.200.8346.1514.6117.45
Hex332629019145015af11
Octal634651031241205321721
Binary110011100110101001011001101001010000101011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332629; }

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

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

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

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

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

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

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

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