Html Css Color HEX #313D29 Black Forest

📋 copy color: '#313D29'

red 49 ◦ green 61 ◦ blue 41

#313D29
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Forest #313D29

Tints of Black Forest #313D29

RGB

 RED value IS 49 (19.53% from 255) = 32.45%

 GREEN value IS 61 (24.22% from 255) = 40.4%

 BLUE value IS 41 (16.41% from 255) = 27.15%

R = 32.45%
G = 40.4%
B = 27.15%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.76

RGB Variations

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

Color information

#313D29 (or 0x313D29) is known color: Black Forest. HEX triplet: 31, 3D and 29. RGB value is (49,61,41). Sum of RGB (Red+Green+Blue) = 49+61+41=151 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.45% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 41 (16.41% from 255 or 27.15% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #313D29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D29 is #CEC2D6. Grayscale: #373737. Windows color (decimal): -13550295 or 2702641. OLE color: 2702641.

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

Color convert

RGB 49 61 41 -
CMYK 0.20 0 0.33 0.76
HSL 96º 0.2% 0.2% -
HSV(B) 96º 0.33% 0.24% -
XYZ 3.34 4.15 2.72 -
YUV 55.13 120.02 123.63 -
System Red Green Blue C M Y K H S L
Decimal 49 61 41 0.20 0 0.33 0.76 96 0.2 0.2
Hex 31 3D 29 14 0 21 4C 60 14 14
Octal 61 75 51 24 0 41 114 140 24 24
Binary 110001 111101 101001 10100 0 100001 1001100 1100000 10100 10100

Color Harmonies of #313D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313D29

Black with #313D29

Text Example


Text Example

White with #313D29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #313D29;
 }
 .AnyTagClassName
 {
   color: #313D29;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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