#332D2E

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

Shades of Aubergine #332D2E

Tints of Aubergine #332D2E

Color information

#332D2E (or 0x332D2E) is unknown color: approx Aubergine. HEX triplet: 33, 2D and 2E. RGB value is (51,45,46). Sum of RGB (Red+Green+Blue) = 51+45+46=142 (18% of max value = 765). Red value is 51 (20.31% from 255 or 35.92% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 51 - color contains mainly: red. Hex color #332D2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332D2E is #CCD2D1. Grayscale: #2E2E2E. Windows color (decimal): -13423314 or 3026227. OLE color: 3026227.

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

Color convert

RGB514546-
CMYK00.120.100.8
HSL350º6.25%18.82%-
HSV(B)350º11.76%20%-
XYZ2.82.782.97-
YUV46.91127.49130.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.92%
GREEN value IS 45 (17.97% from 255) = 31.69%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=35.92%
G=31.69%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51454600.120.100.83506.2518.82
Hex332D2E0CA5015e613
Octal63555601412120536623
Binary110011101101101110011001010101000010101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332D2E; }

 p { color: rgb(51,45,46); }

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

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

 a { background-color: rgb(51,45,46); }

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

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

 span { border-color: rgb(51,45,46); }

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