#2B170F

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

Shades of Wood Bark #2B170F

Tints of Wood Bark #2B170F

Color information

#2B170F (or 0x2B170F) is unknown color: approx Wood Bark. HEX triplet: 2B, 17 and 0F. RGB value is (43,23,15). Sum of RGB (Red+Green+Blue) = 43+23+15=81 (10% of max value = 765). Red value is 43 (17.19% from 255 or 53.09% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 15 (6.25% from 255 or 18.52% from 81); Max value from RGB is 43 - color contains mainly: red. Hex color #2B170F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B170F is #D4E8F0. Grayscale: #1C1C1C. Windows color (decimal): -13953265 or 988971. OLE color: 988971.

HSL color Cylindrical-coordinate representation of color #2B170F: hue angle of 17.14º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2B170F is Cyan = 0, Magento = 0.47, Yellow = 0.65 and Black (K on CMYK) = 0.83.

Color convert

RGB432315-
CMYK00.470.650.83
HSL17.14º48.28%11.37%-
HSV(B)17.14º65.12%16.86%-
XYZ1.391.160.6-
YUV28.07120.63138.65-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 53.09%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 15 (6.25% from 255) = 18.52%
R=53.09%
G=28.40%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43231500.470.650.8317.1448.2811.37
Hex2B17F02F41531130b
Octal532717057101123216013
Binary101011101111111010111110000011010011100011100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B170F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,23,15); }

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

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

 a { background-color: rgb(43,23,15); }

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

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

 span { border-color: rgb(43,23,15); }

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