#1F1007

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

Shades of Wood Bark #1F1007

Tints of Wood Bark #1F1007

Color information

#1F1007 (or 0x1F1007) is unknown color: approx Wood Bark. HEX triplet: 1F, 10 and 07. RGB value is (31,16,7). Sum of RGB (Red+Green+Blue) = 31+16+7=54 (7% of max value = 765). Red value is 31 (12.5% from 255 or 57.41% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 7 (3.12% from 255 or 12.96% from 54); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1007 is #E0EFF8. Grayscale: #131313. Windows color (decimal): -14741497 or 462879. OLE color: 462879.

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

Color convert

RGB31167-
CMYK00.480.770.88
HSL22.5º63.16%7.45%-
HSV(B)22.5º77.42%12.16%-
XYZ0.790.680.29-
YUV19.46120.97136.23-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 57.41%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 7 (3.12% from 255) = 12.96%
R=57.41%
G=29.63%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.77
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3116700.480.770.8822.563.167.45
Hex1F1070304D58173f7
Octal3720706011513027777
Binary111111000011101100001001101101100010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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