#32312F

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

Shades of Acadia #32312F

Tints of Acadia #32312F

Color information

#32312F (or 0x32312F) is unknown color: approx Acadia. HEX triplet: 32, 31 and 2F. RGB value is (50,49,47). Sum of RGB (Red+Green+Blue) = 50+49+47=146 (19% of max value = 765). Red value is 50 (19.92% from 255 or 34.25% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 50 - color contains mainly: red. Hex color #32312F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32312F is #CDCED0. Grayscale: #313131. Windows color (decimal): -13487825 or 3092786. OLE color: 3092786.

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

Color convert

RGB504947-
CMYK00.020.060.80
HSL40º3.09%19.02%-
HSV(B)40º6%19.61%-
XYZ2.933.083.13-
YUV49.07126.83128.66-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 34.25%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 47 (18.75% from 255) = 32.19%
R=34.25%
G=33.56%
B=32.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.06
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50494700.020.060.80403.0919.02
Hex32312F0265028313
Octal62615702612050323
Binary11001011000110111101011010100001010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32312F; }

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

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

<style>
 a { background-color: #32312F; }

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

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

<style>
 span { border-color: #32312F; }

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

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