#191412

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

Shades of Wood Bark #191412

Tints of Wood Bark #191412

Color information

#191412 (or 0x191412) is unknown color: approx Wood Bark. HEX triplet: 19, 14 and 12. RGB value is (25,20,18). Sum of RGB (Red+Green+Blue) = 25+20+18=63 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.68% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 18 (7.42% from 255 or 28.57% from 63); Max value from RGB is 25 - color contains mainly: red. Hex color #191412 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #191412 is #E6EBED. Grayscale: #151515. Windows color (decimal): -15133678 or 1184793. OLE color: 1184793.

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

Color convert

RGB252018-
CMYK00.200.280.90
HSL17.14º16.28%8.43%-
HSV(B)17.14º28%9.8%-
XYZ0.760.750.68-
YUV21.27126.16130.66-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 39.68%
GREEN value IS 20 (8.20% from 255) = 31.75%
BLUE value IS 18 (7.42% from 255) = 28.57%
R=39.68%
G=31.75%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal25201800.200.280.9017.1416.288.43
Hex1914120141C5A11108
Octal31242202434132212010
Binary11001101001001001010011100101101010001100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191412; }

 p { color: rgb(25,20,18); }

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

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

 a { background-color: rgb(25,20,18); }

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

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

 span { border-color: rgb(25,20,18); }

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