#2E221F

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

Shades of Wood Bark #2E221F

Tints of Wood Bark #2E221F

Color information

#2E221F (or 0x2E221F) is unknown color: approx Wood Bark. HEX triplet: 2E, 22 and 1F. RGB value is (46,34,31). Sum of RGB (Red+Green+Blue) = 46+34+31=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E221F is #D1DDE0. Grayscale: #252525. Windows color (decimal): -13753825 or 2040366. OLE color: 2040366.

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

Color convert

RGB463431-
CMYK00.260.330.82
HSL12º19.48%15.1%-
HSV(B)12º32.61%18.04%-
XYZ1.951.821.55-
YUV37.25124.48134.24-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=41.44%
G=30.63%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46343100.260.330.821219.4815.1
Hex2E221F01A2152c13f
Octal56423703241122142317
Binary1011101000101111101101010000110100101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E221F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,34,31); }

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

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

 a { background-color: rgb(46,34,31); }

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

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

 span { border-color: rgb(46,34,31); }

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