#1F1613

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

Shades of Wood Bark #1F1613

Tints of Wood Bark #1F1613

Color information

#1F1613 (or 0x1F1613) is unknown color: approx Wood Bark. HEX triplet: 1F, 16 and 13. RGB value is (31,22,19). Sum of RGB (Red+Green+Blue) = 31+22+19=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 22 (8.98% from 255 or 30.56% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1613 is #E0E9EC. Grayscale: #181818. Windows color (decimal): -14739949 or 1250847. OLE color: 1250847.

HSL color Cylindrical-coordinate representation of color #1F1613: hue angle of 15º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F1613 is Cyan = 0, Magento = 0.29, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB312219-
CMYK00.290.390.88
HSL15º24%9.8%-
HSV(B)15º38.71%12.16%-
XYZ0.970.910.74-
YUV24.35124.98132.74-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 22 (8.98% from 255) = 30.56%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=43.06%
G=30.56%
B=26.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31221900.290.390.8815249.8
Hex1F161301D2758f18a
Octal37262303547130173012
Binary11111101101001101110110011110110001111110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F1613; }

 p { color: rgb(31,22,19); }

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

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

 a { background-color: rgb(31,22,19); }

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

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

 span { border-color: rgb(31,22,19); }

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