#1B120E

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

Shades of Wood Bark #1B120E

Tints of Wood Bark #1B120E

Color information

#1B120E (or 0x1B120E) is unknown color: approx Wood Bark. HEX triplet: 1B, 12 and 0E. RGB value is (27,18,14). Sum of RGB (Red+Green+Blue) = 27+18+14=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 27 - color contains mainly: red. Hex color #1B120E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B120E is #E4EDF1. Grayscale: #141414. Windows color (decimal): -15003122 or 922139. OLE color: 922139.

HSL color Cylindrical-coordinate representation of color #1B120E: hue angle of 18.46º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1B120E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB271814-
CMYK00.330.480.89
HSL18.46º31.71%8.04%-
HSV(B)18.46º48.15%10.59%-
XYZ0.750.70.51-
YUV20.24124.48132.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 45.76%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 14 (5.86% from 255) = 23.73%
R=45.76%
G=30.51%
B=23.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27181400.330.480.8918.4631.718.04
Hex1B12E021305912208
Octal33221604160131224010
Binary1101110010111001000011100001011001100101000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B120E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,18,14); }

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

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

 a { background-color: rgb(27,18,14); }

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

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

 span { border-color: rgb(27,18,14); }

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