#1E1106

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

Shades of Wood Bark #1E1106

Tints of Wood Bark #1E1106

Color information

#1E1106 (or 0x1E1106) is unknown color: approx Wood Bark. HEX triplet: 1E, 11 and 06. RGB value is (30,17,6). Sum of RGB (Red+Green+Blue) = 30+17+6=53 (7% of max value = 765). Red value is 30 (12.11% from 255 or 56.60% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 6 (2.73% from 255 or 11.32% from 53); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1106 is #E1EEF9. Grayscale: #131313. Windows color (decimal): -14806778 or 397598. OLE color: 397598.

HSL color Cylindrical-coordinate representation of color #1E1106: hue angle of 27.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1106 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.88.

Color convert

RGB30176-
CMYK00.430.800.88
HSL27.5º66.67%7.06%-
HSV(B)27.5º80%11.76%-
XYZ0.770.690.26-
YUV19.63120.31135.39-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 56.60%
GREEN value IS 17 (7.03% from 255) = 32.08%
BLUE value IS 6 (2.73% from 255) = 11.32%
R=56.60%
G=32.08%
B=11.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3017600.430.800.8827.566.677.06
Hex1E11602B50581c437
Octal36216053120130341037
Binary1111010001110010101110100001011000111001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,17,6); }

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

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

 a { background-color: rgb(30,17,6); }

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

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

 span { border-color: rgb(30,17,6); }

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