#1F1106

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

Shades of Wood Bark #1F1106

Tints of Wood Bark #1F1106

Color information

#1F1106 (or 0x1F1106) is unknown color: approx Wood Bark. HEX triplet: 1F, 11 and 06. RGB value is (31,17,6). Sum of RGB (Red+Green+Blue) = 31+17+6=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 6 (2.73% from 255 or 11.11% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1106 is #E0EEF9. Grayscale: #131313. Windows color (decimal): -14741242 or 397599. OLE color: 397599.

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

Color convert

RGB31176-
CMYK00.450.810.88
HSL26.4º67.57%7.25%-
HSV(B)26.4º80.65%12.16%-
XYZ0.80.710.27-
YUV19.93120.14135.89-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 17 (7.03% from 255) = 31.48%
BLUE value IS 6 (2.73% from 255) = 11.11%
R=57.41%
G=31.48%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3117600.450.810.8826.467.577.25
Hex1F11602D51581a447
Octal37216055121130321047
Binary1111110001110010110110100011011000110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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