#0a0000

#0a0000 color hex

#0a0000 hex color information.
RGB value of #0a0000 is (10,0,0)
Change page background color to #0a0000 | Reset

#0a0000 rgb color chart

Color spaces of #0a0000

RGB 1000
HSL0.001.000.02
HSV100°
CMYK 0.001.001.00   0.96
XYZ0.12520.06450.0059
Yxy0.06450.64010.3298
Hunter Lab2.53974.35511.6400
CIE-Lab0.58262.61740.9201

Shades of #0a0000

Tints of #0a0000

RGB Percentages of Color #0a0000

%100.00
%0.00
%0.00

CMYK Percentages of Color #0a0000

%0
%100
%100
%96

#0a0000 Color Info

#0a0000 hex color red value is 10, green value is 0 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #0a0000 hue: 0.00 , saturation: 1.00 and the lightness value of 0a0000 is 0.02.

The process color (four color CMYK) of #0a0000 hex color is 0.00, 1.00, 1.00, 0.96. Web safe color of #0a0000 is #000000

Color #0a0000 contains mostly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 00000000 00000000
Octal 12 0 0
Decimal 10 0 0
Hexadecimal A 0 0

Decimal base numbers are RGB value of the color.

Monochromatic Colors of #0a0000

Triadic Colors of #0a0000

#0a0000 #000a00 #00000a

Analogous Colors of #0a0000

#0a0000 #0a0500 #0a0005

Complementary Color of #0a0000

#0a0000 #00090a

#0a0000 HSL Color Chart
#0a0000 hsl color chart
#0a0000 RGB Color Chart

#0a0000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a0000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a0000 Color CSS Codes

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

This sample text font color is #0a0000
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:#0a0000">Text here</p>
#0a0000 background color

This div background color is #0a0000

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

This div border color is #0a0000

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

HTML Table Border #0a0000 Color Sample
#0a0000border color

CSS3 Examples

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

This text has shadow with rgb values.


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

This text has shadow with hex values.



Div Box Shadow

This div box has shadow with color #0a0000

<div style="-moz-box-shadow: 1px 1px 3px 2px #0a0000;
  -webkit-box-shadow: 1px 1px 3px 2px #0a0000;
  box-shadow:         1px 1px 3px 2px #0a0000;">
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