#2E201A

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

Shades of Wood Bark #2E201A

Tints of Wood Bark #2E201A

Color information

#2E201A (or 0x2E201A) is unknown color: approx Wood Bark. HEX triplet: 2E, 20 and 1A. RGB value is (46,32,26). Sum of RGB (Red+Green+Blue) = 46+32+26=104 (13% of max value = 765). Red value is 46 (18.36% from 255 or 44.23% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 26 (10.55% from 255 or 25% from 104); Max value from RGB is 46 - color contains mainly: red. Hex color #2E201A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E201A is #D1DFE5. Grayscale: #232323. Windows color (decimal): -13754342 or 1712174. OLE color: 1712174.

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

Color convert

RGB463226-
CMYK00.300.430.82
HSL18º27.78%14.12%-
HSV(B)18º43.48%18.04%-
XYZ1.831.691.21-
YUV35.5122.64135.49-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 44.23%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 26 (10.55% from 255) = 25%
R=44.23%
G=30.77%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46322600.300.430.821827.7814.12
Hex2E201A01E2B52121ce
Octal56403203653122223416
Binary10111010000011010011110101011101001010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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