COLOR #0B190C

HEX: #0B190C
RGB: (11,25,12)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
25
12

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

Portions of RGB colors in percentages

R + G + B =
11 + 25 + 12 = 48 (100%)
R 11 of 48 ~ 22.92%
G 25 of 48 ~ 52.08%
B 12 of 48 ~ 25%

%22.92
%52.08
%25

CMYK color model

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

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

CMYK percentages

%56
%0
%52
%90.2

Codes

Color #0B190C in popluar color models

0B190C
RGB112512
HSL124°38.89%7.06%
HSB/HSV124°56.00%9.80%
CMYK56.00%0.00%52.00%
90.20%

Color #0B190C in popluar number systems.

HEX0B190C
Decimal112512
Binary1011110011100
Octal133114

Shades and tints

Shades of #0B190C

#0B190C
(11,25,12)
#0A170B
(10,23,11)
#09150A
(9,21,10)
#081309
(8,19,9)
#071108
(7,17,8)
#060F07
(6,15,7)
#050D06
(5,13,6)
#040B05
(4,11,5)
#030904
(3,9,4)
#020703
(2,7,3)
#010502
(1,5,2)
#000000
(0,0,0)

Tints of #0B190C

#0B190C
(11,25,12)
#212D22
(33,45,34)
#374138
(55,65,56)
#4D554E
(77,85,78)
#636964
(99,105,100)
#797D7A
(121,125,122)
#8F9190
(143,145,144)
#A5A5A6
(165,165,166)
#BBB9BC
(187,185,188)
#D1CDD2
(209,205,210)
#E7E1E8
(231,225,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B190C; }

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

This text font color is #0B190C.


Background Color

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

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

This div background color is #0B190C.


Border color

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

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

This div border color is #0B190C.


Opacity

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

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

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

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

This text has shadow with #0B190C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B190C on black background.


Color preview on white background

This text has color #0B190C on white background.



Black color preview on #0B190C background

This text has black color on #0B190C background.


White color preview on #0B190C background

This text has white color on #0B190C background.