COLOR #0A0113

HEX: #0A0113 RGB: (10,1,19)

Color info

#0A0113 contains red, green and blue colors in about the same proportion. Web safe color of #0A0113 is #000000 (or #000).

RGB color model

#0A0113 color RGB value is (10,1,19).

RGB: (10,1,19) (4%, 0%, 7%)

RGB channels and saturation

R 10 of 255 = 4%
G 1 of 255 = 0%
B 19 of 255 = 7%

10
1
19

R + G + B ~ 4%. #0A0113 is dark color.

Portions of RGB colors in percentages

R + G + B = 10 + 1 + 19 = 30 (100%)
R 10 of 30 ~ 33.33%
G 1 of 30 ~ 3.33%
B 19 of 30 ~ 63.33'%

%33.33
%63.33

CMYK color model

#0A0113 color CMYK value is (47,95,0,93).

  • cyan value is 47.37%
  • magenta value is 94.74%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (47,95,0,93)
C47M95Y0K93 (47%, 95%, 0%, 93%)
(0.47 / 0.95 / 0.00 / 0.93)

CMYK percentages

%47.37
%94.74
%0
%92.55

Codes

Color #0A0113 in popluar color models

0A 01 13
RGB 10 1 19
HSL 270° 90.00% 3.92%
HSB/HSV 270° 94.74% 7.45%
CMYK 47.37% 94.74% 0.00%
92.55%

Color #0A0113 in popluar number systems.

HEX 0A 01 13
Decimal 10 1 19
Binary 1010 1 10011
Octal 12 1 23

Shades and tints

Shades of #0A0113

#0A0113
(10,1,19)
#0A0112
(10,1,18)
#0A0111
(10,1,17)
#0A0110
(10,1,16)
#0A010F
(10,1,15)
#0A010E
(10,1,14)
#0A010D
(10,1,13)
#0A010C
(10,1,12)
#0A010B
(10,1,11)
#0A010A
(10,1,10)
#0A0109
(10,1,9)
#000000
(0,0,0)

Tints of #0A0113

#0A0113
(10,1,19)
#201828
(32,24,40)
#362F3D
(54,47,61)
#4C4652
(76,70,82)
#625D67
(98,93,103)
#78747C
(120,116,124)
#8E8B91
(142,139,145)
#A4A2A6
(164,162,166)
#BAB9BB
(186,185,187)
#D0D0D0
(208,208,208)
#E6E7E5
(230,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0A0113 color. Also use rgb(10,1,19) instead hex code.

Text Font Color

.myTextColor { color: #0A0113; }

<p style="color:#0A0113">This sample text font color is #0A0113.</p>

This text font color is #0A0113.

Background Color

.myBgColor { background-color: #0A0113; }

<div style="background-color:#0A0113">Inner text</div>

This div background color is #0A0113.

Border color

.myBorderColor { border: 1px solid #0A0113; }

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

This div border color is #0A0113.

Opacity

.myOpacity80 { color: #0A0113; opacity: 0.8; }

<p style="color:#0A0113;opacity:0.8;">80%</p>

Text with #0A0113 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #0A0113;}

<p style="text-shadow: 3px 3px 1px #0A0113">Text here.</p>

This text has shadow with #0A0113 color.


.textShadow {text-shadow: 3px 3px 1px #0A0113', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #0A0113, 5px 5px 20px red">Text here.</p>

This text has shadow with #0A0113 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#0A0113, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#0A0113, Direction=45, Strength=4)">Text</p>

This text has shadow with #0A0113 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #0A0113;
-webkit-box-shadow: 1px 1px 3px 2px #0A0113;
box-shadow: 1px 1px 3px 2px #0A0113;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #0A0113; -webkit-box-shadow: 1px 1px 3px 2px #0A0113; box-shadow:1px 1px 3px 2px #0A0113;">
Div content here
</div>

This div box has shadow with color #0A0113.

Preview

Color preview on black background

This text has color #0A0113 on black background.


Color preview on white background

This text has color #0A0113 on white background.


Black color preview on #0A0113 background

This text has black color on #0A0113 background.


White color preview on #0A0113 background

This text has white color on #0A0113 background.


Related colors

Complementary color

Complementary color for #hex is #F5FEEC.


I love getcolorcode.com

Triadic colors

1 #130A01 and #01130A with #0A0113 are triadic colors.

2 #13010A and #010A13 with #0A0113 are triadic colors.