Html Css Color HEX #313929 Black Forest

📋 copy color: '#313929'

red 49 ◦ green 57 ◦ blue 41

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

Shades of Black Forest #313929

Tints of Black Forest #313929

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 value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.78

RGB Variations

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

Color information

#313929 (or 0x313929) is known color: 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

RGB 49 57 41 -
CMYK 0.14 0 0.28 0.78
HSL 90º 0.16% 0.19% -
HSV(B) 90º 0.28% 0.22% -
XYZ 3.13 3.74 2.65 -
YUV 52.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 49 57 41 0.14 0 0.28 0.78 90 0.16 0.19
Hex 31 39 29 E 0 1C 4E 5A 10 13
Octal 61 71 51 16 0 34 116 132 20 23
Binary 110001 111001 101001 1110 0 11100 1001110 1011010 10000 10011

Color Harmonies of #313929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313929

Black with #313929

Text Example


Text Example

White with #313929

Text Example


Text Example

HTML Codes & Css Web 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>