#1F1207

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

Shades of Wood Bark #1F1207

Tints of Wood Bark #1F1207

Color information

#1F1207 (or 0x1F1207) is unknown color: approx Wood Bark. HEX triplet: 1F, 12 and 07. RGB value is (31,18,7). Sum of RGB (Red+Green+Blue) = 31+18+7=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 7 (3.12% from 255 or 12.5% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1207 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1207 is #E0EDF8. Grayscale: #141414. Windows color (decimal): -14740985 or 463391. OLE color: 463391.

HSL color Cylindrical-coordinate representation of color #1F1207: hue angle of 27.5º 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 #1F1207 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.88.

Color convert

RGB31187-
CMYK00.420.770.88
HSL27.5º63.16%7.45%-
HSV(B)27.5º77.42%12.16%-
XYZ0.820.740.3-
YUV20.63120.31135.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 18 (7.42% from 255) = 32.14%
BLUE value IS 7 (3.12% from 255) = 12.5%
R=55.36%
G=32.14%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3118700.420.770.8827.563.167.45
Hex1F12702A4D581c3f7
Octal3722705211513034777
Binary111111001011101010101001101101100011100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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