COLOR #0B190B

HEX: #0B190B
RGB: (11,25,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
25
11

R + G + B ~ 6%. #0B190B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 25 + 11 = 47 (100%)
R 11 of 47 ~ 23.4%
G 25 of 47 ~ 53.19%
B 11 of 47 ~ 23.4%

%23.4
%53.19
%23.4

CMYK color model

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

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

CMYK percentages

%56
%0
%56
%90.2

Codes

Color #0B190B in popluar color models

0B190B
RGB112511
HSL120°38.89%7.06%
HSB/HSV120°56.00%9.80%
CMYK56.00%0.00%56.00%
90.20%

Color #0B190B in popluar number systems.

HEX0B190B
Decimal112511
Binary1011110011011
Octal133113

Shades and tints

Shades of #0B190B

#0B190B
(11,25,11)
#0A170A
(10,23,10)
#091509
(9,21,9)
#081308
(8,19,8)
#071107
(7,17,7)
#060F06
(6,15,6)
#050D05
(5,13,5)
#040B04
(4,11,4)
#030903
(3,9,3)
#020702
(2,7,2)
#010501
(1,5,1)
#000000
(0,0,0)

Tints of #0B190B

#0B190B
(11,25,11)
#212D21
(33,45,33)
#374137
(55,65,55)
#4D554D
(77,85,77)
#636963
(99,105,99)
#797D79
(121,125,121)
#8F918F
(143,145,143)
#A5A5A5
(165,165,165)
#BBB9BB
(187,185,187)
#D1CDD1
(209,205,209)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B190B; }

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

This text font color is #0B190B.


Background Color

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

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

This div background color is #0B190B.


Border color

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

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

This div border color is #0B190B.


Opacity

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

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

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

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

This text has shadow with #0B190B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B190B on black background.


Color preview on white background

This text has color #0B190B on white background.



Black color preview on #0B190B background

This text has black color on #0B190B background.


White color preview on #0B190B background

This text has white color on #0B190B background.