#2F221B

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

Shades of Wood Bark #2F221B

Tints of Wood Bark #2F221B

Color information

#2F221B (or 0x2F221B) is unknown color: approx Wood Bark. HEX triplet: 2F, 22 and 1B. RGB value is (47,34,27). Sum of RGB (Red+Green+Blue) = 47+34+27=108 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.52% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 47 - color contains mainly: red. Hex color #2F221B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F221B is #D0DDE4. Grayscale: #252525. Windows color (decimal): -13688293 or 1778223. OLE color: 1778223.

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

Color convert

RGB473427-
CMYK00.280.430.82
HSL21º27.03%14.51%-
HSV(B)21º42.55%18.43%-
XYZ1.941.831.29-
YUV37.09122.31135.07-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.52%
GREEN value IS 34 (13.67% from 255) = 31.48%
BLUE value IS 27 (10.94% from 255) = 25%
R=43.52%
G=31.48%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47342700.280.430.822127.0314.51
Hex2F221B01C2B52151bf
Octal57423303453122253317
Binary10111110001011011011100101011101001010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,34,27); }

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

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

 a { background-color: rgb(47,34,27); }

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

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

 span { border-color: rgb(47,34,27); }

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