#190F09

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

Shades of Wood Bark #190F09

Tints of Wood Bark #190F09

Color information

#190F09 (or 0x190F09) is unknown color: approx Wood Bark. HEX triplet: 19, 0F and 09. RGB value is (25,15,9). Sum of RGB (Red+Green+Blue) = 25+15+9=49 (6% of max value = 765). Red value is 25 (10.16% from 255 or 51.02% from 49); Green value is 15 (6.25% from 255 or 30.61% from 49); Blue value is 9 (3.91% from 255 or 18.37% from 49); Max value from RGB is 25 - color contains mainly: red. Hex color #190F09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190F09 is #E6F0F6. Grayscale: #111111. Windows color (decimal): -15134967 or 593689. OLE color: 593689.

HSL color Cylindrical-coordinate representation of color #190F09: hue angle of 22.5º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #190F09 is Cyan = 0, Magento = 0.40, Yellow = 0.64 and Black (K on CMYK) = 0.90.

Color convert

RGB25159-
CMYK00.400.640.90
HSL22.5º47.06%6.67%-
HSV(B)22.5º64%9.8%-
XYZ0.620.570.34-
YUV17.31123.31133.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 51.02%
GREEN value IS 15 (6.25% from 255) = 30.61%
BLUE value IS 9 (3.91% from 255) = 18.37%
R=51.02%
G=30.61%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2515900.400.640.9022.547.066.67
Hex19F9028405A162f7
Octal31171105010013226577
Binary110011111100101010001000000101101010110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #190F09; }

 p { color: rgb(25,15,9); }

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

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

 a { background-color: rgb(25,15,9); }

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

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

 span { border-color: rgb(25,15,9); }

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