Html Css Color HEX #31221D Wood Bark

📋 copy color: '#31221D'

red 49 ◦ green 34 ◦ blue 29

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

Shades of Wood Bark #31221D

Tints of Wood Bark #31221D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 25.89%

R = 43.75%
G = 30.36%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.81

RGB Variations

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

Color information

#31221D (or 0x31221D) is known color: Wood Bark. HEX triplet: 31, 22 and 1D. RGB value is (49,34,29). Sum of RGB (Red+Green+Blue) = 49+34+29=112 (14% of max value = 765). Red value is 49 (19.53% from 255 or 43.75% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 49 - color contains mainly: red. Hex color #31221D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31221D is #CEDDE2. Grayscale: #252525. Windows color (decimal): -13557219 or 1909297. OLE color: 1909297.

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

Color convert

RGB 49 34 29 -
CMYK 0 0.31 0.41 0.81
HSL 15º 0.26% 0.15% -
HSV(B) 15º 0.41% 0.19% -
XYZ 2.06 1.89 1.42 -
YUV 37.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 49 34 29 0 0.31 0.41 0.81 15 0.26 0.15
Hex 31 22 1D 0 1F 29 51 F 1A F
Octal 61 42 35 0 37 51 121 17 32 17
Binary 110001 100010 11101 0 11111 101001 1010001 1111 11010 1111

Color Harmonies of #31221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31221D

Black with #31221D

Text Example


Text Example

White with #31221D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31221D; }

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

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

background-color css

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

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

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

border-color css

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

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

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