COLOR #0A1001

HEX: #0A1001
RGB: (10,16,1)

Color info

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

RGB color model

#0A1001 color RGB value is (10,16,1).

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

RGB channels and saturation

R 10 of 255 = 4%
G 16 of 255 = 6%
B 1 of 255 = 0%

10
16
1

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

Portions of RGB colors in percentages

R + G + B =
10 + 16 + 1 = 27 (100%)
R 10 of 27 ~ 37.04%
G 16 of 27 ~ 59.26%
B 1 of 27 ~ 3.7%

%37.04
%59.26

CMYK color model

#0A1001 color CMYK value is (38,0,94,94).

  • cyan value is 37.50%
  • magenta value is 0.00%
  • yellow value is 93.75%
  • key color value is 93.73%
CMYK:
(38,0,94,94)
C38M0Y94K94 
(38%,0%,94%,94%)
(0.38/0.00/0.94/0.94)	

CMYK percentages

%37.5
%0
%93.75
%93.73

Codes

Color #0A1001 in popluar color models

0A1001
RGB10161
HSL84°88.24%3.33%
HSB/HSV84°93.75%6.27%
CMYK37.50%0.00%93.75%
93.73%

Color #0A1001 in popluar number systems.

HEX0A1001
Decimal10161
Binary1010100001
Octal12201

Shades and tints

Shades of #0A1001

#0A1001
(10,16,1)
#0A0F01
(10,15,1)
#0A0E01
(10,14,1)
#0A0D01
(10,13,1)
#0A0C01
(10,12,1)
#0A0B01
(10,11,1)
#0A0A01
(10,10,1)
#0A0901
(10,9,1)
#0A0801
(10,8,1)
#0A0701
(10,7,1)
#0A0601
(10,6,1)
#000000
(0,0,0)

Tints of #0A1001

#0A1001
(10,16,1)
#202518
(32,37,24)
#363A2F
(54,58,47)
#4C4F46
(76,79,70)
#62645D
(98,100,93)
#787974
(120,121,116)
#8E8E8B
(142,142,139)
#A4A3A2
(164,163,162)
#BAB8B9
(186,184,185)
#D0CDD0
(208,205,208)
#E6E2E7
(230,226,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0A1001; }

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

This text font color is #0A1001.


Background Color

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

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

This div background color is #0A1001.


Border color

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

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

This div border color is #0A1001.


Opacity

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

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

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

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

This text has shadow with #0A1001 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0A1001 on black background.


Color preview on white background

This text has color #0A1001 on white background.



Black color preview on #0A1001 background

This text has black color on #0A1001 background.


White color preview on #0A1001 background

This text has white color on #0A1001 background.