Html Css Color HEX #31231F Wood Bark

📋 copy color: '#31231F'

red 49 ◦ green 35 ◦ blue 31

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

Shades of Wood Bark #31231F

Tints of Wood Bark #31231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 42.61%
G = 30.43%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#31231F (or 0x31231F) is known color: Wood Bark. HEX triplet: 31, 23 and 1F. RGB value is (49,35,31). Sum of RGB (Red+Green+Blue) = 49+35+31=115 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.61% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 49 - color contains mainly: red. Hex color #31231F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31231F is #CEDCE0. Grayscale: #262626. Windows color (decimal): -13556961 or 2040625. OLE color: 2040625.

HSL color Cylindrical-coordinate representation of color #31231F: hue angle of 13.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #31231F is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 35 31 -
CMYK 0 0.29 0.37 0.81
HSL 13.33º 0.23% 0.16% -
HSV(B) 13.33º 0.37% 0.19% -
XYZ 2.11 1.95 1.56 -
YUV 38.73 123.64 135.33 -
System Red Green Blue C M Y K H S L
Decimal 49 35 31 0 0.29 0.37 0.81 13.33 0.23 0.16
Hex 31 23 1F 0 1D 25 51 D 16 10
Octal 61 43 37 0 35 45 121 15 26 20
Binary 110001 100011 11111 0 11101 100101 1010001 1101 10110 10000

Color Harmonies of #31231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31231F

Black with #31231F

Text Example


Text Example

White with #31231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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