#31251E

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

Shades of Wood Bark #31251E

Tints of Wood Bark #31251E

Color information

#31251E (or 0x31251E) is unknown color: approx Wood Bark. HEX triplet: 31, 25 and 1E. RGB value is (49,37,30). Sum of RGB (Red+Green+Blue) = 49+37+30=116 (15% of max value = 765). Red value is 49 (19.53% from 255 or 42.24% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 30 (12.11% from 255 or 25.86% from 116); Max value from RGB is 49 - color contains mainly: red. Hex color #31251E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31251E is #CEDAE1. Grayscale: #272727. Windows color (decimal): -13556450 or 1975601. OLE color: 1975601.

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

Color convert

RGB493730-
CMYK00.240.390.81
HSL22.11º24.05%15.49%-
HSV(B)22.11º38.78%19.22%-
XYZ2.162.071.51-
YUV39.79122.48134.57-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 42.24%
GREEN value IS 37 (14.84% from 255) = 31.90%
BLUE value IS 30 (12.11% from 255) = 25.86%
R=42.24%
G=31.90%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal49373000.240.390.8122.1124.0515.49
Hex31251E01827511618f
Octal61453603047121263017
Binary11000110010111110011000100111101000110110110001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31251E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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