#1F1511

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

Shades of Wood Bark #1F1511

Tints of Wood Bark #1F1511

Color information

#1F1511 (or 0x1F1511) is unknown color: approx Wood Bark. HEX triplet: 1F, 15 and 11. RGB value is (31,21,17). Sum of RGB (Red+Green+Blue) = 31+21+17=69 (9% of max value = 765). Red value is 31 (12.5% from 255 or 44.93% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 17 (7.03% from 255 or 24.64% from 69); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1511 is #E0EAEE. Grayscale: #171717. Windows color (decimal): -14740207 or 1119519. OLE color: 1119519.

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

Color convert

RGB312117-
CMYK00.320.450.88
HSL17.14º29.17%9.41%-
HSV(B)17.14º45.16%12.16%-
XYZ0.930.870.65-
YUV23.53124.31133.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 44.93%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 17 (7.03% from 255) = 24.64%
R=44.93%
G=30.43%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31211700.320.450.8817.1429.179.41
Hex1F15110202D58111d9
Octal37252104055130213511
Binary1111110101100010100000101101101100010001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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