#1D0F07

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

Shades of Wood Bark #1D0F07

Tints of Wood Bark #1D0F07

Color information

#1D0F07 (or 0x1D0F07) is unknown color: approx Wood Bark. HEX triplet: 1D, 0F and 07. RGB value is (29,15,7). Sum of RGB (Red+Green+Blue) = 29+15+7=51 (6% of max value = 765). Red value is 29 (11.72% from 255 or 56.86% from 51); Green value is 15 (6.25% from 255 or 29.41% from 51); Blue value is 7 (3.12% from 255 or 13.73% from 51); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F07 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F07 is #E2F0F8. Grayscale: #121212. Windows color (decimal): -14872825 or 462621. OLE color: 462621.

HSL color Cylindrical-coordinate representation of color #1D0F07: hue angle of 21.82º degrees, saturation: 0.61, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D0F07 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.89.

Color convert

RGB29157-
CMYK00.480.760.89
HSL21.82º61.11%7.06%-
HSV(B)21.82º75.86%11.37%-
XYZ0.720.620.28-
YUV18.27121.64135.65-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 56.86%
GREEN value IS 15 (6.25% from 255) = 29.41%
BLUE value IS 7 (3.12% from 255) = 13.73%
R=56.86%
G=29.41%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2915700.480.760.8921.8261.117.06
Hex1DF70304C59163d7
Octal3517706011413126757
Binary11101111111101100001001100101100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,15,7); }

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

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

 a { background-color: rgb(29,15,7); }

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

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

 span { border-color: rgb(29,15,7); }

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