#1E120B

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

Shades of Wood Bark #1E120B

Tints of Wood Bark #1E120B

Color information

#1E120B (or 0x1E120B) is unknown color: approx Wood Bark. HEX triplet: 1E, 12 and 0B. RGB value is (30,18,11). Sum of RGB (Red+Green+Blue) = 30+18+11=59 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50.85% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 11 (4.69% from 255 or 18.64% from 59); Max value from RGB is 30 - color contains mainly: red. Hex color #1E120B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E120B is #E1EDF4. Grayscale: #141414. Windows color (decimal): -14806517 or 725534. OLE color: 725534.

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

Color convert

RGB301811-
CMYK00.400.630.88
HSL22.11º46.34%8.04%-
HSV(B)22.11º63.33%11.76%-
XYZ0.810.730.42-
YUV20.79122.48134.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50.85%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 11 (4.69% from 255) = 18.64%
R=50.85%
G=30.51%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30181100.400.630.8822.1146.348.04
Hex1E12B0283F58162e8
Octal36221305077130265610
Binary1111010010101101010001111111011000101101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E120B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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