#2B1811

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

Shades of Wood Bark #2B1811

Tints of Wood Bark #2B1811

Color information

#2B1811 (or 0x2B1811) is unknown color: approx Wood Bark. HEX triplet: 2B, 18 and 11. RGB value is (43,24,17). Sum of RGB (Red+Green+Blue) = 43+24+17=84 (11% of max value = 765). Red value is 43 (17.19% from 255 or 51.19% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 17 (7.03% from 255 or 20.24% from 84); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B1811 is #D4E7EE. Grayscale: #1C1C1C. Windows color (decimal): -13953007 or 1120299. OLE color: 1120299.

HSL color Cylindrical-coordinate representation of color #2B1811: hue angle of 16.15º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2B1811 is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.83.

Color convert

RGB432417-
CMYK00.440.600.83
HSL16.15º43.33%11.76%-
HSV(B)16.15º60.47%16.86%-
XYZ1.421.210.69-
YUV28.88121.29138.07-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 51.19%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 17 (7.03% from 255) = 20.24%
R=51.19%
G=28.57%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.60
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43241700.440.600.8316.1543.3311.76
Hex2B181102C3C53102bc
Octal53302105474123205314
Binary101011110001000101011001111001010011100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B1811; }

 p { color: rgb(43,24,17); }

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

<style>
 a { background-color: #2B1811; }

 a { background-color: rgb(43,24,17); }

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

<style>
 span { border-color: #2B1811; }

 span { border-color: rgb(43,24,17); }

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