#1B1411

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

Shades of Wood Bark #1B1411

Tints of Wood Bark #1B1411

Color information

#1B1411 (or 0x1B1411) is unknown color: approx Wood Bark. HEX triplet: 1B, 14 and 11. RGB value is (27,20,17). Sum of RGB (Red+Green+Blue) = 27+20+17=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1411 is #E4EBEE. Grayscale: #151515. Windows color (decimal): -15002607 or 1119259. OLE color: 1119259.

HSL color Cylindrical-coordinate representation of color #1B1411: hue angle of 18º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1B1411 is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB272017-
CMYK00.260.370.89
HSL18º22.73%8.63%-
HSV(B)18º37.04%10.59%-
XYZ0.80.770.64-
YUV21.75125.32131.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 42.19%
GREEN value IS 20 (8.20% from 255) = 31.25%
BLUE value IS 17 (7.03% from 255) = 26.56%
R=42.19%
G=31.25%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal27201700.260.370.891822.738.63
Hex1B141101A255912179
Octal33242103245131222711
Binary110111010010001011010100101101100110010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,17); }

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

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

 a { background-color: rgb(27,20,17); }

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

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

 span { border-color: rgb(27,20,17); }

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