#2A211D

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

Shades of Wood Bark #2A211D

Tints of Wood Bark #2A211D

Color information

#2A211D (or 0x2A211D) is unknown color: approx Wood Bark. HEX triplet: 2A, 21 and 1D. RGB value is (42,33,29). Sum of RGB (Red+Green+Blue) = 42+33+29=104 (13% of max value = 765). Red value is 42 (16.80% from 255 or 40.38% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 42 - color contains mainly: red. Hex color #2A211D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A211D is #D5DEE2. Grayscale: #232323. Windows color (decimal): -14016227 or 1909034. OLE color: 1909034.

HSL color Cylindrical-coordinate representation of color #2A211D: hue angle of 18.46º degrees, saturation: 0.18, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A211D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.84.

Color convert

RGB423329-
CMYK00.210.310.84
HSL18.46º18.31%13.92%-
HSV(B)18.46º30.95%16.47%-
XYZ1.721.671.39-
YUV35.24124.48132.83-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 40.38%
GREEN value IS 33 (13.28% from 255) = 31.73%
BLUE value IS 29 (11.72% from 255) = 27.88%
R=40.38%
G=31.73%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.31
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42332900.210.310.8418.4618.3113.92
Hex2A211D0151F541212e
Octal52413502537124222216
Binary1010101000011110101010111111101010010010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A211D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,29); }

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

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

 a { background-color: rgb(42,33,29); }

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

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

 span { border-color: rgb(42,33,29); }

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