#2E241F

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

Shades of Wood Bark #2E241F

Tints of Wood Bark #2E241F

Color information

#2E241F (or 0x2E241F) is unknown color: approx Wood Bark. HEX triplet: 2E, 24 and 1F. RGB value is (46,36,31). Sum of RGB (Red+Green+Blue) = 46+36+31=113 (14% of max value = 765). Red value is 46 (18.36% from 255 or 40.71% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 31 (12.5% from 255 or 27.43% from 113); Max value from RGB is 46 - color contains mainly: red. Hex color #2E241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E241F is #D1DBE0. Grayscale: #262626. Windows color (decimal): -13753313 or 2040878. OLE color: 2040878.

HSL color Cylindrical-coordinate representation of color #2E241F: hue angle of 20º 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 #2E241F is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.82.

Color convert

RGB463631-
CMYK00.220.330.82
HSL20º19.48%15.1%-
HSV(B)20º32.61%18.04%-
XYZ21.941.57-
YUV38.42123.81133.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 40.71%
GREEN value IS 36 (14.45% from 255) = 31.86%
BLUE value IS 31 (12.5% from 255) = 27.43%
R=40.71%
G=31.86%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46363100.220.330.822019.4815.1
Hex2E241F01621521413f
Octal56443702641122242317
Binary10111010010011111010110100001101001010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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