#313D28

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

Shades of Black Forest #313D28

Tints of Black Forest #313D28

Color information

#313D28 (or 0x313D28) is unknown color: approx Black Forest. HEX triplet: 31, 3D and 28. RGB value is (49,61,40). Sum of RGB (Red+Green+Blue) = 49+61+40=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 61 (24.22% from 255 or 40.67% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 61 - color contains mainly: green. Hex color #313D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D28 is #CEC2D7. Grayscale: #373737. Windows color (decimal): -13550296 or 2637105. OLE color: 2637105.

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

Color convert

RGB496140-
CMYK0.2000.340.76
HSL94.29º20.79%19.8%-
HSV(B)94.29º34.43%23.92%-
XYZ3.324.142.63-
YUV55.02119.52123.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 61 (24.22% from 255) = 40.67%
BLUE value IS 40 (16.02% from 255) = 26.67%
R=32.67%
G=40.67%
B=26.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4961400.2000.340.7694.2920.7919.8
Hex313D28140224C5e1514
Octal617550240421141362524
Binary110001111101101000101000100010100110010111101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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