#2F231B

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

Shades of Wood Bark #2F231B

Tints of Wood Bark #2F231B

Color information

#2F231B (or 0x2F231B) is unknown color: approx Wood Bark. HEX triplet: 2F, 23 and 1B. RGB value is (47,35,27). Sum of RGB (Red+Green+Blue) = 47+35+27=109 (14% of max value = 765). Red value is 47 (18.75% from 255 or 43.12% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 47 - color contains mainly: red. Hex color #2F231B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F231B is #D0DCE4. Grayscale: #252525. Windows color (decimal): -13688037 or 1778479. OLE color: 1778479.

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

Color convert

RGB473527-
CMYK00.260.430.82
HSL24º27.03%14.51%-
HSV(B)24º42.55%18.43%-
XYZ1.971.891.3-
YUV37.68121.98134.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 43.12%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 27 (10.94% from 255) = 24.77%
R=43.12%
G=32.11%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47352700.260.430.822427.0314.51
Hex2F231B01A2B52181bf
Octal57433303253122303317
Binary10111110001111011011010101011101001011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F231B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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