Html Css Color HEX #221813 Wood Bark

📋 copy color: '#221813'

red 34 ◦ green 24 ◦ blue 19

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

Shades of Wood Bark #221813

Tints of Wood Bark #221813

RGB

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

 GREEN value IS 24 (9.77% from 255) = 31.17%

 BLUE value IS 19 (7.81% from 255) = 24.68%

R = 44.16%
G = 31.17%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#221813 (or 0x221813) is known color: Wood Bark. HEX triplet: 22, 18 and 13. RGB value is (34,24,19). Sum of RGB (Red+Green+Blue) = 34+24+19=77 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.16% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 34 - color contains mainly: red. Hex color #221813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #221813 is #DDE7EC. Grayscale: #1A1A1A. Windows color (decimal): -14542829 or 1251362. OLE color: 1251362.

HSL color Cylindrical-coordinate representation of color #221813: hue angle of 20º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #221813 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 24 19 -
CMYK 0 0.29 0.44 0.87
HSL 20º 0.28% 0.1% -
HSV(B) 20º 0.44% 0.13% -
XYZ 1.1 1.04 0.76 -
YUV 26.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 34 24 19 0 0.29 0.44 0.87 20 0.28 0.1
Hex 22 18 13 0 1D 2C 57 14 1C A
Octal 42 30 23 0 35 54 127 24 34 12
Binary 100010 11000 10011 0 11101 101100 1010111 10100 11100 1010

Color Harmonies of #221813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221813

Black with #221813

Text Example


Text Example

White with #221813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221813; }

 p { color: rgb(34,24,19); }

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

background-color css

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

 a { background-color: rgb(34,24,19); }

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

border-color css

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

 span { border-color: rgb(34,24,19); }

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