#313A28

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

Shades of Black Forest #313A28

Tints of Black Forest #313A28

Color information

#313A28 (or 0x313A28) is unknown color: approx Black Forest. HEX triplet: 31, 3A and 28. RGB value is (49,58,40). Sum of RGB (Red+Green+Blue) = 49+58+40=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 58 (23.05% from 255 or 39.46% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 58 - color contains mainly: green. Hex color #313A28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313A28 is #CEC5D7. Grayscale: #353535. Windows color (decimal): -13551064 or 2636337. OLE color: 2636337.

HSL color Cylindrical-coordinate representation of color #313A28: hue angle of 90º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #313A28 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.77.

Color convert

RGB495840-
CMYK0.1600.310.77
HSL90º18.37%19.22%-
HSV(B)90º31.03%22.75%-
XYZ3.163.832.58-
YUV53.26120.52124.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 58 (23.05% from 255) = 39.46%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=33.33%
G=39.46%
B=27.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4958400.1600.310.779018.3719.22
Hex313A281001F4D5a1213
Octal617250200371151322223
Binary11000111101010100010000011111100110110110101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,58,40); }

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

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

 a { background-color: rgb(49,58,40); }

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

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

 span { border-color: rgb(49,58,40); }

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