#1E110A

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

Shades of Wood Bark #1E110A

Tints of Wood Bark #1E110A

Color information

#1E110A (or 0x1E110A) is unknown color: approx Wood Bark. HEX triplet: 1E, 11 and 0A. RGB value is (30,17,10). Sum of RGB (Red+Green+Blue) = 30+17+10=57 (7% of max value = 765). Red value is 30 (12.11% from 255 or 52.63% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 10 (4.30% from 255 or 17.54% from 57); Max value from RGB is 30 - color contains mainly: red. Hex color #1E110A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E110A is #E1EEF5. Grayscale: #141414. Windows color (decimal): -14806774 or 659742. OLE color: 659742.

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

Color convert

RGB301710-
CMYK00.430.670.88
HSL21º50%7.84%-
HSV(B)21º66.67%11.76%-
XYZ0.790.70.38-
YUV20.09122.31135.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 52.63%
GREEN value IS 17 (7.03% from 255) = 29.82%
BLUE value IS 10 (4.30% from 255) = 17.54%
R=52.63%
G=29.82%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30171000.430.670.8821507.84
Hex1E11A02B435815328
Octal362112053103130256210
Binary11110100011010010101110000111011000101011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E110A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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