COLOR #000B0D

HEX: #000B0D
RGB: (0,11,13)

Color info

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

RGB color model

#000B0D color RGB value is (0,11,13).

  • red value is 0;
  • green value is 11;
  • blue value is 13.
RGB:
(0,11,13)
(0%,4%,5%)

RGB channels and saturation

R 0 of 255 = 0%
G 11 of 255 = 4%
B 13 of 255 = 5%

0
11
13

R + G + B ~ 3%. #000B0D is dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 11 + 13 = 24 (100%)
R 0 of 24 ~ 0%
G 11 of 24 ~ 45.83%
B 13 of 24 ~ 54.17%

%45.83
%54.17

CMYK color model

#000B0D color CMYK value is (100,15,0,95).

  • cyan value is 100.00%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 94.90%
CMYK:
(100,15,0,95)
C100M15Y0K95 
(100%,15%,0%,95%)
(1.00/0.15/0.00/0.95)	

CMYK percentages

%100
%15.38
%0
%94.9

Codes

Color #000B0D in popluar color models

000B0D
RGB01113
HSL189°100.00%2.55%
HSB/HSV189°100.00%5.10%
CMYK100.00%15.38%0.00%
94.90%

Color #000B0D in popluar number systems.

HEX000B0D
Decimal01113
Binary010111101
Octal01315

Shades and tints

Shades of #000B0D

#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)
#000204
(0,2,4)
#000103
(0,1,3)
#000000
(0,0,0)

Tints of #000B0D

#000B0D
(0,11,13)
#172123
(23,33,35)
#2E3739
(46,55,57)
#454D4F
(69,77,79)
#5C6365
(92,99,101)
#73797B
(115,121,123)
#8A8F91
(138,143,145)
#A1A5A7
(161,165,167)
#B8BBBD
(184,187,189)
#CFD1D3
(207,209,211)
#E6E7E9
(230,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #000B0D; }

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

This text font color is #000B0D.


Background Color

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

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

This div background color is #000B0D.


Border color

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

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

This div border color is #000B0D.


Opacity

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

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

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

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

This text has shadow with #000B0D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #000B0D on black background.


Color preview on white background

This text has color #000B0D on white background.



Black color preview on #000B0D background

This text has black color on #000B0D background.


White color preview on #000B0D background

This text has white color on #000B0D background.