#1A1310

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

Shades of Wood Bark #1A1310

Tints of Wood Bark #1A1310

Color information

#1A1310 (or 0x1A1310) is unknown color: approx Wood Bark. HEX triplet: 1A, 13 and 10. RGB value is (26,19,16). Sum of RGB (Red+Green+Blue) = 26+19+16=61 (8% of max value = 765). Red value is 26 (10.55% from 255 or 42.62% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 16 (6.64% from 255 or 26.23% from 61); Max value from RGB is 26 - color contains mainly: red. Hex color #1A1310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1A1310 is #E5ECEF. Grayscale: #141414. Windows color (decimal): -15068400 or 1053466. OLE color: 1053466.

HSL color Cylindrical-coordinate representation of color #1A1310: hue angle of 18º degrees, saturation: 0.24, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1A1310 is Cyan = 0, Magento = 0.27, Yellow = 0.38 and Black (K on CMYK) = 0.90.

Color convert

RGB261916-
CMYK00.270.380.90
HSL18º23.81%8.24%-
HSV(B)18º38.46%10.2%-
XYZ0.750.720.59-
YUV20.75125.32131.74-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 42.62%
GREEN value IS 19 (7.81% from 255) = 31.15%
BLUE value IS 16 (6.64% from 255) = 26.23%
R=42.62%
G=31.15%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.38
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal26191600.270.380.901823.818.24
Hex1A131001B265A12188
Octal32232003346132223010
Binary110101001110000011011100110101101010010110001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,19,16); }

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

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

 a { background-color: rgb(26,19,16); }

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

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

 span { border-color: rgb(26,19,16); }

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