Html Css Color HEX #312825 Wood Bark

📋 copy color: '#312825'

red 49 ◦ green 40 ◦ blue 37

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

Shades of Wood Bark #312825

Tints of Wood Bark #312825

RGB

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

 GREEN value IS 40 (16.02% from 255) = 31.75%

 BLUE value IS 37 (14.84% from 255) = 29.37%

R = 38.89%
G = 31.75%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#312825 (or 0x312825) is known color: Wood Bark. HEX triplet: 31, 28 and 25. RGB value is (49,40,37). Sum of RGB (Red+Green+Blue) = 49+40+37=126 (16% of max value = 765). Red value is 49 (19.53% from 255 or 38.89% from 126); Green value is 40 (16.02% from 255 or 31.75% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 49 - color contains mainly: red. Hex color #312825 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312825 is #CED7DA. Grayscale: #2A2A2A. Windows color (decimal): -13555675 or 2435121. OLE color: 2435121.

HSL color Cylindrical-coordinate representation of color #312825: hue angle of 15º degrees, saturation: 0.14, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #312825 is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 49 40 37 -
CMYK 0 0.18 0.24 0.81
HSL 15º 0.14% 0.17% -
HSV(B) 15º 0.24% 0.19% -
XYZ 2.36 2.3 2.07 -
YUV 42.35 124.98 132.74 -
System Red Green Blue C M Y K H S L
Decimal 49 40 37 0 0.18 0.24 0.81 15 0.14 0.17
Hex 31 28 25 0 12 18 51 F E 11
Octal 61 50 45 0 22 30 121 17 16 21
Binary 110001 101000 100101 0 10010 11000 1010001 1111 1110 10001

Color Harmonies of #312825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312825

Black with #312825

Text Example


Text Example

White with #312825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312825; }

 p { color: rgb(49,40,37); }

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

background-color css

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

 a { background-color: rgb(49,40,37); }

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

border-color css

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

 span { border-color: rgb(49,40,37); }

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