#2F1F1B

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

Shades of Wood Bark #2F1F1B

Tints of Wood Bark #2F1F1B

Color information

#2F1F1B (or 0x2F1F1B) is unknown color: approx Wood Bark. HEX triplet: 2F, 1F and 1B. RGB value is (47,31,27). Sum of RGB (Red+Green+Blue) = 47+31+27=105 (13% of max value = 765). Red value is 47 (18.75% from 255 or 44.76% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1F1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F1F1B is #D0E0E4. Grayscale: #232323. Windows color (decimal): -13689061 or 1777455. OLE color: 1777455.

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

Color convert

RGB473127-
CMYK00.340.430.82
HSL12º27.03%14.51%-
HSV(B)12º42.55%18.43%-
XYZ1.861.661.26-
YUV35.33123.3136.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 44.76%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 27 (10.94% from 255) = 25.71%
R=44.76%
G=29.52%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.43
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47312700.340.430.821227.0314.51
Hex2F1F1B0222B52c1bf
Octal57373304253122143317
Binary1011111111111011010001010101110100101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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