COLOR #0B0A03

HEX: #0B0A03
RGB: (11,10,3)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
10
3

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

Portions of RGB colors in percentages

R + G + B =
11 + 10 + 3 = 24 (100%)
R 11 of 24 ~ 45.83%
G 10 of 24 ~ 41.67%
B 3 of 24 ~ 12.5%

%45.83
%41.67
%12.5

CMYK color model

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

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

CMYK percentages

%0
%9.09
%72.73
%95.69

Codes

Color #0B0A03 in popluar color models

0B0A03
RGB11103
HSL53°57.14%2.75%
HSB/HSV53°72.73%4.31%
CMYK0.00%9.09%72.73%
95.69%

Color #0B0A03 in popluar number systems.

HEX0B0A03
Decimal11103
Binary1011101011
Octal13123

Shades and tints

Shades of #0B0A03

#0B0A03
(11,10,3)
#0A0A03
(10,10,3)
#090A03
(9,10,3)
#080A03
(8,10,3)
#070A03
(7,10,3)
#060A03
(6,10,3)
#050A03
(5,10,3)
#040A03
(4,10,3)
#030A03
(3,10,3)
#020A03
(2,10,3)
#010A03
(1,10,3)
#000000
(0,0,0)

Tints of #0B0A03

#0B0A03
(11,10,3)
#212019
(33,32,25)
#37362F
(55,54,47)
#4D4C45
(77,76,69)
#63625B
(99,98,91)
#797871
(121,120,113)
#8F8E87
(143,142,135)
#A5A49D
(165,164,157)
#BBBAB3
(187,186,179)
#D1D0C9
(209,208,201)
#E7E6DF
(231,230,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0A03; }

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

This text font color is #0B0A03.


Background Color

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

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

This div background color is #0B0A03.


Border color

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

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

This div border color is #0B0A03.


Opacity

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

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

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

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

This text has shadow with #0B0A03 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0A03 on black background.


Color preview on white background

This text has color #0B0A03 on white background.



Black color preview on #0B0A03 background

This text has black color on #0B0A03 background.


White color preview on #0B0A03 background

This text has white color on #0B0A03 background.