Html Css Color HEX #211E1D Wood Bark

📋 copy color: '#211E1D'

red 33 ◦ green 30 ◦ blue 29

#211E1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wood Bark #211E1D

Tints of Wood Bark #211E1D

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 value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#211E1D (or 0x211E1D) is known color: 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

RGB 33 30 29 -
CMYK 0 0.09 0.12 0.87
HSL 15º 0.06% 0.12% -
HSV(B) 15º 0.12% 0.13% -
XYZ 1.31 1.34 1.35 -
YUV 30.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 33 30 29 0 0.09 0.12 0.87 15 0.06 0.12
Hex 21 1E 1D 0 9 C 57 F 6 C
Octal 41 36 35 0 11 14 127 17 6 14
Binary 100001 11110 11101 0 1001 1100 1010111 1111 110 1100

Color Harmonies of #211E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211E1D

Black with #211E1D

Text Example


Text Example

White with #211E1D

Text Example


Text Example

HTML Codes & Css Web 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>