Html Css Color HEX #221D1B Wood Bark

📋 copy color: '#221D1B'

red 34 ◦ green 29 ◦ blue 27

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

Shades of Wood Bark #221D1B

Tints of Wood Bark #221D1B

RGB

 RED value IS 34 (13.67% from 255) = 37.78%

 GREEN value IS 29 (11.72% from 255) = 32.22%

 BLUE value IS 27 (10.94% from 255) = 30%

R = 37.78%
G = 32.22%
B = 30%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.87

RGB Variations

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

Color information

#221D1B (or 0x221D1B) is known color: Wood Bark. HEX triplet: 22, 1D and 1B. RGB value is (34,29,27). Sum of RGB (Red+Green+Blue) = 34+29+27=90 (11% of max value = 765). Red value is 34 (13.67% from 255 or 37.78% from 90); Green value is 29 (11.72% from 255 or 32.22% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 34 - color contains mainly: red. Hex color #221D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221D1B is #DDE2E4. Grayscale: #1E1E1E. Windows color (decimal): -14541541 or 1776930. OLE color: 1776930.

HSL color Cylindrical-coordinate representation of color #221D1B: hue angle of 17.14º degrees, saturation: 0.11, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #221D1B is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 29 27 -
CMYK 0 0.15 0.21 0.87
HSL 17.14º 0.11% 0.12% -
HSV(B) 17.14º 0.21% 0.13% -
XYZ 1.3 1.3 1.22 -
YUV 30.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 34 29 27 0 0.15 0.21 0.87 17.14 0.11 0.12
Hex 22 1D 1B 0 F 15 57 11 B C
Octal 42 35 33 0 17 25 127 21 13 14
Binary 100010 11101 11011 0 1111 10101 1010111 10001 1011 1100

Color Harmonies of #221D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221D1B

Black with #221D1B

Text Example


Text Example

White with #221D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221D1B; }

 p { color: rgb(34,29,27); }

 H1.HeaderClassName
 {
   color: #221D1B;
 }
 .AnyTagClassName
 {
   color: #221D1B;
 }
</style>

background-color css

<style>
 a { background-color: #221D1B; }

 a { background-color: rgb(34,29,27); }

 div.DivClassName
 {
   background-color: #221D1B;
 }
 .BgClassName
 {
   background-color: #221D1B;
 }
</style>

border-color css

<style>
 span { border-color: #221D1B; }

 span { border-color: rgb(34,29,27); }

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