#312823

Color #312823 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #312823

Tints of Wood Bark #312823

Color information

#312823 (or 0x312823) is unknown color: approx Wood Bark. HEX triplet: 31, 28 and 23. RGB value is (49,40,35). Sum of RGB (Red+Green+Blue) = 49+40+35=124 (16% of max value = 765). Red value is 49 (19.53% from 255 or 39.52% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 49 - color contains mainly: red. Hex color #312823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #312823 is #CED7DC. Grayscale: #2A2A2A. Windows color (decimal): -13555677 or 2304049. OLE color: 2304049.

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

Color convert

RGB494035-
CMYK00.180.290.81
HSL21.43º16.67%16.47%-
HSV(B)21.43º28.57%19.22%-
XYZ2.332.291.91-
YUV42.12123.98132.91-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 39.52%
GREEN value IS 40 (16.02% from 255) = 32.26%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=39.52%
G=32.26%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.29
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49403500.180.290.8121.4316.6716.47
Hex3128230121D51151110
Octal61504302235121252120
Binary110001101000100011010010111011010001101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #312823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #312823; }

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

 H1.HeaderClassName
 {
   color: #312823;
 }
 .AnyTagClassName
 {
   color: #312823;
 }
</style>
background-color css

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

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

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

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

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

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