#191615

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

Shades of Wood Bark #191615

Tints of Wood Bark #191615

Color information

#191615 (or 0x191615) is unknown color: approx Wood Bark. HEX triplet: 19, 16 and 15. RGB value is (25,22,21). Sum of RGB (Red+Green+Blue) = 25+22+21=68 (9% of max value = 765). Red value is 25 (10.16% from 255 or 36.76% from 68); Green value is 22 (8.98% from 255 or 32.35% from 68); Blue value is 21 (8.59% from 255 or 30.88% from 68); Max value from RGB is 25 - color contains mainly: red. Hex color #191615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191615 is #E6E9EA. Grayscale: #161616. Windows color (decimal): -15133163 or 1381913. OLE color: 1381913.

HSL color Cylindrical-coordinate representation of color #191615: hue angle of 15º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #191615 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.90.

Color convert

RGB252221-
CMYK00.120.160.90
HSL15º8.7%9.02%-
HSV(B)15º16%9.8%-
XYZ0.820.830.83-
YUV22.78126.99129.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 36.76%
GREEN value IS 22 (8.98% from 255) = 32.35%
BLUE value IS 21 (8.59% from 255) = 30.88%
R=36.76%
G=32.35%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25222100.120.160.90158.79.02
Hex1916150C105Af99
Octal31262501420132171111
Binary11001101101010101100100001011010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191615; }

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

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

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

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

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

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

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

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