#2E1E1A

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

Shades of Wood Bark #2E1E1A

Tints of Wood Bark #2E1E1A

Color information

#2E1E1A (or 0x2E1E1A) is unknown color: approx Wood Bark. HEX triplet: 2E, 1E and 1A. RGB value is (46,30,26). Sum of RGB (Red+Green+Blue) = 46+30+26=102 (13% of max value = 765). Red value is 46 (18.36% from 255 or 45.10% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 46 - color contains mainly: red. Hex color #2E1E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E1E1A is #D1E1E5. Grayscale: #222222. Windows color (decimal): -13754854 or 1711662. OLE color: 1711662.

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

Color convert

RGB463026-
CMYK00.350.430.82
HSL12º27.78%14.12%-
HSV(B)12º43.48%18.04%-
XYZ1.781.581.19-
YUV34.33123.3136.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 45.10%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 26 (10.55% from 255) = 25.49%
R=45.10%
G=29.41%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal46302600.350.430.821227.7814.12
Hex2E1E1A0232B52c1ce
Octal56363204353122143416
Binary1011101111011010010001110101110100101100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E1E1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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