#1F1209

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

Shades of Wood Bark #1F1209

Tints of Wood Bark #1F1209

Color information

#1F1209 (or 0x1F1209) is unknown color: approx Wood Bark. HEX triplet: 1F, 12 and 09. RGB value is (31,18,9). Sum of RGB (Red+Green+Blue) = 31+18+9=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 9 (3.91% from 255 or 15.52% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1209 is #E0EDF6. Grayscale: #141414. Windows color (decimal): -14740983 or 594463. OLE color: 594463.

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

Color convert

RGB31189-
CMYK00.420.710.88
HSL24.55º55%7.84%-
HSV(B)24.55º70.97%12.16%-
XYZ0.830.740.36-
YUV20.86121.31135.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 53.45%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 9 (3.91% from 255) = 15.52%
R=53.45%
G=31.03%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3118900.420.710.8824.55557.84
Hex1F12902A475819378
Octal372211052107130316710
Binary11111100101001010101010001111011000110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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