#322F2B

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

Shades of Acadia #322F2B

Tints of Acadia #322F2B

Color information

#322F2B (or 0x322F2B) is unknown color: approx Acadia. HEX triplet: 32, 2F and 2B. RGB value is (50,47,43). Sum of RGB (Red+Green+Blue) = 50+47+43=140 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.71% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 50 - color contains mainly: red. Hex color #322F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F2B is #CDD0D4. Grayscale: #2F2F2F. Windows color (decimal): -13488341 or 2830130. OLE color: 2830130.

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

Color convert

RGB504743-
CMYK00.060.140.80
HSL34.29º7.53%18.24%-
HSV(B)34.29º14%19.61%-
XYZ2.772.892.7-
YUV47.44125.49129.83-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.71%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=35.71%
G=33.57%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50474300.060.140.8034.297.5318.24
Hex322F2B06E5022812
Octal6257530616120421022
Binary110010101111101011011011101010000100010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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