COLOR #0D020D

HEX: #0D020D
RGB: (13,2,13)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
2
13

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

Portions of RGB colors in percentages

R + G + B =
13 + 2 + 13 = 28 (100%)
R 13 of 28 ~ 46.43%
G 2 of 28 ~ 7.14%
B 13 of 28 ~ 46.43%

%46.43
%46.43

CMYK color model

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

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

CMYK percentages

%0
%84.62
%0
%94.9

Codes

Color #0D020D in popluar color models

0D020D
RGB13213
HSL300°73.33%2.94%
HSB/HSV300°84.62%5.10%
CMYK0.00%84.62%0.00%
94.90%

Color #0D020D in popluar number systems.

HEX0D020D
Decimal13213
Binary1101101101
Octal15215

Shades and tints

Shades of #0D020D

#0D020D
(13,2,13)
#0C020C
(12,2,12)
#0B020B
(11,2,11)
#0A020A
(10,2,10)
#090209
(9,2,9)
#080208
(8,2,8)
#070207
(7,2,7)
#060206
(6,2,6)
#050205
(5,2,5)
#040204
(4,2,4)
#030203
(3,2,3)
#000000
(0,0,0)

Tints of #0D020D

#0D020D
(13,2,13)
#231923
(35,25,35)
#393039
(57,48,57)
#4F474F
(79,71,79)
#655E65
(101,94,101)
#7B757B
(123,117,123)
#918C91
(145,140,145)
#A7A3A7
(167,163,167)
#BDBABD
(189,186,189)
#D3D1D3
(211,209,211)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D020D; }

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

This text font color is #0D020D.


Background Color

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

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

This div background color is #0D020D.


Border color

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

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

This div border color is #0D020D.


Opacity

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

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

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

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

This text has shadow with #0D020D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D020D on black background.


Color preview on white background

This text has color #0D020D on white background.



Black color preview on #0D020D background

This text has black color on #0D020D background.


White color preview on #0D020D background

This text has white color on #0D020D background.