Html Css Color HEX #311F18 Wood Bark

📋 copy color: '#311F18'

red 49 ◦ green 31 ◦ blue 24

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

Shades of Wood Bark #311F18

Tints of Wood Bark #311F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.08%

R = 47.12%
G = 29.81%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#311F18 (or 0x311F18) is known color: Wood Bark. HEX triplet: 31, 1F and 18. RGB value is (49,31,24). Sum of RGB (Red+Green+Blue) = 49+31+24=104 (13% of max value = 765). Red value is 49 (19.53% from 255 or 47.12% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 24 (9.77% from 255 or 23.08% from 104); Max value from RGB is 49 - color contains mainly: red. Hex color #311F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #311F18 is #CEE0E7. Grayscale: #232323. Windows color (decimal): -13557992 or 1580849. OLE color: 1580849.

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

Color convert

RGB 49 31 24 -
CMYK 0 0.37 0.51 0.81
HSL 16.8º 0.34% 0.14% -
HSV(B) 16.8º 0.51% 0.19% -
XYZ 1.92 1.7 1.09 -
YUV 35.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 49 31 24 0 0.37 0.51 0.81 16.8 0.34 0.14
Hex 31 1F 18 0 25 33 51 11 22 E
Octal 61 37 30 0 45 63 121 21 42 16
Binary 110001 11111 11000 0 100101 110011 1010001 10001 100010 1110

Color Harmonies of #311F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #311F18

Black with #311F18

Text Example


Text Example

White with #311F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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