COLOR #030D19

HEX: #030D19 RGB: (3,13,25)

Color info

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

RGB color model

#030D19 color RGB value is (3,13,25).

RGB: (3,13,25) (1%, 5%, 10%)

RGB channels and saturation

R 3 of 255 = 1%
G 13 of 255 = 5%
B 25 of 255 = 10%

3
13
25

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

Portions of RGB colors in percentages

R + G + B = 3 + 13 + 25 = 41 (100%)
R 3 of 41 ~ 7.32%
G 13 of 41 ~ 31.71%
B 25 of 41 ~ 60.98'%

%31.71
%60.98

CMYK color model

#030D19 color CMYK value is (88,48,0,90).

  • cyan value is 88.00%
  • magenta value is 48.00%
  • yellow value is 0.00%
  • key color value is 90.20%

CMYK: (88,48,0,90)
C88M48Y0K90 (88%, 48%, 0%, 90%)
(0.88 / 0.48 / 0.00 / 0.90)

CMYK percentages

%88
%48
%0
%90.2

Codes

Color #030D19 in popluar color models

03 0D 19
RGB 3 13 25
HSL 213° 78.57% 5.49%
HSB/HSV 213° 88.00% 9.80%
CMYK 88.00% 48.00% 0.00%
90.20%

Color #030D19 in popluar number systems.

HEX 03 0D 19
Decimal 3 13 25
Binary 11 1101 11001
Octal 3 15 31

Shades and tints

Shades of #030D19

#030D19
(3,13,25)
#030C17
(3,12,23)
#030B15
(3,11,21)
#030A13
(3,10,19)
#030911
(3,9,17)
#03080F
(3,8,15)
#03070D
(3,7,13)
#03060B
(3,6,11)
#030509
(3,5,9)
#030407
(3,4,7)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #030D19

#030D19
(3,13,25)
#19232D
(25,35,45)
#2F3941
(47,57,65)
#454F55
(69,79,85)
#5B6569
(91,101,105)
#717B7D
(113,123,125)
#879191
(135,145,145)
#9DA7A5
(157,167,165)
#B3BDB9
(179,189,185)
#C9D3CD
(201,211,205)
#DFE9E1
(223,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030D19 color. Also use rgb(3,13,25) instead hex code.

Text Font Color

.myTextColor { color: #030D19; }

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

This text font color is #030D19.

Background Color

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

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

This div background color is #030D19.

Border color

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

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

This div border color is #030D19.

Opacity

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

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

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

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

This text has shadow with #030D19 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030D19.

Preview

Color preview on black background

This text has color #030D19 on black background.


Color preview on white background

This text has color #030D19 on white background.


Black color preview on #030D19 background

This text has black color on #030D19 background.


White color preview on #030D19 background

This text has white color on #030D19 background.


Related colors

Complementary color

Complementary color for #hex is #FCF2E6.


I love getcolorcode.com

Triadic colors

1 #19030D and #0D1903 with #030D19 are triadic colors.

2 #190D03 and #0D0319 with #030D19 are triadic colors.