#322F2E

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

Shades of Gondola #322F2E

Tints of Gondola #322F2E

Color information

#322F2E (or 0x322F2E) is unknown color: approx Gondola. HEX triplet: 32, 2F and 2E. RGB value is (50,47,46). Sum of RGB (Red+Green+Blue) = 50+47+46=143 (18% of max value = 765). Red value is 50 (19.92% from 255 or 34.97% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 50 - color contains mainly: red. Hex color #322F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F2E is #CDD0D1. Grayscale: #2F2F2F. Windows color (decimal): -13488338 or 3026738. OLE color: 3026738.

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

Color convert

RGB504746-
CMYK00.060.080.80
HSL15º4.17%18.82%-
HSV(B)15º8%19.61%-
XYZ2.832.913-
YUV47.78126.99129.58-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.97%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=34.97%
G=32.87%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50474600.060.080.80154.1718.82
Hex322F2E06850f413
Octal625756061012017423
Binary110010101111101110011010001010000111110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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