#1F1208

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

Shades of Wood Bark #1F1208

Tints of Wood Bark #1F1208

Color information

#1F1208 (or 0x1F1208) is unknown color: approx Wood Bark. HEX triplet: 1F, 12 and 08. RGB value is (31,18,8). Sum of RGB (Red+Green+Blue) = 31+18+8=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 8 (3.52% from 255 or 14.04% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1208 is #E0EDF7. Grayscale: #141414. Windows color (decimal): -14740984 or 528927. OLE color: 528927.

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

Color convert

RGB31188-
CMYK00.420.740.88
HSL26.09º58.97%7.65%-
HSV(B)26.09º74.19%12.16%-
XYZ0.830.740.33-
YUV20.75120.81135.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 54.39%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 8 (3.52% from 255) = 14.04%
R=54.39%
G=31.58%
B=14.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3118800.420.740.8826.0958.977.65
Hex1F12802A4A581a3b8
Octal372210052112130327310
Binary11111100101000010101010010101011000110101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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