COLOR #0B0304

HEX: #0B0304
RGB: (11,3,4)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

11
3
4

R + G + B ~ 2%. #0B0304 is dark color.

Portions of RGB colors in percentages

R + G + B =
11 + 3 + 4 = 18 (100%)
R 11 of 18 ~ 61.11%
G 3 of 18 ~ 16.67%
B 4 of 18 ~ 22.22%

%61.11
%16.67
%22.22

CMYK color model

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

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

CMYK percentages

%0
%72.73
%63.64
%95.69

Codes

Color #0B0304 in popluar color models

0B0304
RGB1134
HSL353°57.14%2.75%
HSB/HSV353°72.73%4.31%
CMYK0.00%72.73%63.64%
95.69%

Color #0B0304 in popluar number systems.

HEX0B0304
Decimal1134
Binary101111100
Octal1334

Shades and tints

Shades of #0B0304

#0B0304
(11,3,4)
#0A0304
(10,3,4)
#090304
(9,3,4)
#080304
(8,3,4)
#070304
(7,3,4)
#060304
(6,3,4)
#050304
(5,3,4)
#040304
(4,3,4)
#030304
(3,3,4)
#020304
(2,3,4)
#010304
(1,3,4)
#000000
(0,0,0)

Tints of #0B0304

#0B0304
(11,3,4)
#21191A
(33,25,26)
#372F30
(55,47,48)
#4D4546
(77,69,70)
#635B5C
(99,91,92)
#797172
(121,113,114)
#8F8788
(143,135,136)
#A59D9E
(165,157,158)
#BBB3B4
(187,179,180)
#D1C9CA
(209,201,202)
#E7DFE0
(231,223,224)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #0B0304; }

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

This text font color is #0B0304.


Background Color

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

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

This div background color is #0B0304.


Border color

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

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

This div border color is #0B0304.


Opacity

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

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

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

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

This text has shadow with #0B0304 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0B0304 on black background.


Color preview on white background

This text has color #0B0304 on white background.



Black color preview on #0B0304 background

This text has black color on #0B0304 background.


White color preview on #0B0304 background

This text has white color on #0B0304 background.