#130a07

#130a07 color hex

#130a07 hex color information.
RGB value of #130a07 is (19,10,7)
Change page background color to #130a07 | Reset

#130a07 rgb color chart

Color spaces of #130a07

RGB 19107
HSL0.040.460.05
HSV15°63°
CMYK 0.000.470.63   0.93
XYZ0.41550.37090.2507
Yxy0.37090.40060.3576
Hunter Lab6.09021.52041.8224
CIE-Lab3.35032.57952.1905

Shades of #130a07

Tints of #130a07

RGB Percentages of Color #130a07

%52.78
%27.78
%19.44

CMYK Percentages of Color #130a07

%0
%47
%63
%93

#130a07 Color Info

#130a07 hex color red value is 19, green value is 10 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #130a07 hue: 0.04 , saturation: 0.46 and the lightness value of 130a07 is 0.05.

The process color (four color CMYK) of #130a07 hex color is 0.00, 0.47, 0.63, 0.93. Web safe color of #130a07 is #000000

Color #130a07 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00001010 00000111
Octal 23 12 7
Decimal 19 10 7
Hexadecimal 13 A 7

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #130a07

Triadic Colors of #130a07

#130a07 #07130a #0a0713

Analogous Colors of #130a07

#130a07 #130f07 #130709

Complementary Color of #130a07

#130a07 #071013

#130a07 HSL Color Chart
#130a07 hsl color chart
#130a07 RGB Color Chart

#130a07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#130a07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#130a07 Color CSS Codes

.mybgcolor {background-color:#130a07; } 
.myforecolor {color:#130a07; }
.mybordercolor {border:3px solid #130a07; }
Sample text font color #130a07

This sample text font color is #130a07
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

html code
<p style="color:#130a07">Text here</p>
#130a07 background color

This div background color is #130a07

<div style="background-color:#130a07">
Div content here</div>
#130a07 border color

This div border color is #130a07

<div style="border:3px solid #130a07">
Div here</div>
HTML Button and Input Text Box Sample

HTML Table Border #130a07 Color Sample
#130a07border color

CSS3 Examples

.textShadowRgb {
    text-shadow: 4px 4px 2px rgba(19,10,7, 0.8); 
        } 
.textShadowHex { 
    text-shadow: 4px 4px 2px #130a07; 
        }
.divShadow { 
    -moz-box-shadow: 1px 1px 3px 2px #130a07;
  -webkit-box-shadow: 1px 1px 3px 2px #130a07;
  box-shadow:         1px 1px 3px 2px #130a07; 
      }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(19,10,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #130a07">Text here</p>

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #130a07

<div style="-moz-box-shadow: 1px 1px 3px 2px #130a07;
  -webkit-box-shadow: 1px 1px 3px 2px #130a07;
  box-shadow:         1px 1px 3px 2px #130a07;">
Div content here</div>

Share your comments, give name to this color:



Your comment has added and will published after it's approved.
Back to top