#1F1108

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

Shades of Wood Bark #1F1108

Tints of Wood Bark #1F1108

Color information

#1F1108 (or 0x1F1108) is unknown color: approx Wood Bark. HEX triplet: 1F, 11 and 08. RGB value is (31,17,8). Sum of RGB (Red+Green+Blue) = 31+17+8=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1108 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1108 is #E0EEF7. Grayscale: #141414. Windows color (decimal): -14741240 or 528671. OLE color: 528671.

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

Color convert

RGB31178-
CMYK00.450.740.88
HSL23.48º58.97%7.65%-
HSV(B)23.48º74.19%12.16%-
XYZ0.810.710.32-
YUV20.16121.14135.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 55.36%
GREEN value IS 17 (7.03% from 255) = 30.36%
BLUE value IS 8 (3.52% from 255) = 14.29%
R=55.36%
G=30.36%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.74
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3117800.450.740.8823.4858.977.65
Hex1F11802D4A58173b8
Octal372110055112130277310
Binary11111100011000010110110010101011000101111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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