Html Css Color HEX #313836 Woodsmoke

📋 copy color: '#313836'

red 49 ◦ green 56 ◦ blue 54

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

Shades of Woodsmoke #313836

Tints of Woodsmoke #313836

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.22%

 BLUE value IS 54 (21.48% from 255) = 33.96%

R = 30.82%
G = 35.22%
B = 33.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.78

RGB Variations

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

Color information

#313836 (or 0x313836) is known color: Woodsmoke. HEX triplet: 31, 38 and 36. RGB value is (49,56,54). Sum of RGB (Red+Green+Blue) = 49+56+54=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 56 - color contains mainly: green. Hex color #313836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313836 is #CEC7C9. Grayscale: #353535. Windows color (decimal): -13551562 or 3553329. OLE color: 3553329.

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

Color convert

RGB 49 56 54 -
CMYK 0.12 0 0.04 0.78
HSL 162.86º 0.07% 0.21% -
HSV(B) 162.86º 0.13% 0.22% -
XYZ 3.35 3.75 4.04 -
YUV 53.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 49 56 54 0.12 0 0.04 0.78 162.86 0.07 0.21
Hex 31 38 36 C 0 4 4E A3 7 15
Octal 61 70 66 14 0 4 116 243 7 25
Binary 110001 111000 110110 1100 0 100 1001110 10100011 111 10101

Color Harmonies of #313836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313836

Black with #313836

Text Example


Text Example

White with #313836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313836; }

 p { color: rgb(49,56,54); }

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

background-color css

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

 a { background-color: rgb(49,56,54); }

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

border-color css

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

 span { border-color: rgb(49,56,54); }

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