#1F1612

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

Shades of Wood Bark #1F1612

Tints of Wood Bark #1F1612

Color information

#1F1612 (or 0x1F1612) is unknown color: approx Wood Bark. HEX triplet: 1F, 16 and 12. RGB value is (31,22,18). Sum of RGB (Red+Green+Blue) = 31+22+18=71 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.66% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 18 (7.42% from 255 or 25.35% from 71); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1612 is #E0E9ED. Grayscale: #181818. Windows color (decimal): -14739950 or 1185311. OLE color: 1185311.

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

Color convert

RGB312218-
CMYK00.290.420.88
HSL18.46º26.53%9.61%-
HSV(B)18.46º41.94%12.16%-
XYZ0.960.910.7-
YUV24.24124.48132.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.66%
GREEN value IS 22 (8.98% from 255) = 30.99%
BLUE value IS 18 (7.42% from 255) = 25.35%
R=43.66%
G=30.99%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.42
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31221800.290.420.8818.4626.539.61
Hex1F161201D2A58121ba
Octal37262203552130223312
Binary111111011010010011101101010101100010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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