COLOR #0B1819

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
24
25

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

Portions of RGB colors in percentages

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

%18.33
%40
%41.67

CMYK color model

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

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

CMYK percentages

%56
%4
%0
%90.2

Codes

Color #0B1819 in popluar color models

0B1819
RGB112425
HSL184°38.89%7.06%
HSB/HSV184°56.00%9.80%
CMYK56.00%4.00%0.00%
90.20%

Color #0B1819 in popluar number systems.

HEX0B1819
Decimal112425
Binary10111100011001
Octal133031

Shades and tints

Shades of #0B1819

#0B1819
(11,24,25)
#0A1617
(10,22,23)
#091415
(9,20,21)
#081213
(8,18,19)
#071011
(7,16,17)
#060E0F
(6,14,15)
#050C0D
(5,12,13)
#040A0B
(4,10,11)
#030809
(3,8,9)
#020607
(2,6,7)
#010405
(1,4,5)
#000000
(0,0,0)

Tints of #0B1819

#0B1819
(11,24,25)
#212D2D
(33,45,45)
#374241
(55,66,65)
#4D5755
(77,87,85)
#636C69
(99,108,105)
#79817D
(121,129,125)
#8F9691
(143,150,145)
#A5ABA5
(165,171,165)
#BBC0B9
(187,192,185)
#D1D5CD
(209,213,205)
#E7EAE1
(231,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1819; }

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

This text font color is #0B1819.


Background Color

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

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

This div background color is #0B1819.


Border color

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

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

This div border color is #0B1819.


Opacity

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

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

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

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

This text has shadow with #0B1819 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B1819 on black background.


Color preview on white background

This text has color #0B1819 on white background.



Black color preview on #0B1819 background

This text has black color on #0B1819 background.


White color preview on #0B1819 background

This text has white color on #0B1819 background.