Html Css Color HEX #311F16 Wood Bark

📋 copy color: '#311F16'

red 49 ◦ green 31 ◦ blue 22

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

Shades of Wood Bark #311F16

Tints of Wood Bark #311F16

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.39%

 BLUE value IS 22 (8.98% from 255) = 21.57%

R = 48.04%
G = 30.39%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.81

RGB Variations

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

Color information

#311F16 (or 0x311F16) is known color: Wood Bark. HEX triplet: 31, 1F and 16. RGB value is (49,31,22). Sum of RGB (Red+Green+Blue) = 49+31+22=102 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.04% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 22 (8.98% from 255 or 21.57% from 102); Max value from RGB is 49 - color contains mainly: red. Hex color #311F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F16 is #CEE0E9. Grayscale: #232323. Windows color (decimal): -13557994 or 1449777. OLE color: 1449777.

HSL color Cylindrical-coordinate representation of color #311F16: hue angle of 20º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #311F16 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 31 22 -
CMYK 0 0.37 0.55 0.81
HSL 20º 0.38% 0.14% -
HSV(B) 20º 0.55% 0.19% -
XYZ 1.9 1.69 0.99 -
YUV 35.36 120.46 137.73 -
System Red Green Blue C M Y K H S L
Decimal 49 31 22 0 0.37 0.55 0.81 20 0.38 0.14
Hex 31 1F 16 0 25 37 51 14 26 E
Octal 61 37 26 0 45 67 121 24 46 16
Binary 110001 11111 10110 0 100101 110111 1010001 10100 100110 1110

Color Harmonies of #311F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F16

Black with #311F16

Text Example


Text Example

White with #311F16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,31,22); }

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

background-color css

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

 a { background-color: rgb(49,31,22); }

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

border-color css

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

 span { border-color: rgb(49,31,22); }

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