COLOR #030F09

HEX: #030F09 RGB: (3,15,9)

Color info

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

RGB color model

#030F09 color RGB value is (3,15,9).

RGB: (3,15,9) (1%, 6%, 4%)

RGB channels and saturation

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

3
15
9

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

Portions of RGB colors in percentages

R + G + B = 3 + 15 + 9 = 27 (100%)
R 3 of 27 ~ 11.11%
G 15 of 27 ~ 55.56%
B 9 of 27 ~ 33.33'%

%11.11
%55.56
%33.33

CMYK color model

#030F09 color CMYK value is (80,0,40,94).

  • cyan value is 80.00%
  • magenta value is 0.00%
  • yellow value is 40.00%
  • key color value is 94.12%

CMYK: (80,0,40,94)
C80M0Y40K94 (80%, 0%, 40%, 94%)
(0.80 / 0.00 / 0.40 / 0.94)

CMYK percentages

%80
%0
%40
%94.12

Codes

Color #030F09 in popluar color models

03 0F 09
RGB 3 15 9
HSL 150° 66.67% 3.53%
HSB/HSV 150° 80.00% 5.88%
CMYK 80.00% 0.00% 40.00%
94.12%

Color #030F09 in popluar number systems.

HEX 03 0F 09
Decimal 3 15 9
Binary 11 1111 1001
Octal 3 17 11

Shades and tints

Shades of #030F09

#030F09
(3,15,9)
#030E09
(3,14,9)
#030D09
(3,13,9)
#030C09
(3,12,9)
#030B09
(3,11,9)
#030A09
(3,10,9)
#030909
(3,9,9)
#030809
(3,8,9)
#030709
(3,7,9)
#030609
(3,6,9)
#030509
(3,5,9)
#000000
(0,0,0)

Tints of #030F09

#030F09
(3,15,9)
#19241F
(25,36,31)
#2F3935
(47,57,53)
#454E4B
(69,78,75)
#5B6361
(91,99,97)
#717877
(113,120,119)
#878D8D
(135,141,141)
#9DA2A3
(157,162,163)
#B3B7B9
(179,183,185)
#C9CCCF
(201,204,207)
#DFE1E5
(223,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030F09; }

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

This text font color is #030F09.

Background Color

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

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

This div background color is #030F09.

Border color

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

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

This div border color is #030F09.

Opacity

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

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

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

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

This text has shadow with #030F09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030F09.

Preview

Color preview on black background

This text has color #030F09 on black background.


Color preview on white background

This text has color #030F09 on white background.


Black color preview on #030F09 background

This text has black color on #030F09 background.


White color preview on #030F09 background

This text has white color on #030F09 background.


Related colors

Complementary color

Complementary color for #hex is #FCF0F6.


I love getcolorcode.com

Triadic colors

1 #09030F and #0F0903 with #030F09 are triadic colors.

2 #090F03 and #0F0309 with #030F09 are triadic colors.