#313929

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

Shades of Black Forest #313929

Tints of Black Forest #313929

Color information

#313929 (or 0x313929) is unknown color: approx Black Forest. HEX triplet: 31, 39 and 29. RGB value is (49,57,41). Sum of RGB (Red+Green+Blue) = 49+57+41=147 (19% of max value = 765). Red value is 49 (19.53% from 255 or 33.33% from 147); Green value is 57 (22.66% from 255 or 38.78% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 57 - color contains mainly: green. Hex color #313929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313929 is #CEC6D6. Grayscale: #343434. Windows color (decimal): -13551319 or 2701617. OLE color: 2701617.

HSL color Cylindrical-coordinate representation of color #313929: hue angle of 90º degrees, saturation: 0.16, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #313929 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.78.

Color convert

RGB495741-
CMYK0.1400.280.78
HSL90º16.33%19.22%-
HSV(B)90º28.07%22.35%-
XYZ3.133.742.65-
YUV52.78121.35125.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 33.33%
GREEN value IS 57 (22.66% from 255) = 38.78%
BLUE value IS 41 (16.41% from 255) = 27.89%
R=33.33%
G=38.78%
B=27.89%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4957410.1400.280.789016.3319.22
Hex313929E01C4E5a1013
Octal617151160341161322023
Binary1100011110011010011110011100100111010110101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313929; }

 p { color: rgb(49,57,41); }

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

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

 a { background-color: rgb(49,57,41); }

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

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

 span { border-color: rgb(49,57,41); }

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