#1F1107

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

Shades of Wood Bark #1F1107

Tints of Wood Bark #1F1107

Color information

#1F1107 (or 0x1F1107) is unknown color: approx Wood Bark. HEX triplet: 1F, 11 and 07. RGB value is (31,17,7). Sum of RGB (Red+Green+Blue) = 31+17+7=55 (7% of max value = 765). Red value is 31 (12.5% from 255 or 56.36% from 55); Green value is 17 (7.03% from 255 or 30.91% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1107 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1107 is #E0EEF8. Grayscale: #141414. Windows color (decimal): -14741241 or 463135. OLE color: 463135.

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

Color convert

RGB31177-
CMYK00.450.770.88
HSL25º63.16%7.45%-
HSV(B)25º77.42%12.16%-
XYZ0.80.710.3-
YUV20.05120.64135.81-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 56.36%
GREEN value IS 17 (7.03% from 255) = 30.91%
BLUE value IS 7 (3.12% from 255) = 12.73%
R=56.36%
G=30.91%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3117700.450.770.882563.167.45
Hex1F11702D4D58193f7
Octal3721705511513031777
Binary111111000111101011011001101101100011001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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