COLOR #030E09

HEX: #030E09 RGB: (3,14,9)

Color info

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

RGB color model

#030E09 color RGB value is (3,14,9).

RGB: (3,14,9) (1%, 5%, 4%)

RGB channels and saturation

R 3 of 255 = 1%
G 14 of 255 = 5%
B 9 of 255 = 4%

3
14
9

R + G + B ~ 3%. #030E09 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 14 + 9 = 26 (100%)
R 3 of 26 ~ 11.54%
G 14 of 26 ~ 53.85%
B 9 of 26 ~ 34.62'%

%11.54
%53.85
%34.62

CMYK color model

#030E09 color CMYK value is (79,0,36,95).

  • cyan value is 78.57%
  • magenta value is 0.00%
  • yellow value is 35.71%
  • key color value is 94.51%

CMYK: (79,0,36,95)
C79M0Y36K95 (79%, 0%, 36%, 95%)
(0.79 / 0.00 / 0.36 / 0.95)

CMYK percentages

%78.57
%0
%35.71
%94.51

Codes

Color #030E09 in popluar color models

03 0E 09
RGB 3 14 9
HSL 153° 64.71% 3.33%
HSB/HSV 153° 78.57% 5.49%
CMYK 78.57% 0.00% 35.71%
94.51%

Color #030E09 in popluar number systems.

HEX 03 0E 09
Decimal 3 14 9
Binary 11 1110 1001
Octal 3 16 11

Shades and tints

Shades of #030E09

#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)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #030E09

#030E09
(3,14,9)
#19231F
(25,35,31)
#2F3835
(47,56,53)
#454D4B
(69,77,75)
#5B6261
(91,98,97)
#717777
(113,119,119)
#878C8D
(135,140,141)
#9DA1A3
(157,161,163)
#B3B6B9
(179,182,185)
#C9CBCF
(201,203,207)
#DFE0E5
(223,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030E09; }

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

This text font color is #030E09.

Background Color

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

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

This div background color is #030E09.

Border color

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

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

This div border color is #030E09.

Opacity

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

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

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

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

This text has shadow with #030E09 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030E09.

Preview

Color preview on black background

This text has color #030E09 on black background.


Color preview on white background

This text has color #030E09 on white background.


Black color preview on #030E09 background

This text has black color on #030E09 background.


White color preview on #030E09 background

This text has white color on #030E09 background.


Related colors

Complementary color

Complementary color for #hex is #FCF1F6.


I love getcolorcode.com

Triadic colors

1 #09030E and #0E0903 with #030E09 are triadic colors.

2 #090E03 and #0E0309 with #030E09 are triadic colors.