#332B2D

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

Shades of Aubergine #332B2D

Tints of Aubergine #332B2D

Color information

#332B2D (or 0x332B2D) is unknown color: approx Aubergine. HEX triplet: 33, 2B and 2D. RGB value is (51,43,45). Sum of RGB (Red+Green+Blue) = 51+43+45=139 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.69% from 139); Green value is 43 (17.19% from 255 or 30.94% from 139); Blue value is 45 (17.97% from 255 or 32.37% from 139); Max value from RGB is 51 - color contains mainly: red. Hex color #332B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332B2D is #CCD4D2. Grayscale: #2D2D2D. Windows color (decimal): -13423827 or 2960179. OLE color: 2960179.

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

Color convert

RGB514345-
CMYK00.160.120.8
HSL345º8.51%18.43%-
HSV(B)345º15.69%20%-
XYZ2.72.622.85-
YUV45.62127.65131.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 36.69%
GREEN value IS 43 (17.19% from 255) = 30.94%
BLUE value IS 45 (17.97% from 255) = 32.37%
R=36.69%
G=30.94%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51434500.160.120.83458.5118.43
Hex332B2D010C50159912
Octal635355020141205311122
Binary11001110101110110101000011001010000101011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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