#1D0F03

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

Shades of Wood Bark #1D0F03

Tints of Wood Bark #1D0F03

Color information

#1D0F03 (or 0x1D0F03) is unknown color: approx Wood Bark. HEX triplet: 1D, 0F and 03. RGB value is (29,15,3). Sum of RGB (Red+Green+Blue) = 29+15+3=47 (6% of max value = 765). Red value is 29 (11.72% from 255 or 61.70% from 47); Green value is 15 (6.25% from 255 or 31.91% from 47); Blue value is 3 (1.56% from 255 or 6.38% from 47); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0F03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0F03 is #E2F0FC. Grayscale: #111111. Windows color (decimal): -14872829 or 200477. OLE color: 200477.

HSL color Cylindrical-coordinate representation of color #1D0F03: hue angle of 27.69º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1D0F03 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.89.

Color convert

RGB29153-
CMYK00.480.900.89
HSL27.69º81.25%6.27%-
HSV(B)27.69º89.66%11.37%-
XYZ0.690.610.17-
YUV17.82119.64135.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 61.70%
GREEN value IS 15 (6.25% from 255) = 31.91%
BLUE value IS 3 (1.56% from 255) = 6.38%
R=61.70%
G=31.91%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2915300.480.900.8927.6981.256.27
Hex1DF30305A591c516
Octal35173060132131341216
Binary11101111111011000010110101011001111001010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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