Html Css Color HEX #311F15 Wood Bark

📋 copy color: '#311F15'

red 49 ◦ green 31 ◦ blue 21

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

Shades of Wood Bark #311F15

Tints of Wood Bark #311F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 20.79%

R = 48.51%
G = 30.69%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.81

RGB Variations

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

Color information

#311F15 (or 0x311F15) is known color: Wood Bark. HEX triplet: 31, 1F and 15. RGB value is (49,31,21). Sum of RGB (Red+Green+Blue) = 49+31+21=101 (13% of max value = 765). Red value is 49 (19.53% from 255 or 48.51% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 49 - color contains mainly: red. Hex color #311F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F15 is #CEE0EA. Grayscale: #232323. Windows color (decimal): -13557995 or 1384241. OLE color: 1384241.

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

Color convert

RGB 49 31 21 -
CMYK 0 0.37 0.57 0.81
HSL 21.43º 0.4% 0.14% -
HSV(B) 21.43º 0.57% 0.19% -
XYZ 1.89 1.69 0.94 -
YUV 35.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 49 31 21 0 0.37 0.57 0.81 21.43 0.4 0.14
Hex 31 1F 15 0 25 39 51 15 28 E
Octal 61 37 25 0 45 71 121 25 50 16
Binary 110001 11111 10101 0 100101 111001 1010001 10101 101000 1110

Color Harmonies of #311F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F15

Black with #311F15

Text Example


Text Example

White with #311F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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