COLOR #0B1918

HEX: #0B1918
RGB: (11,25,24)

Color info

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

RGB color model

#0B1918 color RGB value is (11,25,24).

  • red value is 11;
  • green value is 25;
  • blue value is 24.
RGB:
(11,25,24)
(4%,10%,9%)

RGB channels and saturation

R 11 of 255 = 4%
G 25 of 255 = 10%
B 24 of 255 = 9%

11
25
24

R + G + B ~ 8%. #0B1918 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 25 + 24 = 60 (100%)
R 11 of 60 ~ 18.33%
G 25 of 60 ~ 41.67%
B 24 of 60 ~ 40%

%18.33
%41.67
%40

CMYK color model

#0B1918 color CMYK value is (56,0,4,90).

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 4.00%
  • key color value is 90.20%
CMYK:
(56,0,4,90)
C56M0Y4K90 
(56%,0%,4%,90%)
(0.56/0.00/0.04/0.90)	

CMYK percentages

%56
%0
%4
%90.2

Codes

Color #0B1918 in popluar color models

0B1918
RGB112524
HSL176°38.89%7.06%
HSB/HSV176°56.00%9.80%
CMYK56.00%0.00%4.00%
90.20%

Color #0B1918 in popluar number systems.

HEX0B1918
Decimal112524
Binary10111100111000
Octal133130

Shades and tints

Shades of #0B1918

#0B1918
(11,25,24)
#0A1716
(10,23,22)
#091514
(9,21,20)
#081312
(8,19,18)
#071110
(7,17,16)
#060F0E
(6,15,14)
#050D0C
(5,13,12)
#040B0A
(4,11,10)
#030908
(3,9,8)
#020706
(2,7,6)
#010504
(1,5,4)
#000000
(0,0,0)

Tints of #0B1918

#0B1918
(11,25,24)
#212D2D
(33,45,45)
#374142
(55,65,66)
#4D5557
(77,85,87)
#63696C
(99,105,108)
#797D81
(121,125,129)
#8F9196
(143,145,150)
#A5A5AB
(165,165,171)
#BBB9C0
(187,185,192)
#D1CDD5
(209,205,213)
#E7E1EA
(231,225,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1918; }

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

This text font color is #0B1918.


Background Color

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

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

This div background color is #0B1918.


Border color

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

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

This div border color is #0B1918.


Opacity

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

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

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

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

This text has shadow with #0B1918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1918 on black background.


Color preview on white background

This text has color #0B1918 on white background.



Black color preview on #0B1918 background

This text has black color on #0B1918 background.


White color preview on #0B1918 background

This text has white color on #0B1918 background.