COLOR #0B0009

HEX: #0B0009 RGB: (11,0,9)

Color info

#0B0009 contains only red and blue colors. Web safe color of #0B0009 is #000000 (or #000).

RGB color model

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

RGB: (11,0,9) (4%, 0%, 4%)

RGB channels and saturation

R 11 of 255 = 4%
G 0 of 255 = 0%
B 9 of 255 = 4%

11
0
9

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

Portions of RGB colors in percentages

R + G + B = 11 + 0 + 9 = 20 (100%)
R 11 of 20 ~ 55%
G 0 of 20 ~ 0%
B 9 of 20 ~ 45'%

%55
%45

CMYK color model

#0B0009 color CMYK value is (0,100,18,96).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 18.18%
  • key color value is 95.69%

CMYK: (0,100,18,96)
C0M100Y18K96 (0%, 100%, 18%, 96%)
(0.00 / 1.00 / 0.18 / 0.96)

CMYK percentages

%0
%100
%18.18
%95.69

Codes

Color #0B0009 in popluar color models

0B 00 09
RGB 11 0 9
HSL 311° 100.00% 2.16%
HSB/HSV 311° 100.00% 4.31%
CMYK 0.00% 100.00% 18.18%
95.69%

Color #0B0009 in popluar number systems.

HEX 0B 00 09
Decimal 11 0 9
Binary 1011 0 1001
Octal 13 0 11

Shades and tints

Shades of #0B0009

#0B0009
(11,0,9)
#0A0009
(10,0,9)
#090009
(9,0,9)
#080009
(8,0,9)
#070009
(7,0,9)
#060009
(6,0,9)
#050009
(5,0,9)
#040009
(4,0,9)
#030009
(3,0,9)
#020009
(2,0,9)
#010009
(1,0,9)
#000000
(0,0,0)

Tints of #0B0009

#0B0009
(11,0,9)
#21171F
(33,23,31)
#372E35
(55,46,53)
#4D454B
(77,69,75)
#635C61
(99,92,97)
#797377
(121,115,119)
#8F8A8D
(143,138,141)
#A5A1A3
(165,161,163)
#BBB8B9
(187,184,185)
#D1CFCF
(209,207,207)
#E7E6E5
(231,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0009; }

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

This text font color is #0B0009.

Background Color

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

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

This div background color is #0B0009.

Border color

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

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

This div border color is #0B0009.

Opacity

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

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

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

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

This text has shadow with #0B0009 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B0009.

Preview

Color preview on black background

This text has color #0B0009 on black background.


Color preview on white background

This text has color #0B0009 on white background.


Black color preview on #0B0009 background

This text has black color on #0B0009 background.


White color preview on #0B0009 background

This text has white color on #0B0009 background.


Related colors

Complementary color

Complementary color for #hex is #F4FFF6.


I love getcolorcode.com

Triadic colors

1 #090B00 and #00090B with #0B0009 are triadic colors.

2 #09000B and #000B09 with #0B0009 are triadic colors.