#2E201B

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

Shades of Wood Bark #2E201B

Tints of Wood Bark #2E201B

Color information

#2E201B (or 0x2E201B) is unknown color: approx Wood Bark. HEX triplet: 2E, 20 and 1B. RGB value is (46,32,27). Sum of RGB (Red+Green+Blue) = 46+32+27=105 (13% of max value = 765). Red value is 46 (18.36% from 255 or 43.81% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 46 - color contains mainly: red. Hex color #2E201B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E201B is #D1DFE4. Grayscale: #232323. Windows color (decimal): -13754341 or 1777710. OLE color: 1777710.

HSL color Cylindrical-coordinate representation of color #2E201B: hue angle of 15.79º degrees, saturation: 0.26, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #2E201B is Cyan = 0, Magento = 0.30, Yellow = 0.41 and Black (K on CMYK) = 0.82.

Color convert

RGB463227-
CMYK00.300.410.82
HSL15.79º26.03%14.31%-
HSV(B)15.79º41.3%18.04%-
XYZ1.841.691.27-
YUV35.62123.14135.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 43.81%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=43.81%
G=30.48%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46322700.300.410.8215.7926.0314.31
Hex2E201B01E2952101ae
Octal56403303651122203216
Binary10111010000011011011110101001101001010000110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E201B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,32,27); }

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

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

 a { background-color: rgb(46,32,27); }

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

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

 span { border-color: rgb(46,32,27); }

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