COLOR #0B040F

HEX: #0B040F
RGB: (11,4,15)

Color info

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

RGB color model

#0B040F color RGB value is (11,4,15).

  • red value is 11;
  • green value is 4;
  • blue value is 15.
RGB:
(11,4,15)
(4%,2%,6%)

RGB channels and saturation

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

11
4
15

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

Portions of RGB colors in percentages

R + G + B =
11 + 4 + 15 = 30 (100%)
R 11 of 30 ~ 36.67%
G 4 of 30 ~ 13.33%
B 15 of 30 ~ 50%

%36.67
%13.33
%50

CMYK color model

#0B040F color CMYK value is (27,73,0,94).

  • cyan value is 26.67%
  • magenta value is 73.33%
  • yellow value is 0.00%
  • key color value is 94.12%
CMYK:
(27,73,0,94)
C27M73Y0K94 
(27%,73%,0%,94%)
(0.27/0.73/0.00/0.94)	

CMYK percentages

%26.67
%73.33
%0
%94.12

Codes

Color #0B040F in popluar color models

0B040F
RGB11415
HSL278°57.89%3.73%
HSB/HSV278°73.33%5.88%
CMYK26.67%73.33%0.00%
94.12%

Color #0B040F in popluar number systems.

HEX0B040F
Decimal11415
Binary10111001111
Octal13417

Shades and tints

Shades of #0B040F

#0B040F
(11,4,15)
#0A040E
(10,4,14)
#09040D
(9,4,13)
#08040C
(8,4,12)
#07040B
(7,4,11)
#06040A
(6,4,10)
#050409
(5,4,9)
#040408
(4,4,8)
#030407
(3,4,7)
#020406
(2,4,6)
#010405
(1,4,5)
#000000
(0,0,0)

Tints of #0B040F

#0B040F
(11,4,15)
#211A24
(33,26,36)
#373039
(55,48,57)
#4D464E
(77,70,78)
#635C63
(99,92,99)
#797278
(121,114,120)
#8F888D
(143,136,141)
#A59EA2
(165,158,162)
#BBB4B7
(187,180,183)
#D1CACC
(209,202,204)
#E7E0E1
(231,224,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B040F; }

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

This text font color is #0B040F.


Background Color

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

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

This div background color is #0B040F.


Border color

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

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

This div border color is #0B040F.


Opacity

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

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

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

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

This text has shadow with #0B040F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B040F on black background.


Color preview on white background

This text has color #0B040F on white background.



Black color preview on #0B040F background

This text has black color on #0B040F background.


White color preview on #0B040F background

This text has white color on #0B040F background.