#1F1005

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

Shades of Wood Bark #1F1005

Tints of Wood Bark #1F1005

Color information

#1F1005 (or 0x1F1005) is unknown color: approx Wood Bark. HEX triplet: 1F, 10 and 05. RGB value is (31,16,5). Sum of RGB (Red+Green+Blue) = 31+16+5=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 5 (2.34% from 255 or 9.62% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1005 is #E0EFFA. Grayscale: #131313. Windows color (decimal): -14741499 or 331807. OLE color: 331807.

HSL color Cylindrical-coordinate representation of color #1F1005: hue angle of 25.38º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1005 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.88.

Color convert

RGB31165-
CMYK00.480.840.88
HSL25.38º72.22%7.06%-
HSV(B)25.38º83.87%12.16%-
XYZ0.780.670.23-
YUV19.23119.97136.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 59.62%
GREEN value IS 16 (6.64% from 255) = 30.77%
BLUE value IS 5 (2.34% from 255) = 9.62%
R=59.62%
G=30.77%
B=9.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3116500.480.840.8825.3872.227.06
Hex1F105030545819487
Octal37205060124130311107
Binary1111110000101011000010101001011000110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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