Html Css Color HEX #313937 Woodsmoke

📋 copy color: '#313937'

red 49 ◦ green 57 ◦ blue 55

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

Shades of Woodsmoke #313937

Tints of Woodsmoke #313937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 35.4%

 BLUE value IS 55 (21.88% from 255) = 34.16%

R = 30.43%
G = 35.4%
B = 34.16%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#313937 (or 0x313937) is known color: Woodsmoke. HEX triplet: 31, 39 and 37. RGB value is (49,57,55). Sum of RGB (Red+Green+Blue) = 49+57+55=161 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.43% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 55 (21.88% from 255 or 34.16% from 161); Max value from RGB is 57 - color contains mainly: green. Hex color #313937 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313937 is #CEC6C8. Grayscale: #363636. Windows color (decimal): -13551305 or 3619121. OLE color: 3619121.

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

Color convert

RGB 49 57 55 -
CMYK 0.14 0 0.04 0.78
HSL 165º 0.08% 0.21% -
HSV(B) 165º 0.14% 0.22% -
XYZ 3.42 3.86 4.18 -
YUV 54.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 49 57 55 0.14 0 0.04 0.78 165 0.08 0.21
Hex 31 39 37 E 0 4 4E A5 8 15
Octal 61 71 67 16 0 4 116 245 10 25
Binary 110001 111001 110111 1110 0 100 1001110 10100101 1000 10101

Color Harmonies of #313937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313937

Black with #313937

Text Example


Text Example

White with #313937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313937; }

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

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

background-color css

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

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

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

border-color css

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

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

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