COLOR #0B090F

HEX: #0B090F RGB: (11,9,15)

Color info

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

RGB color model

#0B090F color RGB value is (11,9,15).

RGB: (11,9,15) (4%, 4%, 6%)

RGB channels and saturation

R 11 of 255 = 4%
G 9 of 255 = 4%
B 15 of 255 = 6%

11
9
15

R + G + B ~ 5%. #0B090F is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 9 + 15 = 35 (100%)
R 11 of 35 ~ 31.43%
G 9 of 35 ~ 25.71%
B 15 of 35 ~ 42.86'%

%31.43
%25.71
%42.86

CMYK color model

#0B090F color CMYK value is (27,40,0,94).

  • cyan value is 26.67%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 94.12%

CMYK: (27,40,0,94)
C27M40Y0K94 (27%, 40%, 0%, 94%)
(0.27 / 0.40 / 0.00 / 0.94)

CMYK percentages

%26.67
%40
%0
%94.12

Codes

Color #0B090F in popluar color models

0B 09 0F
RGB 11 9 15
HSL 260° 25.00% 4.71%
HSB/HSV 260° 40.00% 5.88%
CMYK 26.67% 40.00% 0.00%
94.12%

Color #0B090F in popluar number systems.

HEX 0B 09 0F
Decimal 11 9 15
Binary 1011 1001 1111
Octal 13 11 17

Shades and tints

Shades of #0B090F

#0B090F
(11,9,15)
#0A090E
(10,9,14)
#09090D
(9,9,13)
#08090C
(8,9,12)
#07090B
(7,9,11)
#06090A
(6,9,10)
#050909
(5,9,9)
#040908
(4,9,8)
#030907
(3,9,7)
#020906
(2,9,6)
#010905
(1,9,5)
#000000
(0,0,0)

Tints of #0B090F

#0B090F
(11,9,15)
#211F24
(33,31,36)
#373539
(55,53,57)
#4D4B4E
(77,75,78)
#636163
(99,97,99)
#797778
(121,119,120)
#8F8D8D
(143,141,141)
#A5A3A2
(165,163,162)
#BBB9B7
(187,185,183)
#D1CFCC
(209,207,204)
#E7E5E1
(231,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B090F; }

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

This text font color is #0B090F.

Background Color

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

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

This div background color is #0B090F.

Border color

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

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

This div border color is #0B090F.

Opacity

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

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

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

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

This text has shadow with #0B090F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B090F.

Preview

Color preview on black background

This text has color #0B090F on black background.


Color preview on white background

This text has color #0B090F on white background.


Black color preview on #0B090F background

This text has black color on #0B090F background.


White color preview on #0B090F background

This text has white color on #0B090F background.


Related colors

Complementary color

Complementary color for #hex is #F4F6F0.


I love getcolorcode.com

Triadic colors

1 #0F0B09 and #090F0B with #0B090F are triadic colors.

2 #0F090B and #090B0F with #0B090F are triadic colors.