COLOR #0B000E

HEX: #0B000E
RGB: (11,0,14)

Color info

#0B000E contains only red and blue colors. Web safe color of #0B000E is #000000 (or #000).

RGB color model

#0B000E color RGB value is (11,0,14).

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

RGB channels and saturation

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

11
0
14

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

Portions of RGB colors in percentages

R + G + B =
11 + 0 + 14 = 25 (100%)
R 11 of 25 ~ 44%
G 0 of 25 ~ 0%
B 14 of 25 ~ 56%

%44
%56

CMYK color model

#0B000E color CMYK value is (21,100,0,95).

  • cyan value is 21.43%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 94.51%
CMYK:
(21,100,0,95)
C21M100Y0K95 
(21%,100%,0%,95%)
(0.21/1.00/0.00/0.95)	

CMYK percentages

%21.43
%100
%0
%94.51

Codes

Color #0B000E in popluar color models

0B000E
RGB11014
HSL287°100.00%2.75%
HSB/HSV287°100.00%5.49%
CMYK21.43%100.00%0.00%
94.51%

Color #0B000E in popluar number systems.

HEX0B000E
Decimal11014
Binary101101110
Octal13016

Shades and tints

Shades of #0B000E

#0B000E
(11,0,14)
#0A000D
(10,0,13)
#09000C
(9,0,12)
#08000B
(8,0,11)
#07000A
(7,0,10)
#060009
(6,0,9)
#050008
(5,0,8)
#040007
(4,0,7)
#030006
(3,0,6)
#020005
(2,0,5)
#010004
(1,0,4)
#000000
(0,0,0)

Tints of #0B000E

#0B000E
(11,0,14)
#211723
(33,23,35)
#372E38
(55,46,56)
#4D454D
(77,69,77)
#635C62
(99,92,98)
#797377
(121,115,119)
#8F8A8C
(143,138,140)
#A5A1A1
(165,161,161)
#BBB8B6
(187,184,182)
#D1CFCB
(209,207,203)
#E7E6E0
(231,230,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B000E; }

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

This text font color is #0B000E.


Background Color

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

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

This div background color is #0B000E.


Border color

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

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

This div border color is #0B000E.


Opacity

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

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

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

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

This text has shadow with #0B000E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B000E on black background.


Color preview on white background

This text has color #0B000E on white background.



Black color preview on #0B000E background

This text has black color on #0B000E background.


White color preview on #0B000E background

This text has white color on #0B000E background.