#1B120D

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

Shades of Wood Bark #1B120D

Tints of Wood Bark #1B120D

Color information

#1B120D (or 0x1B120D) is unknown color: approx Wood Bark. HEX triplet: 1B, 12 and 0D. RGB value is (27,18,13). Sum of RGB (Red+Green+Blue) = 27+18+13=58 (7% of max value = 765). Red value is 27 (10.94% from 255 or 46.55% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 27 - color contains mainly: red. Hex color #1B120D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B120D is #E4EDF2. Grayscale: #141414. Windows color (decimal): -15003123 or 856603. OLE color: 856603.

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

Color convert

RGB271813-
CMYK00.330.520.89
HSL21.43º35%7.84%-
HSV(B)21.43º51.85%10.59%-
XYZ0.740.690.48-
YUV20.12123.98132.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 46.55%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 13 (5.47% from 255) = 22.41%
R=46.55%
G=31.03%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.52
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27181300.330.520.8921.43357.84
Hex1B12D021345915238
Octal33221504164131254310
Binary1101110010110101000011101001011001101011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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