#322C2D

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

Shades of Aubergine #322C2D

Tints of Aubergine #322C2D

Color information

#322C2D (or 0x322C2D) is unknown color: approx Aubergine. HEX triplet: 32, 2C and 2D. RGB value is (50,44,45). Sum of RGB (Red+Green+Blue) = 50+44+45=139 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.97% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 50 - color contains mainly: red. Hex color #322C2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C2D is #CDD3D2. Grayscale: #2D2D2D. Windows color (decimal): -13489107 or 2960434. OLE color: 2960434.

HSL color Cylindrical-coordinate representation of color #322C2D: hue angle of 350º degrees, saturation: 0.06, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #322C2D is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB504445-
CMYK00.120.100.80
HSL350º6.38%18.43%-
HSV(B)350º12%19.61%-
XYZ2.692.672.86-
YUV45.91127.49130.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.97%
GREEN value IS 44 (17.58% from 255) = 31.65%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=35.97%
G=31.65%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50444500.120.100.803506.3818.43
Hex322C2D0CA5015e612
Octal62545501412120536622
Binary110010101100101101011001010101000010101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322C2D; }

 p { color: rgb(50,44,45); }

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

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

 a { background-color: rgb(50,44,45); }

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

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

 span { border-color: rgb(50,44,45); }

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