#190D04

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

Shades of Wood Bark #190D04

Tints of Wood Bark #190D04

Color information

#190D04 (or 0x190D04) is unknown color: approx Wood Bark. HEX triplet: 19, 0D and 04. RGB value is (25,13,4). Sum of RGB (Red+Green+Blue) = 25+13+4=42 (5% of max value = 765). Red value is 25 (10.16% from 255 or 59.52% from 42); Green value is 13 (5.47% from 255 or 30.95% from 42); Blue value is 4 (1.95% from 255 or 9.52% from 42); Max value from RGB is 25 - color contains mainly: red. Hex color #190D04 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #190D04 is #E6F2FB. Grayscale: #0F0F0F. Windows color (decimal): -15135484 or 265497. OLE color: 265497.

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

Color convert

RGB25134-
CMYK00.480.840.90
HSL25.71º72.41%5.69%-
HSV(B)25.71º84%9.8%-
XYZ0.570.50.18-
YUV15.56121.48134.73-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 59.52%
GREEN value IS 13 (5.47% from 255) = 30.95%
BLUE value IS 4 (1.95% from 255) = 9.52%
R=59.52%
G=30.95%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.84
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal2513400.480.840.9025.7172.415.69
Hex19D4030545A1a486
Octal31154060124132321106
Binary110011101100011000010101001011010110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #190D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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