COLOR #0D010D

HEX: #0D010D RGB: (13,1,13)

Color info

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

RGB color model

#0D010D color RGB value is (13,1,13).

RGB: (13,1,13) (5%, 0%, 5%)

RGB channels and saturation

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

13
1
13

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

Portions of RGB colors in percentages

R + G + B = 13 + 1 + 13 = 27 (100%)
R 13 of 27 ~ 48.15%
G 1 of 27 ~ 3.7%
B 13 of 27 ~ 48.15'%

%48.15
%48.15

CMYK color model

#0D010D color CMYK value is (0,92,0,95).

  • cyan value is 0.00%
  • magenta value is 92.31%
  • yellow value is 0.00%
  • key color value is 94.90%

CMYK: (0,92,0,95)
C0M92Y0K95 (0%, 92%, 0%, 95%)
(0.00 / 0.92 / 0.00 / 0.95)

CMYK percentages

%0
%92.31
%0
%94.9

Codes

Color #0D010D in popluar color models

0D 01 0D
RGB 13 1 13
HSL 300° 85.71% 2.75%
HSB/HSV 300° 92.31% 5.10%
CMYK 0.00% 92.31% 0.00%
94.90%

Color #0D010D in popluar number systems.

HEX 0D 01 0D
Decimal 13 1 13
Binary 1101 1 1101
Octal 15 1 15

Shades and tints

Shades of #0D010D

#0D010D
(13,1,13)
#0C010C
(12,1,12)
#0B010B
(11,1,11)
#0A010A
(10,1,10)
#090109
(9,1,9)
#080108
(8,1,8)
#070107
(7,1,7)
#060106
(6,1,6)
#050105
(5,1,5)
#040104
(4,1,4)
#030103
(3,1,3)
#000000
(0,0,0)

Tints of #0D010D

#0D010D
(13,1,13)
#231823
(35,24,35)
#392F39
(57,47,57)
#4F464F
(79,70,79)
#655D65
(101,93,101)
#7B747B
(123,116,123)
#918B91
(145,139,145)
#A7A2A7
(167,162,167)
#BDB9BD
(189,185,189)
#D3D0D3
(211,208,211)
#E9E7E9
(233,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0D010D; }

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

This text font color is #0D010D.

Background Color

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

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

This div background color is #0D010D.

Border color

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

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

This div border color is #0D010D.

Opacity

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

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

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

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

This text has shadow with #0D010D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0D010D.

Preview

Color preview on black background

This text has color #0D010D on black background.


Color preview on white background

This text has color #0D010D on white background.


Black color preview on #0D010D background

This text has black color on #0D010D background.


White color preview on #0D010D background

This text has white color on #0D010D background.


Related colors

Complementary color

Complementary color for #hex is #F2FEF2.


I love getcolorcode.com

Triadic colors

1 #0D0D01 and #010D0D with #0D010D are triadic colors.

2 #0D010D and #010D0D with #0D010D are triadic colors.