COLOR #000D0F

HEX: #000D0F RGB: (0,13,15)

Color info

#000D0F contains only green and blue colors. Web safe color of #000D0F is #000000 (or #000).

RGB color model

#000D0F color RGB value is (0,13,15).

RGB: (0,13,15) (0%, 5%, 6%)

RGB channels and saturation

R 0 of 255 = 0%
G 13 of 255 = 5%
B 15 of 255 = 6%

0
13
15

R + G + B ~ 4%. #000D0F is dark color.

Portions of RGB colors in percentages

R + G + B = 0 + 13 + 15 = 28 (100%)
R 0 of 28 ~ 0%
G 13 of 28 ~ 46.43%
B 15 of 28 ~ 53.57'%

%46.43
%53.57

CMYK color model

#000D0F color CMYK value is (100,13,0,94).

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

CMYK: (100,13,0,94)
C100M13Y0K94 (100%, 13%, 0%, 94%)
(1.00 / 0.13 / 0.00 / 0.94)

CMYK percentages

%100
%13.33
%0
%94.12

Codes

Color #000D0F in popluar color models

00 0D 0F
RGB 0 13 15
HSL 188° 100.00% 2.94%
HSB/HSV 188° 100.00% 5.88%
CMYK 100.00% 13.33% 0.00%
94.12%

Color #000D0F in popluar number systems.

HEX 00 0D 0F
Decimal 0 13 15
Binary 0 1101 1111
Octal 0 15 17

Shades and tints

Shades of #000D0F

#000D0F
(0,13,15)
#000C0E
(0,12,14)
#000B0D
(0,11,13)
#000A0C
(0,10,12)
#00090B
(0,9,11)
#00080A
(0,8,10)
#000709
(0,7,9)
#000608
(0,6,8)
#000507
(0,5,7)
#000406
(0,4,6)
#000305
(0,3,5)
#000000
(0,0,0)

Tints of #000D0F

#000D0F
(0,13,15)
#172324
(23,35,36)
#2E3939
(46,57,57)
#454F4E
(69,79,78)
#5C6563
(92,101,99)
#737B78
(115,123,120)
#8A918D
(138,145,141)
#A1A7A2
(161,167,162)
#B8BDB7
(184,189,183)
#CFD3CC
(207,211,204)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000D0F; }

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

This text font color is #000D0F.

Background Color

.myBgColor { background-color: #000D0F; }

<div style="background-color:#000D0F">Inner text</div>

This div background color is #000D0F.

Border color

.myBorderColor { border: 1px solid #000D0F; }

<div style="border:3px solid #000D0F">Div</div>

This div border color is #000D0F.

Opacity

.myOpacity80 { color: #000D0F; opacity: 0.8; }

<p style="color:#000D0F;opacity:0.8;">80%</p>

Text with #000D0F 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 #000D0F;}

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

This text has shadow with #000D0F color.


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

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

This text has shadow with #000D0F primary color and red secondary color.


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

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

This text has shadow with #000D0F and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #000D0F.

Preview

Color preview on black background

This text has color #000D0F on black background.


Color preview on white background

This text has color #000D0F on white background.


Black color preview on #000D0F background

This text has black color on #000D0F background.


White color preview on #000D0F background

This text has white color on #000D0F background.


Related colors

Complementary color

Complementary color for #hex is #FFF2F0.


I love getcolorcode.com

Triadic colors

1 #0F000D and #0D0F00 with #000D0F are triadic colors.

2 #0F0D00 and #0D000F with #000D0F are triadic colors.