Html Css Color HEX #211916 Wood Bark

📋 copy color: '#211916'

red 33 ◦ green 25 ◦ blue 22

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

Shades of Wood Bark #211916

Tints of Wood Bark #211916

RGB

 RED value IS 33 (13.28% from 255) = 41.25%

 GREEN value IS 25 (10.16% from 255) = 31.25%

 BLUE value IS 22 (8.98% from 255) = 27.5%

R = 41.25%
G = 31.25%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.87

RGB Variations

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

Color information

#211916 (or 0x211916) is known color: Wood Bark. HEX triplet: 21, 19 and 16. RGB value is (33,25,22). Sum of RGB (Red+Green+Blue) = 33+25+22=80 (10% of max value = 765). Red value is 33 (13.28% from 255 or 41.25% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 33 - color contains mainly: red. Hex color #211916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211916 is #DEE6E9. Grayscale: #1B1B1B. Windows color (decimal): -14608106 or 1448225. OLE color: 1448225.

HSL color Cylindrical-coordinate representation of color #211916: hue angle of 16.36º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #211916 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 25 22 -
CMYK 0 0.24 0.33 0.87
HSL 16.36º 0.2% 0.11% -
HSV(B) 16.36º 0.33% 0.13% -
XYZ 1.12 1.08 0.91 -
YUV 27.05 125.15 132.24 -
System Red Green Blue C M Y K H S L
Decimal 33 25 22 0 0.24 0.33 0.87 16.36 0.2 0.11
Hex 21 19 16 0 18 21 57 10 14 B
Octal 41 31 26 0 30 41 127 20 24 13
Binary 100001 11001 10110 0 11000 100001 1010111 10000 10100 1011

Color Harmonies of #211916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211916

Black with #211916

Text Example


Text Example

White with #211916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211916; }

 p { color: rgb(33,25,22); }

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

background-color css

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

 a { background-color: rgb(33,25,22); }

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

border-color css

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

 span { border-color: rgb(33,25,22); }

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