COLOR #030F13

HEX: #030F13
RGB: (3,15,19)

Color info

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

RGB color model

#030F13 color RGB value is (3,15,19).

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

RGB channels and saturation

R 3 of 255 = 1%
G 15 of 255 = 6%
B 19 of 255 = 7%

3
15
19

R + G + B ~ 5%. #030F13 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 15 + 19 = 37 (100%)
R 3 of 37 ~ 8.11%
G 15 of 37 ~ 40.54%
B 19 of 37 ~ 51.35%

%40.54
%51.35

CMYK color model

#030F13 color CMYK value is (84,21,0,93).

  • cyan value is 84.21%
  • magenta value is 21.05%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(84,21,0,93)
C84M21Y0K93 
(84%,21%,0%,93%)
(0.84/0.21/0.00/0.93)	

CMYK percentages

%84.21
%21.05
%0
%92.55

Codes

Color #030F13 in popluar color models

030F13
RGB31519
HSL195°72.73%4.31%
HSB/HSV195°84.21%7.45%
CMYK84.21%21.05%0.00%
92.55%

Color #030F13 in popluar number systems.

HEX030F13
Decimal31519
Binary11111110011
Octal31723

Shades and tints

Shades of #030F13

#030F13
(3,15,19)
#030E12
(3,14,18)
#030D11
(3,13,17)
#030C10
(3,12,16)
#030B0F
(3,11,15)
#030A0E
(3,10,14)
#03090D
(3,9,13)
#03080C
(3,8,12)
#03070B
(3,7,11)
#03060A
(3,6,10)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #030F13

#030F13
(3,15,19)
#192428
(25,36,40)
#2F393D
(47,57,61)
#454E52
(69,78,82)
#5B6367
(91,99,103)
#71787C
(113,120,124)
#878D91
(135,141,145)
#9DA2A6
(157,162,166)
#B3B7BB
(179,183,187)
#C9CCD0
(201,204,208)
#DFE1E5
(223,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030F13; }

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

This text font color is #030F13.


Background Color

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

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

This div background color is #030F13.


Border color

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

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

This div border color is #030F13.


Opacity

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

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

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

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

This text has shadow with #030F13 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030F13 on black background.


Color preview on white background

This text has color #030F13 on white background.



Black color preview on #030F13 background

This text has black color on #030F13 background.


White color preview on #030F13 background

This text has white color on #030F13 background.