COLOR #0B190A

HEX: #0B190A RGB: (11,25,10)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
25
10

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

Portions of RGB colors in percentages

R + G + B = 11 + 25 + 10 = 46 (100%)
R 11 of 46 ~ 23.91%
G 25 of 46 ~ 54.35%
B 10 of 46 ~ 21.74'%

%23.91
%54.35
%21.74

CMYK color model

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

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

CMYK: (56,0,60,90)
C56M0Y60K90 (56%, 0%, 60%, 90%)
(0.56 / 0.00 / 0.60 / 0.90)

CMYK percentages

%56
%0
%60
%90.2

Codes

Color #0B190A in popluar color models

0B 19 0A
RGB 11 25 10
HSL 116° 42.86% 6.86%
HSB/HSV 116° 60.00% 9.80%
CMYK 56.00% 0.00% 60.00%
90.20%

Color #0B190A in popluar number systems.

HEX 0B 19 0A
Decimal 11 25 10
Binary 1011 11001 1010
Octal 13 31 12

Shades and tints

Shades of #0B190A

#0B190A
(11,25,10)
#0A170A
(10,23,10)
#09150A
(9,21,10)
#08130A
(8,19,10)
#07110A
(7,17,10)
#060F0A
(6,15,10)
#050D0A
(5,13,10)
#040B0A
(4,11,10)
#03090A
(3,9,10)
#02070A
(2,7,10)
#01050A
(1,5,10)
#000000
(0,0,0)

Tints of #0B190A

#0B190A
(11,25,10)
#212D20
(33,45,32)
#374136
(55,65,54)
#4D554C
(77,85,76)
#636962
(99,105,98)
#797D78
(121,125,120)
#8F918E
(143,145,142)
#A5A5A4
(165,165,164)
#BBB9BA
(187,185,186)
#D1CDD0
(209,205,208)
#E7E1E6
(231,225,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B190A; }

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

This text font color is #0B190A.

Background Color

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

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

This div background color is #0B190A.

Border color

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

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

This div border color is #0B190A.

Opacity

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

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

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

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

This text has shadow with #0B190A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B190A.

Preview

Color preview on black background

This text has color #0B190A on black background.


Color preview on white background

This text has color #0B190A on white background.


Black color preview on #0B190A background

This text has black color on #0B190A background.


White color preview on #0B190A background

This text has white color on #0B190A background.


Related colors

Complementary color

Complementary color for #hex is #F4E6F5.


I love getcolorcode.com

Triadic colors

1 #0A0B19 and #190A0B with #0B190A are triadic colors.

2 #0A190B and #190B0A with #0B190A are triadic colors.