#211713

Color #211713 Wood Bark (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wood Bark #211713

Tints of Wood Bark #211713

Color information

#211713 (or 0x211713) is unknown color: approx Wood Bark. HEX triplet: 21, 17 and 13. RGB value is (33,23,19). Sum of RGB (Red+Green+Blue) = 33+23+19=75 (9% of max value = 765). Red value is 33 (13.28% from 255 or 44% from 75); Green value is 23 (9.38% from 255 or 30.67% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 33 - color contains mainly: red. Hex color #211713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #211713 is #DEE8EC. Grayscale: #191919. Windows color (decimal): -14608621 or 1251105. OLE color: 1251105.

HSL color Cylindrical-coordinate representation of color #211713: hue angle of 17.14º 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 #211713 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.87.

Color convert

RGB332319-
CMYK00.300.420.87
HSL17.14º26.92%10.2%-
HSV(B)17.14º42.42%12.94%-
XYZ1.050.980.75-
YUV25.53124.31133.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 44%
GREEN value IS 23 (9.38% from 255) = 30.67%
BLUE value IS 19 (7.81% from 255) = 25.33%
R=44%
G=30.67%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal33231900.300.420.8717.1426.9210.2
Hex21171301E2A57111ba
Octal41272303652127213312
Binary1000011011110011011110101010101011110001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #211713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #211713; }

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

 H1.HeaderClassName
 {
   color: #211713;
 }
 .AnyTagClassName
 {
   color: #211713;
 }
</style>
background-color css

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

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

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

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

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

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