#211E1D

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

Shades of Wood Bark #211E1D

Tints of Wood Bark #211E1D

Color information

#211E1D (or 0x211E1D) is unknown color: approx Wood Bark. HEX triplet: 21, 1E and 1D. RGB value is (33,30,29). Sum of RGB (Red+Green+Blue) = 33+30+29=92 (12% of max value = 765). Red value is 33 (13.28% from 255 or 35.87% from 92); Green value is 30 (12.11% from 255 or 32.61% from 92); Blue value is 29 (11.72% from 255 or 31.52% from 92); Max value from RGB is 33 - color contains mainly: red. Hex color #211E1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #211E1D is #DEE1E2. Grayscale: #1E1E1E. Windows color (decimal): -14606819 or 1908257. OLE color: 1908257.

HSL color Cylindrical-coordinate representation of color #211E1D: hue angle of 15º degrees, saturation: 0.06, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #211E1D is Cyan = 0, Magento = 0.09, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB333029-
CMYK00.090.120.87
HSL15º6.45%12.16%-
HSV(B)15º12.12%12.94%-
XYZ1.311.341.35-
YUV30.78126.99129.58-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 35.87%
GREEN value IS 30 (12.11% from 255) = 32.61%
BLUE value IS 29 (11.72% from 255) = 31.52%
R=35.87%
G=32.61%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33302900.090.120.87156.4512.16
Hex211E1D09C57f6c
Octal4136350111412717614
Binary1000011111011101010011100101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211E1D; }

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

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

<style>
 a { background-color: #211E1D; }

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

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

<style>
 span { border-color: #211E1D; }

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

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