Html Css Color HEX #311F17 Wood Bark

📋 copy color: '#311F17'

red 49 ◦ green 31 ◦ blue 23

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

Shades of Wood Bark #311F17

Tints of Wood Bark #311F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 22.33%

R = 47.57%
G = 30.1%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.81

RGB Variations

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

Color information

#311F17 (or 0x311F17) is known color: Wood Bark. HEX triplet: 31, 1F and 17. RGB value is (49,31,23). Sum of RGB (Red+Green+Blue) = 49+31+23=103 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.57% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 49 - color contains mainly: red. Hex color #311F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F17 is #CEE0E8. Grayscale: #232323. Windows color (decimal): -13557993 or 1515313. OLE color: 1515313.

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

Color convert

RGB 49 31 23 -
CMYK 0 0.37 0.53 0.81
HSL 18.46º 0.36% 0.14% -
HSV(B) 18.46º 0.53% 0.19% -
XYZ 1.91 1.69 1.04 -
YUV 35.47 120.96 137.65 -
System Red Green Blue C M Y K H S L
Decimal 49 31 23 0 0.37 0.53 0.81 18.46 0.36 0.14
Hex 31 1F 17 0 25 35 51 12 24 E
Octal 61 37 27 0 45 65 121 22 44 16
Binary 110001 11111 10111 0 100101 110101 1010001 10010 100100 1110

Color Harmonies of #311F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F17

Black with #311F17

Text Example


Text Example

White with #311F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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