COLOR #0B190E

HEX: #0B190E RGB: (11,25,14)

Color info

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

RGB color model

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

RGB: (11,25,14) (4%, 10%, 5%)

RGB channels and saturation

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

11
25
14

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

Portions of RGB colors in percentages

R + G + B = 11 + 25 + 14 = 50 (100%)
R 11 of 50 ~ 22%
G 25 of 50 ~ 50%
B 14 of 50 ~ 28'%

%22
%50
%28

CMYK color model

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

  • cyan value is 56.00%
  • magenta value is 0.00%
  • yellow value is 44.00%
  • key color value is 90.20%

CMYK: (56,0,44,90)
C56M0Y44K90 (56%, 0%, 44%, 90%)
(0.56 / 0.00 / 0.44 / 0.90)

CMYK percentages

%56
%0
%44
%90.2

Codes

Color #0B190E in popluar color models

0B 19 0E
RGB 11 25 14
HSL 133° 38.89% 7.06%
HSB/HSV 133° 56.00% 9.80%
CMYK 56.00% 0.00% 44.00%
90.20%

Color #0B190E in popluar number systems.

HEX 0B 19 0E
Decimal 11 25 14
Binary 1011 11001 1110
Octal 13 31 16

Shades and tints

Shades of #0B190E

#0B190E
(11,25,14)
#0A170D
(10,23,13)
#09150C
(9,21,12)
#08130B
(8,19,11)
#07110A
(7,17,10)
#060F09
(6,15,9)
#050D08
(5,13,8)
#040B07
(4,11,7)
#030906
(3,9,6)
#020705
(2,7,5)
#010504
(1,5,4)
#000000
(0,0,0)

Tints of #0B190E

#0B190E
(11,25,14)
#212D23
(33,45,35)
#374138
(55,65,56)
#4D554D
(77,85,77)
#636962
(99,105,98)
#797D77
(121,125,119)
#8F918C
(143,145,140)
#A5A5A1
(165,165,161)
#BBB9B6
(187,185,182)
#D1CDCB
(209,205,203)
#E7E1E0
(231,225,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B190E; }

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

This text font color is #0B190E.

Background Color

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

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

This div background color is #0B190E.

Border color

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

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

This div border color is #0B190E.

Opacity

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

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

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

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

This text has shadow with #0B190E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B190E.

Preview

Color preview on black background

This text has color #0B190E on black background.


Color preview on white background

This text has color #0B190E on white background.


Black color preview on #0B190E background

This text has black color on #0B190E background.


White color preview on #0B190E background

This text has white color on #0B190E background.


Related colors

Complementary color

Complementary color for #hex is #F4E6F1.


I love getcolorcode.com

Triadic colors

1 #0E0B19 and #190E0B with #0B190E are triadic colors.

2 #0E190B and #190B0E with #0B190E are triadic colors.