#2D1B15

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

Shades of Wood Bark #2D1B15

Tints of Wood Bark #2D1B15

Color information

#2D1B15 (or 0x2D1B15) is unknown color: approx Wood Bark. HEX triplet: 2D, 1B and 15. RGB value is (45,27,21). Sum of RGB (Red+Green+Blue) = 45+27+21=93 (12% of max value = 765). Red value is 45 (17.97% from 255 or 48.39% from 93); Green value is 27 (10.94% from 255 or 29.03% from 93); Blue value is 21 (8.59% from 255 or 22.58% from 93); Max value from RGB is 45 - color contains mainly: red. Hex color #2D1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D1B15 is #D2E4EA. Grayscale: #1F1F1F. Windows color (decimal): -13821163 or 1383213. OLE color: 1383213.

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

Color convert

RGB452721-
CMYK00.40.530.82
HSL15º36.36%12.94%-
HSV(B)15º53.33%17.65%-
XYZ1.611.40.89-
YUV31.7121.96137.49-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 48.39%
GREEN value IS 27 (10.94% from 255) = 29.03%
BLUE value IS 21 (8.59% from 255) = 22.58%
R=48.39%
G=29.03%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.53
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45272100.40.530.821536.3612.94
Hex2D1B150283552f24d
Octal55332505065122174415
Binary10110111011101010101000110101101001011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D1B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,27,21); }

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

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

 a { background-color: rgb(45,27,21); }

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

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

 span { border-color: rgb(45,27,21); }

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