Html Css Color HEX #312219 Wood Bark

📋 copy color: '#312219'

red 49 ◦ green 34 ◦ blue 25

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

Shades of Wood Bark #312219

Tints of Wood Bark #312219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.48%

 BLUE value IS 25 (10.16% from 255) = 23.15%

R = 45.37%
G = 31.48%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312219 (or 0x312219) is known color: Wood Bark. HEX triplet: 31, 22 and 19. RGB value is (49,34,25). Sum of RGB (Red+Green+Blue) = 49+34+25=108 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.37% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 49 - color contains mainly: red. Hex color #312219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312219 is #CEDDE6. Grayscale: #252525. Windows color (decimal): -13557223 or 1647153. OLE color: 1647153.

HSL color Cylindrical-coordinate representation of color #312219: hue angle of 22.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #312219 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 34 25 -
CMYK 0 0.31 0.49 0.81
HSL 22.5º 0.32% 0.15% -
HSV(B) 22.5º 0.49% 0.19% -
XYZ 2.01 1.87 1.17 -
YUV 37.46 120.97 136.23 -
System Red Green Blue C M Y K H S L
Decimal 49 34 25 0 0.31 0.49 0.81 22.5 0.32 0.15
Hex 31 22 19 0 1F 31 51 16 20 F
Octal 61 42 31 0 37 61 121 26 40 17
Binary 110001 100010 11001 0 11111 110001 1010001 10110 100000 1111

Color Harmonies of #312219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312219

Black with #312219

Text Example


Text Example

White with #312219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312219; }

 p { color: rgb(49,34,25); }

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

background-color css

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

 a { background-color: rgb(49,34,25); }

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

border-color css

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

 span { border-color: rgb(49,34,25); }

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