#2E241D

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

Shades of Wood Bark #2E241D

Tints of Wood Bark #2E241D

Color information

#2E241D (or 0x2E241D) is unknown color: approx Wood Bark. HEX triplet: 2E, 24 and 1D. RGB value is (46,36,29). Sum of RGB (Red+Green+Blue) = 46+36+29=111 (14% of max value = 765). Red value is 46 (18.36% from 255 or 41.44% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 29 (11.72% from 255 or 26.13% from 111); Max value from RGB is 46 - color contains mainly: red. Hex color #2E241D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E241D is #D1DBE2. Grayscale: #262626. Windows color (decimal): -13753315 or 1909806. OLE color: 1909806.

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

Color convert

RGB463629-
CMYK00.220.370.82
HSL24.71º22.67%14.71%-
HSV(B)24.71º36.96%18.04%-
XYZ1.981.931.43-
YUV38.19122.81133.57-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 41.44%
GREEN value IS 36 (14.45% from 255) = 32.43%
BLUE value IS 29 (11.72% from 255) = 26.13%
R=41.44%
G=32.43%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.37
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46362900.220.370.8224.7122.6714.71
Hex2E241D01625521917f
Octal56443502645122312717
Binary10111010010011101010110100101101001011001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E241D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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