Html Css Color HEX #312721 Wood Bark

📋 copy color: '#312721'

red 49 ◦ green 39 ◦ blue 33

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

Shades of Wood Bark #312721

Tints of Wood Bark #312721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 32.23%

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

R = 40.5%
G = 32.23%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#312721 (or 0x312721) is known color: Wood Bark. HEX triplet: 31, 27 and 21. RGB value is (49,39,33). Sum of RGB (Red+Green+Blue) = 49+39+33=121 (16% of max value = 765). Red value is 49 (19.53% from 255 or 40.50% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 33 (13.28% from 255 or 27.27% from 121); Max value from RGB is 49 - color contains mainly: red. Hex color #312721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312721 is #CED8DE. Grayscale: #292929. Windows color (decimal): -13555935 or 2172721. OLE color: 2172721.

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

Color convert

RGB 49 39 33 -
CMYK 0 0.20 0.33 0.81
HSL 22.5º 0.2% 0.16% -
HSV(B) 22.5º 0.33% 0.19% -
XYZ 2.27 2.21 1.75 -
YUV 41.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 49 39 33 0 0.20 0.33 0.81 22.5 0.2 0.16
Hex 31 27 21 0 14 21 51 16 14 10
Octal 61 47 41 0 24 41 121 26 24 20
Binary 110001 100111 100001 0 10100 100001 1010001 10110 10100 10000

Color Harmonies of #312721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312721

Black with #312721

Text Example


Text Example

White with #312721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312721; }

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

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

background-color css

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

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

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

border-color css

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

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

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