#31251F

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

Shades of Wood Bark #31251F

Tints of Wood Bark #31251F

Color information

#31251F (or 0x31251F) is unknown color: approx Wood Bark. HEX triplet: 31, 25 and 1F. RGB value is (49,37,31). Sum of RGB (Red+Green+Blue) = 49+37+31=117 (15% of max value = 765). Red value is 49 (19.53% from 255 or 41.88% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 49 - color contains mainly: red. Hex color #31251F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251F is #CEDAE0. Grayscale: #272727. Windows color (decimal): -13556449 or 2041137. OLE color: 2041137.

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

Color convert

RGB493731-
CMYK00.240.370.81
HSL20º22.5%15.69%-
HSV(B)20º36.73%19.22%-
XYZ2.182.081.58-
YUV39.9122.98134.49-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 41.88%
GREEN value IS 37 (14.84% from 255) = 31.62%
BLUE value IS 31 (12.5% from 255) = 26.50%
R=41.88%
G=31.62%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.37
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49373100.240.370.812022.515.69
Hex31251F0182551141610
Octal61453703045121242620
Binary110001100101111110110001001011010001101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31251F; }

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

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

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

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

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

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

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

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