#1D0D01

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

Shades of Wood Bark #1D0D01

Tints of Wood Bark #1D0D01

Color information

#1D0D01 (or 0x1D0D01) is unknown color: approx Wood Bark. HEX triplet: 1D, 0D and 01. RGB value is (29,13,1). Sum of RGB (Red+Green+Blue) = 29+13+1=43 (5% of max value = 765). Red value is 29 (11.72% from 255 or 67.44% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 1 (0.78% from 255 or 2.33% from 43); Max value from RGB is 29 - color contains mainly: red. Hex color #1D0D01 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D0D01 is #E2F2FE. Grayscale: #101010. Windows color (decimal): -14873343 or 68893. OLE color: 68893.

HSL color Cylindrical-coordinate representation of color #1D0D01: hue angle of 25.71º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1D0D01 is Cyan = 0, Magento = 0.55, Yellow = 0.97 and Black (K on CMYK) = 0.89.

Color convert

RGB29131-
CMYK00.550.970.89
HSL25.71º93.33%5.88%-
HSV(B)25.71º96.55%11.37%-
XYZ0.660.550.1-
YUV16.42119.3136.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 67.44%
GREEN value IS 13 (5.47% from 255) = 30.23%
BLUE value IS 1 (0.78% from 255) = 2.33%
R=67.44%
G=30.23%
B=2.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.97
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal2913100.550.970.8925.7193.335.88
Hex1DD103761591a5d6
Octal35151067141131321356
Binary1110111011011011111000011011001110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,13,1); }

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

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

 a { background-color: rgb(29,13,1); }

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

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

 span { border-color: rgb(29,13,1); }

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