COLOR #0D030B

HEX: #0D030B RGB: (13,3,11)

Color info

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

RGB color model

#0D030B color RGB value is (13,3,11).

RGB: (13,3,11) (5%, 1%, 4%)

RGB channels and saturation

R 13 of 255 = 5%
G 3 of 255 = 1%
B 11 of 255 = 4%

13
3
11

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

Portions of RGB colors in percentages

R + G + B = 13 + 3 + 11 = 27 (100%)
R 13 of 27 ~ 48.15%
G 3 of 27 ~ 11.11%
B 11 of 27 ~ 40.74'%

%48.15
%11.11
%40.74

CMYK color model

#0D030B color CMYK value is (0,77,15,95).

  • cyan value is 0.00%
  • magenta value is 76.92%
  • yellow value is 15.38%
  • key color value is 94.90%

CMYK: (0,77,15,95)
C0M77Y15K95 (0%, 77%, 15%, 95%)
(0.00 / 0.77 / 0.15 / 0.95)

CMYK percentages

%0
%76.92
%15.38
%94.9

Codes

Color #0D030B in popluar color models

0D 03 0B
RGB 13 3 11
HSL 312° 62.50% 3.14%
HSB/HSV 312° 76.92% 5.10%
CMYK 0.00% 76.92% 15.38%
94.90%

Color #0D030B in popluar number systems.

HEX 0D 03 0B
Decimal 13 3 11
Binary 1101 11 1011
Octal 15 3 13

Shades and tints

Shades of #0D030B

#0D030B
(13,3,11)
#0C030A
(12,3,10)
#0B0309
(11,3,9)
#0A0308
(10,3,8)
#090307
(9,3,7)
#080306
(8,3,6)
#070305
(7,3,5)
#060304
(6,3,4)
#050303
(5,3,3)
#040302
(4,3,2)
#030301
(3,3,1)
#000000
(0,0,0)

Tints of #0D030B

#0D030B
(13,3,11)
#231921
(35,25,33)
#392F37
(57,47,55)
#4F454D
(79,69,77)
#655B63
(101,91,99)
#7B7179
(123,113,121)
#91878F
(145,135,143)
#A79DA5
(167,157,165)
#BDB3BB
(189,179,187)
#D3C9D1
(211,201,209)
#E9DFE7
(233,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D030B; }

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

This text font color is #0D030B.

Background Color

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

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

This div background color is #0D030B.

Border color

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

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

This div border color is #0D030B.

Opacity

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

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

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

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

This text has shadow with #0D030B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D030B.

Preview

Color preview on black background

This text has color #0D030B on black background.


Color preview on white background

This text has color #0D030B on white background.


Black color preview on #0D030B background

This text has black color on #0D030B background.


White color preview on #0D030B background

This text has white color on #0D030B background.


Related colors

Complementary color

Complementary color for #hex is #F2FCF4.


I love getcolorcode.com

Triadic colors

1 #0B0D03 and #030B0D with #0D030B are triadic colors.

2 #0B030D and #030D0B with #0D030B are triadic colors.