Html Css Color HEX #312119 Wood Bark

📋 copy color: '#312119'

red 49 ◦ green 33 ◦ blue 25

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

Shades of Wood Bark #312119

Tints of Wood Bark #312119

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

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

R = 45.79%
G = 30.84%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#312119 (or 0x312119) is known color: Wood Bark. HEX triplet: 31, 21 and 19. RGB value is (49,33,25). Sum of RGB (Red+Green+Blue) = 49+33+25=107 (14% of max value = 765). Red value is 49 (19.53% from 255 or 45.79% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 49 - color contains mainly: red. Hex color #312119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #312119 is #CEDEE6. Grayscale: #242424. Windows color (decimal): -13557479 or 1646897. OLE color: 1646897.

HSL color Cylindrical-coordinate representation of color #312119: hue angle of 20º 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 #312119 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 33 25 -
CMYK 0 0.33 0.49 0.81
HSL 20º 0.32% 0.15% -
HSV(B) 20º 0.49% 0.19% -
XYZ 1.99 1.81 1.16 -
YUV 36.87 121.3 136.65 -
System Red Green Blue C M Y K H S L
Decimal 49 33 25 0 0.33 0.49 0.81 20 0.32 0.15
Hex 31 21 19 0 21 31 51 14 20 F
Octal 61 41 31 0 41 61 121 24 40 17
Binary 110001 100001 11001 0 100001 110001 1010001 10100 100000 1111

Color Harmonies of #312119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312119

Black with #312119

Text Example


Text Example

White with #312119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312119; }

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

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

background-color css

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

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

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

border-color css

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

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

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