#1E1209

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

Shades of Wood Bark #1E1209

Tints of Wood Bark #1E1209

Color information

#1E1209 (or 0x1E1209) is unknown color: approx Wood Bark. HEX triplet: 1E, 12 and 09. RGB value is (30,18,9). Sum of RGB (Red+Green+Blue) = 30+18+9=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 9 (3.91% from 255 or 15.79% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1209 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1209 is #E1EDF6. Grayscale: #141414. Windows color (decimal): -14806519 or 594462. OLE color: 594462.

HSL color Cylindrical-coordinate representation of color #1E1209: hue angle of 25.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E1209 is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.88.

Color convert

RGB30189-
CMYK00.400.700.88
HSL25.71º53.85%7.65%-
HSV(B)25.71º70%11.76%-
XYZ0.80.730.36-
YUV20.56121.48134.73-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 52.63%
GREEN value IS 18 (7.42% from 255) = 31.58%
BLUE value IS 9 (3.91% from 255) = 15.79%
R=52.63%
G=31.58%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.70
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3018900.400.700.8825.7153.857.65
Hex1E12902846581a368
Octal362211050106130326610
Binary11110100101001010100010001101011000110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,18,9); }

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

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

 a { background-color: rgb(30,18,9); }

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

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

 span { border-color: rgb(30,18,9); }

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