#322F2C

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

Shades of Acadia #322F2C

Tints of Acadia #322F2C

Color information

#322F2C (or 0x322F2C) is unknown color: approx Acadia. HEX triplet: 32, 2F and 2C. RGB value is (50,47,44). Sum of RGB (Red+Green+Blue) = 50+47+44=141 (18% of max value = 765). Red value is 50 (19.92% from 255 or 35.46% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 44 (17.58% from 255 or 31.21% from 141); Max value from RGB is 50 - color contains mainly: red. Hex color #322F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322F2C is #CDD0D3. Grayscale: #2F2F2F. Windows color (decimal): -13488340 or 2895666. OLE color: 2895666.

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

Color convert

RGB504744-
CMYK00.060.120.80
HSL30º6.38%18.43%-
HSV(B)30º12%19.61%-
XYZ2.792.892.79-
YUV47.56125.99129.74-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 35.46%
GREEN value IS 47 (18.75% from 255) = 33.33%
BLUE value IS 44 (17.58% from 255) = 31.21%
R=35.46%
G=33.33%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50474400.060.120.80306.3818.43
Hex322F2C06C501e612
Octal625754061412036622
Binary1100101011111011000110110010100001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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