#2E1F19

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

Shades of Wood Bark #2E1F19

Tints of Wood Bark #2E1F19

Color information

#2E1F19 (or 0x2E1F19) is unknown color: approx Wood Bark. HEX triplet: 2E, 1F and 19. RGB value is (46,31,25). Sum of RGB (Red+Green+Blue) = 46+31+25=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 25 (10.16% from 255 or 24.51% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2E1F19 is #D1E0E6. Grayscale: #222222. Windows color (decimal): -13754599 or 1646382. OLE color: 1646382.

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

Color convert

RGB463125-
CMYK00.330.460.82
HSL17.14º29.58%13.92%-
HSV(B)17.14º45.65%18.04%-
XYZ1.791.631.14-
YUV34.8122.47135.99-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.10%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 25 (10.16% from 255) = 24.51%
R=45.10%
G=30.39%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46312500.330.460.8217.1429.5813.92
Hex2E1F190212E52111ee
Octal56373104156122213616
Binary10111011111110010100001101110101001010001111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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