COLOR #0D030F

HEX: #0D030F RGB: (13,3,15)

Color info

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

RGB color model

#0D030F color RGB value is (13,3,15).

RGB: (13,3,15) (5%, 1%, 6%)

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 15 of 255 = 6%

13
3
15

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

Portions of RGB colors in percentages

R + G + B = 13 + 3 + 15 = 31 (100%)
R 13 of 31 ~ 41.94%
G 3 of 31 ~ 9.68%
B 15 of 31 ~ 48.39'%

%41.94
%48.39

CMYK color model

#0D030F color CMYK value is (13,80,0,94).

  • cyan value is 13.33%
  • magenta value is 80.00%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (13,80,0,94)
C13M80Y0K94 (13%, 80%, 0%, 94%)
(0.13 / 0.80 / 0.00 / 0.94)

CMYK percentages

%13.33
%80
%0
%94.12

Codes

Color #0D030F in popluar color models

0D 03 0F
RGB 13 3 15
HSL 290° 66.67% 3.53%
HSB/HSV 290° 80.00% 5.88%
CMYK 13.33% 80.00% 0.00%
94.12%

Color #0D030F in popluar number systems.

HEX 0D 03 0F
Decimal 13 3 15
Binary 1101 11 1111
Octal 15 3 17

Shades and tints

Shades of #0D030F

#0D030F
(13,3,15)
#0C030E
(12,3,14)
#0B030D
(11,3,13)
#0A030C
(10,3,12)
#09030B
(9,3,11)
#08030A
(8,3,10)
#070309
(7,3,9)
#060308
(6,3,8)
#050307
(5,3,7)
#040306
(4,3,6)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #0D030F

#0D030F
(13,3,15)
#231924
(35,25,36)
#392F39
(57,47,57)
#4F454E
(79,69,78)
#655B63
(101,91,99)
#7B7178
(123,113,120)
#91878D
(145,135,141)
#A79DA2
(167,157,162)
#BDB3B7
(189,179,183)
#D3C9CC
(211,201,204)
#E9DFE1
(233,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D030F; }

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

This text font color is #0D030F.

Background Color

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

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

This div background color is #0D030F.

Border color

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

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

This div border color is #0D030F.

Opacity

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

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

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

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

This text has shadow with #0D030F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D030F.

Preview

Color preview on black background

This text has color #0D030F on black background.


Color preview on white background

This text has color #0D030F on white background.


Black color preview on #0D030F background

This text has black color on #0D030F background.


White color preview on #0D030F background

This text has white color on #0D030F background.


Related colors

Complementary color

Complementary color for #hex is #F2FCF0.


I love getcolorcode.com

Triadic colors

1 #0F0D03 and #030F0D with #0D030F are triadic colors.

2 #0F030D and #030D0F with #0D030F are triadic colors.