COLOR #0A010C

HEX: #0A010C
RGB: (10,1,12)

Color info

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

RGB color model

#0A010C color RGB value is (10,1,12).

  • red value is 10;
  • green value is 1;
  • blue value is 12.
RGB:
(10,1,12)
(4%,0%,5%)

RGB channels and saturation

R 10 of 255 = 4%
G 1 of 255 = 0%
B 12 of 255 = 5%

10
1
12

R + G + B ~ 3%. #0A010C is dark color.

Portions of RGB colors in percentages

R + G + B =
10 + 1 + 12 = 23 (100%)
R 10 of 23 ~ 43.48%
G 1 of 23 ~ 4.35%
B 12 of 23 ~ 52.17%

%43.48
%52.17

CMYK color model

#0A010C color CMYK value is (17,92,0,95).

  • cyan value is 16.67%
  • magenta value is 91.67%
  • yellow value is 0.00%
  • key color value is 95.29%
CMYK:
(17,92,0,95)
C17M92Y0K95 
(17%,92%,0%,95%)
(0.17/0.92/0.00/0.95)	

CMYK percentages

%16.67
%91.67
%0
%95.29

Codes

Color #0A010C in popluar color models

0A010C
RGB10112
HSL289°84.62%2.55%
HSB/HSV289°91.67%4.71%
CMYK16.67%91.67%0.00%
95.29%

Color #0A010C in popluar number systems.

HEX0A010C
Decimal10112
Binary101011100
Octal12114

Shades and tints

Shades of #0A010C

#0A010C
(10,1,12)
#0A010B
(10,1,11)
#0A010A
(10,1,10)
#0A0109
(10,1,9)
#0A0108
(10,1,8)
#0A0107
(10,1,7)
#0A0106
(10,1,6)
#0A0105
(10,1,5)
#0A0104
(10,1,4)
#0A0103
(10,1,3)
#0A0102
(10,1,2)
#000000
(0,0,0)

Tints of #0A010C

#0A010C
(10,1,12)
#201822
(32,24,34)
#362F38
(54,47,56)
#4C464E
(76,70,78)
#625D64
(98,93,100)
#78747A
(120,116,122)
#8E8B90
(142,139,144)
#A4A2A6
(164,162,166)
#BAB9BC
(186,185,188)
#D0D0D2
(208,208,210)
#E6E7E8
(230,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A010C; }

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

This text font color is #0A010C.


Background Color

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

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

This div background color is #0A010C.


Border color

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

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

This div border color is #0A010C.


Opacity

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

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

Text with #0A010C 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 #0A010C;}

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

This text has shadow with #0A010C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A010C on black background.


Color preview on white background

This text has color #0A010C on white background.



Black color preview on #0A010C background

This text has black color on #0A010C background.


White color preview on #0A010C background

This text has white color on #0A010C background.