#312F2C

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

Shades of Acadia #312F2C

Tints of Acadia #312F2C

Color information

#312F2C (or 0x312F2C) is unknown color: approx Acadia. HEX triplet: 31, 2F and 2C. RGB value is (49,47,44). Sum of RGB (Red+Green+Blue) = 49+47+44=140 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35% from 140); Green value is 47 (18.75% from 255 or 33.57% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 49 - color contains mainly: red. Hex color #312F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F2C is #CED0D3. Grayscale: #2F2F2F. Windows color (decimal): -13553876 or 2895665. OLE color: 2895665.

HSL color Cylindrical-coordinate representation of color #312F2C: hue angle of 36º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #312F2C is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB494744-
CMYK00.040.100.81
HSL36º5.38%18.24%-
HSV(B)36º10.2%19.22%-
XYZ2.742.872.79-
YUV47.26126.16129.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35%
GREEN value IS 47 (18.75% from 255) = 33.57%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=35%
G=33.57%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49474400.040.100.81365.3818.24
Hex312F2C04A5124512
Octal615754041212144522
Binary11000110111110110001001010101000110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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