Html Css Color HEX #312521 Wood Bark

📋 copy color: '#312521'

red 49 ◦ green 37 ◦ blue 33

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

Shades of Wood Bark #312521

Tints of Wood Bark #312521

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.09%

 BLUE value IS 33 (13.28% from 255) = 27.73%

R = 41.18%
G = 31.09%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#312521 (or 0x312521) is known color: Wood Bark. HEX triplet: 31, 25 and 21. RGB value is (49,37,33). Sum of RGB (Red+Green+Blue) = 49+37+33=119 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.18% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 33 (13.28% from 255 or 27.73% from 119); Max value from RGB is 49 - color contains mainly: red. Hex color #312521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312521 is #CEDADE. Grayscale: #282828. Windows color (decimal): -13556447 or 2172209. OLE color: 2172209.

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

Color convert

RGB 49 37 33 -
CMYK 0 0.24 0.33 0.81
HSL 15º 0.2% 0.16% -
HSV(B) 15º 0.33% 0.19% -
XYZ 2.2 2.09 1.73 -
YUV 40.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 49 37 33 0 0.24 0.33 0.81 15 0.2 0.16
Hex 31 25 21 0 18 21 51 F 14 10
Octal 61 45 41 0 30 41 121 17 24 20
Binary 110001 100101 100001 0 11000 100001 1010001 1111 10100 10000

Color Harmonies of #312521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312521

Black with #312521

Text Example


Text Example

White with #312521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312521; }

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

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

background-color css

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

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

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

border-color css

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

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

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