COLOR #030F0B

HEX: #030F0B
RGB: (3,15,11)

Color info

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

RGB color model

#030F0B color RGB value is (3,15,11).

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

RGB channels and saturation

R 3 of 255 = 1%
G 15 of 255 = 6%
B 11 of 255 = 4%

3
15
11

R + G + B ~ 4%. #030F0B is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 15 + 11 = 29 (100%)
R 3 of 29 ~ 10.34%
G 15 of 29 ~ 51.72%
B 11 of 29 ~ 37.93%

%10.34
%51.72
%37.93

CMYK color model

#030F0B color CMYK value is (80,0,27,94).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 26.67%
  • key color value is 94.12%
CMYK:
(80,0,27,94)
C80M0Y27K94 
(80%,0%,27%,94%)
(0.80/0.00/0.27/0.94)	

CMYK percentages

%80
%0
%26.67
%94.12

Codes

Color #030F0B in popluar color models

030F0B
RGB31511
HSL160°66.67%3.53%
HSB/HSV160°80.00%5.88%
CMYK80.00%0.00%26.67%
94.12%

Color #030F0B in popluar number systems.

HEX030F0B
Decimal31511
Binary1111111011
Octal31713

Shades and tints

Shades of #030F0B

#030F0B
(3,15,11)
#030E0A
(3,14,10)
#030D09
(3,13,9)
#030C08
(3,12,8)
#030B07
(3,11,7)
#030A06
(3,10,6)
#030905
(3,9,5)
#030804
(3,8,4)
#030703
(3,7,3)
#030602
(3,6,2)
#030501
(3,5,1)
#000000
(0,0,0)

Tints of #030F0B

#030F0B
(3,15,11)
#192421
(25,36,33)
#2F3937
(47,57,55)
#454E4D
(69,78,77)
#5B6363
(91,99,99)
#717879
(113,120,121)
#878D8F
(135,141,143)
#9DA2A5
(157,162,165)
#B3B7BB
(179,183,187)
#C9CCD1
(201,204,209)
#DFE1E7
(223,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030F0B color. Also use rgb(3,15,11) instead hex code.

Text Font Color

.myTextColor { color: #030F0B; }

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

This text font color is #030F0B.


Background Color

.myBgColor { background-color: #030F0B; }

<div style="background-color:#030F0B">Inner text</div>

This div background color is #030F0B.


Border color

.myBorderColor { border: 1px solid #030F0B; }

<div style="border:3px solid #030F0B">Div</div>

This div border color is #030F0B.


Opacity

.myOpacity80 { color: #030F0B; opacity: 0.8; }

<p style="color:#030F0B;opacity:0.8;">80%</p>

Text with #030F0B 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 #030F0B;}

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

This text has shadow with #030F0B color.

.textShadow {text-shadow: 3px 3px 1px #030F0B, 3px 3px 1px red;}

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

This text has shadow with #030F0B primary color and red secondary color.


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

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

This text has shadow with #030F0B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030F0B on black background.


Color preview on white background

This text has color #030F0B on white background.



Black color preview on #030F0B background

This text has black color on #030F0B background.


White color preview on #030F0B background

This text has white color on #030F0B background.