COLOR #0B030B

HEX: #0B030B
RGB: (11,3,11)

Color info

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

RGB color model

#0B030B color RGB value is (11,3,11).

  • red value is 11;
  • green value is 3;
  • blue value is 11.
RGB:
(11,3,11)
(4%,1%,4%)

RGB channels and saturation

R 11 of 255 = 4%
G 3 of 255 = 1%
B 11 of 255 = 4%

11
3
11

R + G + B ~ 3%. #0B030B is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 3 + 11 = 25 (100%)
R 11 of 25 ~ 44%
G 3 of 25 ~ 12%
B 11 of 25 ~ 44%

%44
%12
%44

CMYK color model

#0B030B color CMYK value is (0,73,0,96).

  • cyan value is 0.00%
  • magenta value is 72.73%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(0,73,0,96)
C0M73Y0K96 
(0%,73%,0%,96%)
(0.00/0.73/0.00/0.96)	

CMYK percentages

%0
%72.73
%0
%95.69

Codes

Color #0B030B in popluar color models

0B030B
RGB11311
HSL300°57.14%2.75%
HSB/HSV300°72.73%4.31%
CMYK0.00%72.73%0.00%
95.69%

Color #0B030B in popluar number systems.

HEX0B030B
Decimal11311
Binary1011111011
Octal13313

Shades and tints

Shades of #0B030B

#0B030B
(11,3,11)
#0A030A
(10,3,10)
#090309
(9,3,9)
#080308
(8,3,8)
#070307
(7,3,7)
#060306
(6,3,6)
#050305
(5,3,5)
#040304
(4,3,4)
#030303
(3,3,3)
#020302
(2,3,2)
#010301
(1,3,1)
#000000
(0,0,0)

Tints of #0B030B

#0B030B
(11,3,11)
#211921
(33,25,33)
#372F37
(55,47,55)
#4D454D
(77,69,77)
#635B63
(99,91,99)
#797179
(121,113,121)
#8F878F
(143,135,143)
#A59DA5
(165,157,165)
#BBB3BB
(187,179,187)
#D1C9D1
(209,201,209)
#E7DFE7
(231,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B030B; }

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

This text font color is #0B030B.


Background Color

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

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

This div background color is #0B030B.


Border color

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

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

This div border color is #0B030B.


Opacity

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

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

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

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

This text has shadow with #0B030B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B030B on black background.


Color preview on white background

This text has color #0B030B on white background.



Black color preview on #0B030B background

This text has black color on #0B030B background.


White color preview on #0B030B background

This text has white color on #0B030B background.