#2B170B

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

Shades of Wood Bark #2B170B

Tints of Wood Bark #2B170B

Color information

#2B170B (or 0x2B170B) is unknown color: approx Wood Bark. HEX triplet: 2B, 17 and 0B. RGB value is (43,23,11). Sum of RGB (Red+Green+Blue) = 43+23+11=77 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.84% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 11 (4.69% from 255 or 14.29% from 77); Max value from RGB is 43 - color contains mainly: red. Hex color #2B170B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2B170B is #D4E8F4. Grayscale: #1B1B1B. Windows color (decimal): -13953269 or 726827. OLE color: 726827.

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

Color convert

RGB432311-
CMYK00.470.740.83
HSL22.5º59.26%10.59%-
HSV(B)22.5º74.42%16.86%-
XYZ1.361.150.47-
YUV27.61118.63138.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 55.84%
GREEN value IS 23 (9.38% from 255) = 29.87%
BLUE value IS 11 (4.69% from 255) = 14.29%
R=55.84%
G=29.87%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43231100.470.740.8322.559.2610.59
Hex2B17B02F4A53163bb
Octal532713057112123267313
Binary101011101111011010111110010101010011101101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B170B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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