#1D0E03

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

Shades of Wood Bark #1D0E03

Tints of Wood Bark #1D0E03

Color information

#1D0E03 (or 0x1D0E03) is unknown color: approx Wood Bark. HEX triplet: 1D, 0E and 03. RGB value is (29,14,3). Sum of RGB (Red+Green+Blue) = 29+14+3=46 (6% of max value = 765). Red value is 29 (11.72% from 255 or 63.04% from 46); Green value is 14 (5.86% from 255 or 30.43% from 46); Blue value is 3 (1.56% from 255 or 6.52% from 46); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0E03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0E03 is #E2F1FC. Grayscale: #111111. Windows color (decimal): -14873085 or 200221. OLE color: 200221.

HSL color Cylindrical-coordinate representation of color #1D0E03: hue angle of 25.38º 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 #1D0E03 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.89.

Color convert

RGB29143-
CMYK00.520.900.89
HSL25.38º81.25%6.27%-
HSV(B)25.38º89.66%11.37%-
XYZ0.680.580.16-
YUV17.23119.97136.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 63.04%
GREEN value IS 14 (5.86% from 255) = 30.43%
BLUE value IS 3 (1.56% from 255) = 6.52%
R=63.04%
G=30.43%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.90
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2914300.520.900.8925.3881.256.27
Hex1DE30345A5919516
Octal35163064132131311216
Binary11101111011011010010110101011001110011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0E03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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