#313E27

Color #313E27 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #313E27

Tints of Black Forest #313E27

Color information

#313E27 (or 0x313E27) is unknown color: approx Black Forest. HEX triplet: 31, 3E and 27. RGB value is (49,62,39). Sum of RGB (Red+Green+Blue) = 49+62+39=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 62 (24.61% from 255 or 41.33% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 62 - color contains mainly: green. Hex color #313E27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E27 is #CEC1D8. Grayscale: #373737. Windows color (decimal): -13550041 or 2571825. OLE color: 2571825.

HSL color Cylindrical-coordinate representation of color #313E27: hue angle of 93.91º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #313E27 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.76.

Color convert

RGB496239-
CMYK0.2100.370.76
HSL93.91º22.77%19.8%-
HSV(B)93.91º37.1%24.31%-
XYZ3.364.242.56-
YUV55.49118.69123.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 62 (24.61% from 255) = 41.33%
BLUE value IS 39 (15.62% from 255) = 26%
R=32.67%
G=41.33%
B=26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4962390.2100.370.7693.9122.7719.8
Hex313E27150254C5e1714
Octal617647250451141362724
Binary110001111110100111101010100101100110010111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313E27; }

 p { color: rgb(49,62,39); }

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

<style>
 a { background-color: #313E27; }

 a { background-color: rgb(49,62,39); }

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

<style>
 span { border-color: #313E27; }

 span { border-color: rgb(49,62,39); }

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