#1A0D03

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

Shades of Wood Bark #1A0D03

Tints of Wood Bark #1A0D03

Color information

#1A0D03 (or 0x1A0D03) is unknown color: approx Wood Bark. HEX triplet: 1A, 0D and 03. RGB value is (26,13,3). Sum of RGB (Red+Green+Blue) = 26+13+3=42 (5% of max value = 765). Red value is 26 (10.55% from 255 or 61.90% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 3 (1.56% from 255 or 7.14% from 42); Max value from RGB is 26 - color contains mainly: red. Hex color #1A0D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A0D03 is #E5F2FC. Grayscale: #0F0F0F. Windows color (decimal): -15069949 or 199962. OLE color: 199962.

HSL color Cylindrical-coordinate representation of color #1A0D03: hue angle of 26.09º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A0D03 is Cyan = 0, Magento = 0.5, Yellow = 0.88 and Black (K on CMYK) = 0.90.

Color convert

RGB26133-
CMYK00.50.880.90
HSL26.09º79.31%5.69%-
HSV(B)26.09º88.46%10.2%-
XYZ0.590.510.15-
YUV15.75120.81135.31-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 61.90%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 3 (1.56% from 255) = 7.14%
R=61.90%
G=30.95%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.88
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2613300.50.880.9026.0979.315.69
Hex1AD3032585A1a4f6
Octal32153062130132321176
Binary11010110111011001010110001011010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0D03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,13,3); }

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

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

 a { background-color: rgb(26,13,3); }

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

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

 span { border-color: rgb(26,13,3); }

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