#2B1D17

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

Shades of Wood Bark #2B1D17

Tints of Wood Bark #2B1D17

Color information

#2B1D17 (or 0x2B1D17) is unknown color: approx Wood Bark. HEX triplet: 2B, 1D and 17. RGB value is (43,29,23). Sum of RGB (Red+Green+Blue) = 43+29+23=95 (12% of max value = 765). Red value is 43 (17.19% from 255 or 45.26% from 95); Green value is 29 (11.72% from 255 or 30.53% from 95); Blue value is 23 (9.38% from 255 or 24.21% from 95); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1D17 is #D4E2E8. Grayscale: #202020. Windows color (decimal): -13951721 or 1514795. OLE color: 1514795.

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

Color convert

RGB432923-
CMYK00.330.470.83
HSL18º30.3%12.94%-
HSV(B)18º46.51%16.86%-
XYZ1.591.451.01-
YUV32.5122.64135.49-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 45.26%
GREEN value IS 29 (11.72% from 255) = 30.53%
BLUE value IS 23 (9.38% from 255) = 24.21%
R=45.26%
G=30.53%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.47
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43292300.330.470.831830.312.94
Hex2B1D170212F53121ed
Octal53352704157123223615
Binary10101111101101110100001101111101001110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,29,23); }

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

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

 a { background-color: rgb(43,29,23); }

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

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

 span { border-color: rgb(43,29,23); }

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