#1F1006

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

Shades of Wood Bark #1F1006

Tints of Wood Bark #1F1006

Color information

#1F1006 (or 0x1F1006) is unknown color: approx Wood Bark. HEX triplet: 1F, 10 and 06. RGB value is (31,16,6). Sum of RGB (Red+Green+Blue) = 31+16+6=53 (7% of max value = 765). Red value is 31 (12.5% from 255 or 58.49% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1006 is #E0EFF9. Grayscale: #131313. Windows color (decimal): -14741498 or 397343. OLE color: 397343.

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

Color convert

RGB31166-
CMYK00.480.810.88
HSL24º67.57%7.25%-
HSV(B)24º80.65%12.16%-
XYZ0.780.680.26-
YUV19.35120.47136.31-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 58.49%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=58.49%
G=30.19%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.81
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3116600.480.810.882467.577.25
Hex1F106030515818447
Octal37206060121130301047
Binary1111110000110011000010100011011000110001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,6); }

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

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

 a { background-color: rgb(31,16,6); }

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

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

 span { border-color: rgb(31,16,6); }

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