COLOR #0B1317

HEX: #0B1317
RGB: (11,19,23)

Color info

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

RGB color model

#0B1317 color RGB value is (11,19,23).

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

RGB channels and saturation

R 11 of 255 = 4%
G 19 of 255 = 7%
B 23 of 255 = 9%

11
19
23

R + G + B ~ 7%. #0B1317 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 19 + 23 = 53 (100%)
R 11 of 53 ~ 20.75%
G 19 of 53 ~ 35.85%
B 23 of 53 ~ 43.4%

%20.75
%35.85
%43.4

CMYK color model

#0B1317 color CMYK value is (52,17,0,91).

  • cyan value is 52.17%
  • magenta value is 17.39%
  • yellow value is 0.00%
  • key color value is 90.98%
CMYK:
(52,17,0,91)
C52M17Y0K91 
(52%,17%,0%,91%)
(0.52/0.17/0.00/0.91)	

CMYK percentages

%52.17
%17.39
%0
%90.98

Codes

Color #0B1317 in popluar color models

0B1317
RGB111923
HSL200°35.29%6.67%
HSB/HSV200°52.17%9.02%
CMYK52.17%17.39%0.00%
90.98%

Color #0B1317 in popluar number systems.

HEX0B1317
Decimal111923
Binary10111001110111
Octal132327

Shades and tints

Shades of #0B1317

#0B1317
(11,19,23)
#0A1215
(10,18,21)
#091113
(9,17,19)
#081011
(8,16,17)
#070F0F
(7,15,15)
#060E0D
(6,14,13)
#050D0B
(5,13,11)
#040C09
(4,12,9)
#030B07
(3,11,7)
#020A05
(2,10,5)
#010903
(1,9,3)
#000000
(0,0,0)

Tints of #0B1317

#0B1317
(11,19,23)
#21282C
(33,40,44)
#373D41
(55,61,65)
#4D5256
(77,82,86)
#63676B
(99,103,107)
#797C80
(121,124,128)
#8F9195
(143,145,149)
#A5A6AA
(165,166,170)
#BBBBBF
(187,187,191)
#D1D0D4
(209,208,212)
#E7E5E9
(231,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1317; }

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

This text font color is #0B1317.


Background Color

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

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

This div background color is #0B1317.


Border color

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

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

This div border color is #0B1317.


Opacity

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

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

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

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

This text has shadow with #0B1317 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1317 on black background.


Color preview on white background

This text has color #0B1317 on white background.



Black color preview on #0B1317 background

This text has black color on #0B1317 background.


White color preview on #0B1317 background

This text has white color on #0B1317 background.