#2B1D15

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

Shades of Wood Bark #2B1D15

Tints of Wood Bark #2B1D15

Color information

#2B1D15 (or 0x2B1D15) is unknown color: approx Wood Bark. HEX triplet: 2B, 1D and 15. RGB value is (43,29,21). Sum of RGB (Red+Green+Blue) = 43+29+21=93 (12% of max value = 765). Red value is 43 (17.19% from 255 or 46.24% from 93); Green value is 29 (11.72% from 255 or 31.18% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1D15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1D15 is #D4E2EA. Grayscale: #202020. Windows color (decimal): -13951723 or 1383723. OLE color: 1383723.

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

Color convert

RGB432921-
CMYK00.330.510.83
HSL21.82º34.38%12.55%-
HSV(B)21.82º51.16%16.86%-
XYZ1.571.450.91-
YUV32.27121.64135.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 46.24%
GREEN value IS 29 (11.72% from 255) = 31.18%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=46.24%
G=31.18%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.51
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43292100.330.510.8321.8234.3812.55
Hex2B1D1502133531622d
Octal53352504163123264215
Binary101011111011010101000011100111010011101101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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