#2B1B16

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

Shades of Wood Bark #2B1B16

Tints of Wood Bark #2B1B16

Color information

#2B1B16 (or 0x2B1B16) is unknown color: approx Wood Bark. HEX triplet: 2B, 1B and 16. RGB value is (43,27,22). Sum of RGB (Red+Green+Blue) = 43+27+22=92 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.74% from 92); Green value is 27 (10.94% from 255 or 29.35% from 92); Blue value is 22 (8.98% from 255 or 23.91% from 92); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1B16 is #D4E4E9. Grayscale: #1F1F1F. Windows color (decimal): -13952234 or 1448747. OLE color: 1448747.

HSL color Cylindrical-coordinate representation of color #2B1B16: hue angle of 14.29º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2B1B16 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.83.

Color convert

RGB432722-
CMYK00.370.490.83
HSL14.29º32.31%12.75%-
HSV(B)14.29º48.84%16.86%-
XYZ1.531.360.94-
YUV31.21122.8136.41-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.74%
GREEN value IS 27 (10.94% from 255) = 29.35%
BLUE value IS 22 (8.98% from 255) = 23.91%
R=46.74%
G=29.35%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.49
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43272200.370.490.8314.2932.3112.75
Hex2B1B160253153e20d
Octal53332604561123164015
Binary10101111011101100100101110001101001111101000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,27,22); }

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

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

 a { background-color: rgb(43,27,22); }

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

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

 span { border-color: rgb(43,27,22); }

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