COLOR #0B090C

HEX: #0B090C RGB: (11,9,12)

Color info

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

RGB color model

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

RGB: (11,9,12) (4%, 4%, 5%)

RGB channels and saturation

R 11 of 255 = 4%
G 9 of 255 = 4%
B 12 of 255 = 5%

11
9
12

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

Portions of RGB colors in percentages

R + G + B = 11 + 9 + 12 = 32 (100%)
R 11 of 32 ~ 34.38%
G 9 of 32 ~ 28.13%
B 12 of 32 ~ 37.5'%

%34.38
%28.13
%37.5

CMYK color model

#0B090C color CMYK value is (8,25,0,95).

  • cyan value is 8.33%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 95.29%

CMYK: (8,25,0,95)
C8M25Y0K95 (8%, 25%, 0%, 95%)
(0.08 / 0.25 / 0.00 / 0.95)

CMYK percentages

%8.33
%25
%0
%95.29

Codes

Color #0B090C in popluar color models

0B 09 0C
RGB 11 9 12
HSL 280° 14.29% 4.12%
HSB/HSV 280° 25.00% 4.71%
CMYK 8.33% 25.00% 0.00%
95.29%

Color #0B090C in popluar number systems.

HEX 0B 09 0C
Decimal 11 9 12
Binary 1011 1001 1100
Octal 13 11 14

Shades and tints

Shades of #0B090C

#0B090C
(11,9,12)
#0A090B
(10,9,11)
#09090A
(9,9,10)
#080909
(8,9,9)
#070908
(7,9,8)
#060907
(6,9,7)
#050906
(5,9,6)
#040905
(4,9,5)
#030904
(3,9,4)
#020903
(2,9,3)
#010902
(1,9,2)
#000000
(0,0,0)

Tints of #0B090C

#0B090C
(11,9,12)
#211F22
(33,31,34)
#373538
(55,53,56)
#4D4B4E
(77,75,78)
#636164
(99,97,100)
#79777A
(121,119,122)
#8F8D90
(143,141,144)
#A5A3A6
(165,163,166)
#BBB9BC
(187,185,188)
#D1CFD2
(209,207,210)
#E7E5E8
(231,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B090C; }

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

This text font color is #0B090C.

Background Color

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

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

This div background color is #0B090C.

Border color

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

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

This div border color is #0B090C.

Opacity

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

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

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

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

This text has shadow with #0B090C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #0B090C.

Preview

Color preview on black background

This text has color #0B090C on black background.


Color preview on white background

This text has color #0B090C on white background.


Black color preview on #0B090C background

This text has black color on #0B090C background.


White color preview on #0B090C background

This text has white color on #0B090C background.


Related colors

Complementary color

Complementary color for #hex is #F4F6F3.


I love getcolorcode.com

Triadic colors

1 #0C0B09 and #090C0B with #0B090C are triadic colors.

2 #0C090B and #090B0C with #0B090C are triadic colors.