#201B19

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

Shades of Wood Bark #201B19

Tints of Wood Bark #201B19

Color information

#201B19 (or 0x201B19) is unknown color: approx Wood Bark. HEX triplet: 20, 1B and 19. RGB value is (32,27,25). Sum of RGB (Red+Green+Blue) = 32+27+25=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 27 (10.94% from 255 or 32.14% from 84); Blue value is 25 (10.16% from 255 or 29.76% from 84); Max value from RGB is 32 - color contains mainly: red. Hex color #201B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #201B19 is #DFE4E6. Grayscale: #1C1C1C. Windows color (decimal): -14673127 or 1645344. OLE color: 1645344.

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

Color convert

RGB322725-
CMYK00.160.220.87
HSL17.14º12.28%11.18%-
HSV(B)17.14º21.88%12.55%-
XYZ1.161.161.08-
YUV28.27126.16130.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 38.10%
GREEN value IS 27 (10.94% from 255) = 32.14%
BLUE value IS 25 (10.16% from 255) = 29.76%
R=38.10%
G=32.14%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal32272500.160.220.8717.1412.2811.18
Hex201B19010165711cb
Octal40333102026127211413
Binary10000011011110010100001011010101111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #201B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #201B19; }

 p { color: rgb(32,27,25); }

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

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

 a { background-color: rgb(32,27,25); }

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

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

 span { border-color: rgb(32,27,25); }

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