#2E231E

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

Shades of Wood Bark #2E231E

Tints of Wood Bark #2E231E

Color information

#2E231E (or 0x2E231E) is unknown color: approx Wood Bark. HEX triplet: 2E, 23 and 1E. RGB value is (46,35,30). Sum of RGB (Red+Green+Blue) = 46+35+30=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 30 (12.11% from 255 or 27.03% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E231E is #D1DCE1. Grayscale: #252525. Windows color (decimal): -13753570 or 1975086. OLE color: 1975086.

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

Color convert

RGB463530-
CMYK00.240.350.82
HSL18.75º21.05%14.9%-
HSV(B)18.75º34.78%18.04%-
XYZ1.961.881.49-
YUV37.72123.64133.91-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 30 (12.11% from 255) = 27.03%
R=41.44%
G=31.53%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.35
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46353000.240.350.8218.7521.0514.9
Hex2E231E01823521315f
Octal56433603043122232517
Binary10111010001111110011000100011101001010011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,35,30); }

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

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

 a { background-color: rgb(46,35,30); }

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

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

 span { border-color: rgb(46,35,30); }

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