#1F1109

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

Shades of Wood Bark #1F1109

Tints of Wood Bark #1F1109

Color information

#1F1109 (or 0x1F1109) is unknown color: approx Wood Bark. HEX triplet: 1F, 11 and 09. RGB value is (31,17,9). Sum of RGB (Red+Green+Blue) = 31+17+9=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1109 is #E0EEF6. Grayscale: #141414. Windows color (decimal): -14741239 or 594207. OLE color: 594207.

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

Color convert

RGB31179-
CMYK00.450.710.88
HSL21.82º55%7.84%-
HSV(B)21.82º70.97%12.16%-
XYZ0.810.710.35-
YUV20.27121.64135.65-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=54.39%
G=29.82%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3117900.450.710.8821.82557.84
Hex1F11902D475816378
Octal372111055107130266710
Binary11111100011001010110110001111011000101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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