COLOR #0B0C13

HEX: #0B0C13
RGB: (11,12,19)

Color info

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

RGB color model

#0B0C13 color RGB value is (11,12,19).

  • red value is 11;
  • green value is 12;
  • blue value is 19.
RGB:
(11,12,19)
(4%,5%,7%)

RGB channels and saturation

R 11 of 255 = 4%
G 12 of 255 = 5%
B 19 of 255 = 7%

11
12
19

R + G + B ~ 5%. #0B0C13 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 12 + 19 = 42 (100%)
R 11 of 42 ~ 26.19%
G 12 of 42 ~ 28.57%
B 19 of 42 ~ 45.24%

%26.19
%28.57
%45.24

CMYK color model

#0B0C13 color CMYK value is (42,37,0,93).

  • cyan value is 42.11%
  • magenta value is 36.84%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(42,37,0,93)
C42M37Y0K93 
(42%,37%,0%,93%)
(0.42/0.37/0.00/0.93)	

CMYK percentages

%42.11
%36.84
%0
%92.55

Codes

Color #0B0C13 in popluar color models

0B0C13
RGB111219
HSL233°26.67%5.88%
HSB/HSV233°42.11%7.45%
CMYK42.11%36.84%0.00%
92.55%

Color #0B0C13 in popluar number systems.

HEX0B0C13
Decimal111219
Binary1011110010011
Octal131423

Shades and tints

Shades of #0B0C13

#0B0C13
(11,12,19)
#0A0B12
(10,11,18)
#090A11
(9,10,17)
#080910
(8,9,16)
#07080F
(7,8,15)
#06070E
(6,7,14)
#05060D
(5,6,13)
#04050C
(4,5,12)
#03040B
(3,4,11)
#02030A
(2,3,10)
#010209
(1,2,9)
#000000
(0,0,0)

Tints of #0B0C13

#0B0C13
(11,12,19)
#212228
(33,34,40)
#37383D
(55,56,61)
#4D4E52
(77,78,82)
#636467
(99,100,103)
#797A7C
(121,122,124)
#8F9091
(143,144,145)
#A5A6A6
(165,166,166)
#BBBCBB
(187,188,187)
#D1D2D0
(209,210,208)
#E7E8E5
(231,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0C13; }

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

This text font color is #0B0C13.


Background Color

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

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

This div background color is #0B0C13.


Border color

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

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

This div border color is #0B0C13.


Opacity

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

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

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

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

This text has shadow with #0B0C13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0C13 on black background.


Color preview on white background

This text has color #0B0C13 on white background.



Black color preview on #0B0C13 background

This text has black color on #0B0C13 background.


White color preview on #0B0C13 background

This text has white color on #0B0C13 background.