#2B1C14

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

Shades of Wood Bark #2B1C14

Tints of Wood Bark #2B1C14

Color information

#2B1C14 (or 0x2B1C14) is unknown color: approx Wood Bark. HEX triplet: 2B, 1C and 14. RGB value is (43,28,20). Sum of RGB (Red+Green+Blue) = 43+28+20=91 (12% of max value = 765). Red value is 43 (17.19% from 255 or 47.25% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 20 (8.20% from 255 or 21.98% from 91); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1C14 is #D4E3EB. Grayscale: #1F1F1F. Windows color (decimal): -13951980 or 1317931. OLE color: 1317931.

HSL color Cylindrical-coordinate representation of color #2B1C14: hue angle of 20.87º degrees, saturation: 0.37, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2B1C14 is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.83.

Color convert

RGB432820-
CMYK00.350.530.83
HSL20.87º36.51%12.35%-
HSV(B)20.87º53.49%16.86%-
XYZ1.541.390.85-
YUV31.57121.47136.15-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 47.25%
GREEN value IS 28 (11.33% from 255) = 30.77%
BLUE value IS 20 (8.20% from 255) = 21.98%
R=47.25%
G=30.77%
B=21.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43282000.350.530.8320.8736.5112.35
Hex2B1C1402335531525c
Octal53342404365123254514
Binary101011111001010001000111101011010011101011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,28,20); }

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

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

 a { background-color: rgb(43,28,20); }

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

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

 span { border-color: rgb(43,28,20); }

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