#312F2B

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

Shades of Acadia #312F2B

Tints of Acadia #312F2B

Color information

#312F2B (or 0x312F2B) is unknown color: approx Acadia. HEX triplet: 31, 2F and 2B. RGB value is (49,47,43). Sum of RGB (Red+Green+Blue) = 49+47+43=139 (18% of max value = 765). Red value is 49 (19.53% from 255 or 35.25% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 49 - color contains mainly: red. Hex color #312F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312F2B is #CED0D4. Grayscale: #2F2F2F. Windows color (decimal): -13553877 or 2830129. OLE color: 2830129.

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

Color convert

RGB494743-
CMYK00.040.120.81
HSL40º6.52%18.04%-
HSV(B)40º12.24%19.22%-
XYZ2.722.862.69-
YUV47.14125.66129.33-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 35.25%
GREEN value IS 47 (18.75% from 255) = 33.81%
BLUE value IS 43 (17.19% from 255) = 30.94%
R=35.25%
G=33.81%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49474300.040.120.81406.5218.04
Hex312F2B04C5128712
Octal615753041412150722
Binary11000110111110101101001100101000110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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