COLOR #0B050F

HEX: #0B050F RGB: (11,5,15)

Color info

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

RGB color model

#0B050F color RGB value is (11,5,15).

RGB: (11,5,15) (4%, 2%, 6%)

RGB channels and saturation

R 11 of 255 = 4%
G 5 of 255 = 2%
B 15 of 255 = 6%

11
5
15

R + G + B ~ 4%. #0B050F is dark color.

Portions of RGB colors in percentages

R + G + B = 11 + 5 + 15 = 31 (100%)
R 11 of 31 ~ 35.48%
G 5 of 31 ~ 16.13%
B 15 of 31 ~ 48.39'%

%35.48
%16.13
%48.39

CMYK color model

#0B050F color CMYK value is (27,67,0,94).

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

CMYK: (27,67,0,94)
C27M67Y0K94 (27%, 67%, 0%, 94%)
(0.27 / 0.67 / 0.00 / 0.94)

CMYK percentages

%26.67
%66.67
%0
%94.12

Codes

Color #0B050F in popluar color models

0B 05 0F
RGB 11 5 15
HSL 276° 50.00% 3.92%
HSB/HSV 276° 66.67% 5.88%
CMYK 26.67% 66.67% 0.00%
94.12%

Color #0B050F in popluar number systems.

HEX 0B 05 0F
Decimal 11 5 15
Binary 1011 101 1111
Octal 13 5 17

Shades and tints

Shades of #0B050F

#0B050F
(11,5,15)
#0A050E
(10,5,14)
#09050D
(9,5,13)
#08050C
(8,5,12)
#07050B
(7,5,11)
#06050A
(6,5,10)
#050509
(5,5,9)
#040508
(4,5,8)
#030507
(3,5,7)
#020506
(2,5,6)
#010505
(1,5,5)
#000000
(0,0,0)

Tints of #0B050F

#0B050F
(11,5,15)
#211B24
(33,27,36)
#373139
(55,49,57)
#4D474E
(77,71,78)
#635D63
(99,93,99)
#797378
(121,115,120)
#8F898D
(143,137,141)
#A59FA2
(165,159,162)
#BBB5B7
(187,181,183)
#D1CBCC
(209,203,204)
#E7E1E1
(231,225,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B050F; }

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

This text font color is #0B050F.

Background Color

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

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

This div background color is #0B050F.

Border color

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

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

This div border color is #0B050F.

Opacity

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

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

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

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

This text has shadow with #0B050F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B050F.

Preview

Color preview on black background

This text has color #0B050F on black background.


Color preview on white background

This text has color #0B050F on white background.


Black color preview on #0B050F background

This text has black color on #0B050F background.


White color preview on #0B050F background

This text has white color on #0B050F background.


Related colors

Complementary color

Complementary color for #hex is #F4FAF0.


I love getcolorcode.com

Triadic colors

1 #0F0B05 and #050F0B with #0B050F are triadic colors.

2 #0F050B and #050B0F with #0B050F are triadic colors.