Html Css Color HEX #211813 Wood Bark

📋 copy color: '#211813'

red 33 ◦ green 24 ◦ blue 19

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

Shades of Wood Bark #211813

Tints of Wood Bark #211813

RGB

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

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

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

R = 43.42%
G = 31.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.87

RGB Variations

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

Color information

#211813 (or 0x211813) is known color: Wood Bark. HEX triplet: 21, 18 and 13. RGB value is (33,24,19). Sum of RGB (Red+Green+Blue) = 33+24+19=76 (10% of max value = 765). Red value is 33 (13.28% from 255 or 43.42% from 76); Green value is 24 (9.77% from 255 or 31.58% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 33 - color contains mainly: red. Hex color #211813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211813 is #DEE7EC. Grayscale: #1A1A1A. Windows color (decimal): -14608365 or 1251361. OLE color: 1251361.

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

Color convert

RGB 33 24 19 -
CMYK 0 0.27 0.42 0.87
HSL 21.43º 0.27% 0.1% -
HSV(B) 21.43º 0.42% 0.13% -
XYZ 1.07 1.02 0.76 -
YUV 26.12 123.98 132.91 -
System Red Green Blue C M Y K H S L
Decimal 33 24 19 0 0.27 0.42 0.87 21.43 0.27 0.1
Hex 21 18 13 0 1B 2A 57 15 1B A
Octal 41 30 23 0 33 52 127 25 33 12
Binary 100001 11000 10011 0 11011 101010 1010111 10101 11011 1010

Color Harmonies of #211813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211813

Black with #211813

Text Example


Text Example

White with #211813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #211813; }

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

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

background-color css

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

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

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

border-color css

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

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

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