COLOR #0D0213

HEX: #0D0213
RGB: (13,2,19)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

13
2
19

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

Portions of RGB colors in percentages

R + G + B =
13 + 2 + 19 = 34 (100%)
R 13 of 34 ~ 38.24%
G 2 of 34 ~ 5.88%
B 19 of 34 ~ 55.88%

%38.24
%55.88

CMYK color model

#0D0213 color CMYK value is (32,89,0,93).

  • cyan value is 31.58%
  • magenta value is 89.47%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(32,89,0,93)
C32M89Y0K93 
(32%,89%,0%,93%)
(0.32/0.89/0.00/0.93)	

CMYK percentages

%31.58
%89.47
%0
%92.55

Codes

Color #0D0213 in popluar color models

0D0213
RGB13219
HSL279°80.95%4.12%
HSB/HSV279°89.47%7.45%
CMYK31.58%89.47%0.00%
92.55%

Color #0D0213 in popluar number systems.

HEX0D0213
Decimal13219
Binary11011010011
Octal15223

Shades and tints

Shades of #0D0213

#0D0213
(13,2,19)
#0C0212
(12,2,18)
#0B0211
(11,2,17)
#0A0210
(10,2,16)
#09020F
(9,2,15)
#08020E
(8,2,14)
#07020D
(7,2,13)
#06020C
(6,2,12)
#05020B
(5,2,11)
#04020A
(4,2,10)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #0D0213

#0D0213
(13,2,19)
#231928
(35,25,40)
#39303D
(57,48,61)
#4F4752
(79,71,82)
#655E67
(101,94,103)
#7B757C
(123,117,124)
#918C91
(145,140,145)
#A7A3A6
(167,163,166)
#BDBABB
(189,186,187)
#D3D1D0
(211,209,208)
#E9E8E5
(233,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D0213; }

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

This text font color is #0D0213.


Background Color

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

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

This div background color is #0D0213.


Border color

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

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

This div border color is #0D0213.


Opacity

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

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

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

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

This text has shadow with #0D0213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0D0213 on black background.


Color preview on white background

This text has color #0D0213 on white background.



Black color preview on #0D0213 background

This text has black color on #0D0213 background.


White color preview on #0D0213 background

This text has white color on #0D0213 background.