COLOR #0D020A

HEX: #0D020A
RGB: (13,2,10)

Color info

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

RGB color model

#0D020A color RGB value is (13,2,10).

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

RGB channels and saturation

R 13 of 255 = 5%
G 2 of 255 = 1%
B 10 of 255 = 4%

13
2
10

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

Portions of RGB colors in percentages

R + G + B =
13 + 2 + 10 = 25 (100%)
R 13 of 25 ~ 52%
G 2 of 25 ~ 8%
B 10 of 25 ~ 40%

%52
%40

CMYK color model

#0D020A color CMYK value is (0,85,23,95).

  • cyan value is 0.00%
  • magenta value is 84.62%
  • yellow value is 23.08%
  • key color value is 94.90%
CMYK:
(0,85,23,95)
C0M85Y23K95 
(0%,85%,23%,95%)
(0.00/0.85/0.23/0.95)	

CMYK percentages

%0
%84.62
%23.08
%94.9

Codes

Color #0D020A in popluar color models

0D020A
RGB13210
HSL316°73.33%2.94%
HSB/HSV316°84.62%5.10%
CMYK0.00%84.62%23.08%
94.90%

Color #0D020A in popluar number systems.

HEX0D020A
Decimal13210
Binary1101101010
Octal15212

Shades and tints

Shades of #0D020A

#0D020A
(13,2,10)
#0C020A
(12,2,10)
#0B020A
(11,2,10)
#0A020A
(10,2,10)
#09020A
(9,2,10)
#08020A
(8,2,10)
#07020A
(7,2,10)
#06020A
(6,2,10)
#05020A
(5,2,10)
#04020A
(4,2,10)
#03020A
(3,2,10)
#000000
(0,0,0)

Tints of #0D020A

#0D020A
(13,2,10)
#231920
(35,25,32)
#393036
(57,48,54)
#4F474C
(79,71,76)
#655E62
(101,94,98)
#7B7578
(123,117,120)
#918C8E
(145,140,142)
#A7A3A4
(167,163,164)
#BDBABA
(189,186,186)
#D3D1D0
(211,209,208)
#E9E8E6
(233,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0D020A color. Also use rgb(13,2,10) instead hex code.

Text Font Color

.myTextColor { color: #0D020A; }

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

This text font color is #0D020A.


Background Color

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

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

This div background color is #0D020A.


Border color

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

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

This div border color is #0D020A.


Opacity

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

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

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

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

This text has shadow with #0D020A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D020A on black background.


Color preview on white background

This text has color #0D020A on white background.



Black color preview on #0D020A background

This text has black color on #0D020A background.


White color preview on #0D020A background

This text has white color on #0D020A background.