#2F1C11

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

Shades of Wood Bark #2F1C11

Tints of Wood Bark #2F1C11

Color information

#2F1C11 (or 0x2F1C11) is unknown color: approx Wood Bark. HEX triplet: 2F, 1C and 11. RGB value is (47,28,17). Sum of RGB (Red+Green+Blue) = 47+28+17=92 (12% of max value = 765). Red value is 47 (18.75% from 255 or 51.09% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 17 (7.03% from 255 or 18.48% from 92); Max value from RGB is 47 - color contains mainly: red. Hex color #2F1C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2F1C11 is #D0E3EE. Grayscale: #202020. Windows color (decimal): -13689839 or 1121327. OLE color: 1121327.

HSL color Cylindrical-coordinate representation of color #2F1C11: hue angle of 22º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F1C11 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.82.

Color convert

RGB472817-
CMYK00.400.640.82
HSL22º46.88%12.55%-
HSV(B)22º63.83%18.43%-
XYZ1.691.480.73-
YUV32.43119.29138.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 51.09%
GREEN value IS 28 (11.33% from 255) = 30.43%
BLUE value IS 17 (7.03% from 255) = 18.48%
R=51.09%
G=30.43%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal47281700.400.640.822246.8812.55
Hex2F1C110284052162fd
Octal573421050100122265715
Binary1011111110010001010100010000001010010101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F1C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,28,17); }

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

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

 a { background-color: rgb(47,28,17); }

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

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

 span { border-color: rgb(47,28,17); }

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