#1F1611

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

Shades of Wood Bark #1F1611

Tints of Wood Bark #1F1611

Color information

#1F1611 (or 0x1F1611) is unknown color: approx Wood Bark. HEX triplet: 1F, 16 and 11. RGB value is (31,22,17). Sum of RGB (Red+Green+Blue) = 31+22+17=70 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.29% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 17 (7.03% from 255 or 24.29% from 70); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1611 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1611 is #E0E9EE. Grayscale: #181818. Windows color (decimal): -14739951 or 1119775. OLE color: 1119775.

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

Color convert

RGB312217-
CMYK00.290.450.88
HSL21.43º29.17%9.41%-
HSV(B)21.43º45.16%12.16%-
XYZ0.950.910.65-
YUV24.12123.98132.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.29%
GREEN value IS 22 (8.98% from 255) = 31.43%
BLUE value IS 17 (7.03% from 255) = 24.29%
R=44.29%
G=31.43%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31221700.290.450.8821.4329.179.41
Hex1F161101D2D58151d9
Octal37262103555130253511
Binary111111011010001011101101101101100010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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