#1F1713

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

Shades of Wood Bark #1F1713

Tints of Wood Bark #1F1713

Color information

#1F1713 (or 0x1F1713) is unknown color: approx Wood Bark. HEX triplet: 1F, 17 and 13. RGB value is (31,23,19). Sum of RGB (Red+Green+Blue) = 31+23+19=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 23 (9.38% from 255 or 31.51% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1713 is #E0E8EC. Grayscale: #181818. Windows color (decimal): -14739693 or 1251103. OLE color: 1251103.

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

Color convert

RGB312319-
CMYK00.260.390.88
HSL20º24%9.8%-
HSV(B)20º38.71%12.16%-
XYZ0.990.950.75-
YUV24.94124.65132.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 23 (9.38% from 255) = 31.51%
BLUE value IS 19 (7.81% from 255) = 26.03%
R=42.47%
G=31.51%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31231900.260.390.8820249.8
Hex1F171301A27581418a
Octal37272303247130243012
Binary111111011110011011010100111101100010100110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,19); }

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

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

 a { background-color: rgb(31,23,19); }

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

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

 span { border-color: rgb(31,23,19); }

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