COLOR #0B090A

HEX: #0B090A
RGB: (11,9,10)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
9
10

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

Portions of RGB colors in percentages

R + G + B =
11 + 9 + 10 = 30 (100%)
R 11 of 30 ~ 36.67%
G 9 of 30 ~ 30%
B 10 of 30 ~ 33.33%

%36.67
%30
%33.33

CMYK color model

#0B090A color CMYK value is (0,18,9,96).

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 9.09%
  • key color value is 95.69%
CMYK:
(0,18,9,96)
C0M18Y9K96 
(0%,18%,9%,96%)
(0.00/0.18/0.09/0.96)	

CMYK percentages

%0
%18.18
%9.09
%95.69

Codes

Color #0B090A in popluar color models

0B090A
RGB11910
HSL330°10.00%3.92%
HSB/HSV330°18.18%4.31%
CMYK0.00%18.18%9.09%
95.69%

Color #0B090A in popluar number systems.

HEX0B090A
Decimal11910
Binary101110011010
Octal131112

Shades and tints

Shades of #0B090A

#0B090A
(11,9,10)
#0A090A
(10,9,10)
#09090A
(9,9,10)
#08090A
(8,9,10)
#07090A
(7,9,10)
#06090A
(6,9,10)
#05090A
(5,9,10)
#04090A
(4,9,10)
#03090A
(3,9,10)
#02090A
(2,9,10)
#01090A
(1,9,10)
#000000
(0,0,0)

Tints of #0B090A

#0B090A
(11,9,10)
#211F20
(33,31,32)
#373536
(55,53,54)
#4D4B4C
(77,75,76)
#636162
(99,97,98)
#797778
(121,119,120)
#8F8D8E
(143,141,142)
#A5A3A4
(165,163,164)
#BBB9BA
(187,185,186)
#D1CFD0
(209,207,208)
#E7E5E6
(231,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B090A; }

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

This text font color is #0B090A.


Background Color

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

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

This div background color is #0B090A.


Border color

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

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

This div border color is #0B090A.


Opacity

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

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

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

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

This text has shadow with #0B090A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B090A on black background.


Color preview on white background

This text has color #0B090A on white background.



Black color preview on #0B090A background

This text has black color on #0B090A background.


White color preview on #0B090A background

This text has white color on #0B090A background.