Hex #0a0313 Color

#0a0313
equivalent to

RGB

(10, 3, 19)

Details of #0a0313

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
10
0.2753
0.74
0.47
1.5959
0.1767
266°
4.2032
3
0.1767
0.73
0.84
4.3978
0.2531
84°
4.3347
19
0.6357
0.04
0.00   0.93
-6.3410
0.1624
-6.0214

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
1010
12
10
A
Green
11
3
3
3
Blue
10011
23
19
13

RGB in % of #0a0313

%31.25
%9.38
%59.38

CMYK in % of #0a0313

%47
%84
%0
%93

Triads of color #0a0313

#0a0313 #03130a #130a13

Similar Colors to #0a0313

#0a0313 #030413 #120313

Preview Color #0a0313 on black ground

#0a0313 is very interesting for text.

Preview Color #0a0313 on white ground

#0a0313 is very interesting for text.

CSS Codes #0a0313 color

.mybgcolor {background-color:#0a0313; }
.myforecolor {color:#0a0313; }
.mybordercolor {border:3px solid #0a0313; }

Text Font Color #0a0313

<p style="color:#0a0313">Text here</p>

This sample text font color is #0a0313
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.


Background Color #0a0313

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

This div background color is #0a0313


Border Color #0a0313

<div style="border:3px solid #0a0313">
Div here</div>

The color of this border is #0a0313


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #0a0313; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #0a0313;
-webkit-box-shadow: 1px 1px 3px 2px #0a0313;
box-shadow:         1px 1px 3px 2px #0a0313; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #0a0313">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #0a0313