COLOR #0B1915

HEX: #0B1915 RGB: (11,25,21)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
25
21

R + G + B ~ 7%. #0B1915 is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 25 + 21 = 57 (100%)
R 11 of 57 ~ 19.3%
G 25 of 57 ~ 43.86%
B 21 of 57 ~ 36.84'%

%19.3
%43.86
%36.84

CMYK color model

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

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

CMYK: (56,0,16,90)
C56M0Y16K90 (56%, 0%, 16%, 90%)
(0.56 / 0.00 / 0.16 / 0.90)

CMYK percentages

%56
%0
%16
%90.2

Codes

Color #0B1915 in popluar color models

0B 19 15
RGB 11 25 21
HSL 163° 38.89% 7.06%
HSB/HSV 163° 56.00% 9.80%
CMYK 56.00% 0.00% 16.00%
90.20%

Color #0B1915 in popluar number systems.

HEX 0B 19 15
Decimal 11 25 21
Binary 1011 11001 10101
Octal 13 31 25

Shades and tints

Shades of #0B1915

#0B1915
(11,25,21)
#0A1714
(10,23,20)
#091513
(9,21,19)
#081312
(8,19,18)
#071111
(7,17,17)
#060F10
(6,15,16)
#050D0F
(5,13,15)
#040B0E
(4,11,14)
#03090D
(3,9,13)
#02070C
(2,7,12)
#01050B
(1,5,11)
#000000
(0,0,0)

Tints of #0B1915

#0B1915
(11,25,21)
#212D2A
(33,45,42)
#37413F
(55,65,63)
#4D5554
(77,85,84)
#636969
(99,105,105)
#797D7E
(121,125,126)
#8F9193
(143,145,147)
#A5A5A8
(165,165,168)
#BBB9BD
(187,185,189)
#D1CDD2
(209,205,210)
#E7E1E7
(231,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B1915; }

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

This text font color is #0B1915.

Background Color

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

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

This div background color is #0B1915.

Border color

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

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

This div border color is #0B1915.

Opacity

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

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

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

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

This text has shadow with #0B1915 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B1915.

Preview

Color preview on black background

This text has color #0B1915 on black background.


Color preview on white background

This text has color #0B1915 on white background.


Black color preview on #0B1915 background

This text has black color on #0B1915 background.


White color preview on #0B1915 background

This text has white color on #0B1915 background.


Related colors

Complementary color

Complementary color for #hex is #F4E6EA.


I love getcolorcode.com

Triadic colors

1 #150B19 and #19150B with #0B1915 are triadic colors.

2 #15190B and #190B15 with #0B1915 are triadic colors.