#190D05

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

Shades of Wood Bark #190D05

Tints of Wood Bark #190D05

Color information

#190D05 (or 0x190D05) is unknown color: approx Wood Bark. HEX triplet: 19, 0D and 05. RGB value is (25,13,5). Sum of RGB (Red+Green+Blue) = 25+13+5=43 (5% of max value = 765). Red value is 25 (10.16% from 255 or 58.14% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 5 (2.34% from 255 or 11.63% from 43); Max value from RGB is 25 - color contains mainly: red. Hex color #190D05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D05 is #E6F2FA. Grayscale: #0F0F0F. Windows color (decimal): -15135483 or 331033. OLE color: 331033.

HSL color Cylindrical-coordinate representation of color #190D05: hue angle of 24º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #190D05 is Cyan = 0, Magento = 0.48, Yellow = 0.80 and Black (K on CMYK) = 0.90.

Color convert

RGB25135-
CMYK00.480.800.90
HSL24º66.67%5.88%-
HSV(B)24º80%9.8%-
XYZ0.570.510.21-
YUV15.68121.98134.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 58.14%
GREEN value IS 13 (5.47% from 255) = 30.23%
BLUE value IS 5 (2.34% from 255) = 11.63%
R=58.14%
G=30.23%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.80
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2513500.480.800.902466.675.88
Hex19D5030505A18436
Octal31155060120132301036
Binary110011101101011000010100001011010110001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,13,5); }

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

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

 a { background-color: rgb(25,13,5); }

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

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

 span { border-color: rgb(25,13,5); }

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