Html Css Color HEX #311E13 Wood Bark

📋 copy color: '#311E13'

red 49 ◦ green 30 ◦ blue 19

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

Shades of Wood Bark #311E13

Tints of Wood Bark #311E13

RGB

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

 GREEN value IS 30 (12.11% from 255) = 30.61%

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 50%
G = 30.61%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.81

RGB Variations

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

Color information

#311E13 (or 0x311E13) is known color: Wood Bark. HEX triplet: 31, 1E and 13. RGB value is (49,30,19). Sum of RGB (Red+Green+Blue) = 49+30+19=98 (12% of max value = 765). Red value is 49 (19.53% from 255 or 50% from 98); Green value is 30 (12.11% from 255 or 30.61% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 49 - color contains mainly: red. Hex color #311E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311E13 is #CEE1EC. Grayscale: #222222. Windows color (decimal): -13558253 or 1252913. OLE color: 1252913.

HSL color Cylindrical-coordinate representation of color #311E13: hue angle of 22º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #311E13 is Cyan = 0, Magento = 0.39, Yellow = 0.61 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 30 19 -
CMYK 0 0.39 0.61 0.81
HSL 22º 0.44% 0.13% -
HSV(B) 22º 0.61% 0.19% -
XYZ 1.85 1.63 0.83 -
YUV 34.43 119.29 138.39 -
System Red Green Blue C M Y K H S L
Decimal 49 30 19 0 0.39 0.61 0.81 22 0.44 0.13
Hex 31 1E 13 0 27 3D 51 16 2C D
Octal 61 36 23 0 47 75 121 26 54 15
Binary 110001 11110 10011 0 100111 111101 1010001 10110 101100 1101

Color Harmonies of #311E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311E13

Black with #311E13

Text Example


Text Example

White with #311E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #311E13; }

 p { color: rgb(49,30,19); }

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

background-color css

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

 a { background-color: rgb(49,30,19); }

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

border-color css

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

 span { border-color: rgb(49,30,19); }

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