#332E2F

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

Shades of Aubergine #332E2F

Tints of Aubergine #332E2F

Color information

#332E2F (or 0x332E2F) is unknown color: approx Aubergine. HEX triplet: 33, 2E and 2F. RGB value is (51,46,47). Sum of RGB (Red+Green+Blue) = 51+46+47=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 46 (18.36% from 255 or 31.94% from 144); Blue value is 47 (18.75% from 255 or 32.64% from 144); Max value from RGB is 51 - color contains mainly: red. Hex color #332E2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332E2F is #CCD1D0. Grayscale: #2F2F2F. Windows color (decimal): -13423057 or 3092019. OLE color: 3092019.

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

Color convert

RGB514647-
CMYK00.100.080.8
HSL348º5.15%19.02%-
HSV(B)348º9.8%20%-
XYZ2.862.863.09-
YUV47.61127.66130.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 35.42%
GREEN value IS 46 (18.36% from 255) = 31.94%
BLUE value IS 47 (18.75% from 255) = 32.64%
R=35.42%
G=31.94%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51464700.100.080.83485.1519.02
Hex332E2F0A85015c513
Octal63565701210120534523
Binary110011101110101111010101000101000010101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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