COLOR #030413

HEX: #030413 RGB: (3,4,19)

Color info

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

RGB color model

#030413 color RGB value is (3,4,19).

RGB: (3,4,19) (1%, 2%, 7%)

RGB channels and saturation

R 3 of 255 = 1%
G 4 of 255 = 2%
B 19 of 255 = 7%

3
4
19

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

Portions of RGB colors in percentages

R + G + B = 3 + 4 + 19 = 26 (100%)
R 3 of 26 ~ 11.54%
G 4 of 26 ~ 15.38%
B 19 of 26 ~ 73.08'%

%11.54
%15.38
%73.08

CMYK color model

#030413 color CMYK value is (84,79,0,93).

  • cyan value is 84.21%
  • magenta value is 78.95%
  • yellow value is 0.00%
  • key color value is 92.55%

CMYK: (84,79,0,93)
C84M79Y0K93 (84%, 79%, 0%, 93%)
(0.84 / 0.79 / 0.00 / 0.93)

CMYK percentages

%84.21
%78.95
%0
%92.55

Codes

Color #030413 in popluar color models

03 04 13
RGB 3 4 19
HSL 236° 72.73% 4.31%
HSB/HSV 236° 84.21% 7.45%
CMYK 84.21% 78.95% 0.00%
92.55%

Color #030413 in popluar number systems.

HEX 03 04 13
Decimal 3 4 19
Binary 11 100 10011
Octal 3 4 23

Shades and tints

Shades of #030413

#030413
(3,4,19)
#030412
(3,4,18)
#030411
(3,4,17)
#030410
(3,4,16)
#03040F
(3,4,15)
#03040E
(3,4,14)
#03040D
(3,4,13)
#03040C
(3,4,12)
#03040B
(3,4,11)
#03040A
(3,4,10)
#030409
(3,4,9)
#000000
(0,0,0)

Tints of #030413

#030413
(3,4,19)
#191A28
(25,26,40)
#2F303D
(47,48,61)
#454652
(69,70,82)
#5B5C67
(91,92,103)
#71727C
(113,114,124)
#878891
(135,136,145)
#9D9EA6
(157,158,166)
#B3B4BB
(179,180,187)
#C9CAD0
(201,202,208)
#DFE0E5
(223,224,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030413; }

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

This text font color is #030413.

Background Color

.myBgColor { background-color: #030413; }

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

This div background color is #030413.

Border color

.myBorderColor { border: 1px solid #030413; }

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

This div border color is #030413.

Opacity

.myOpacity80 { color: #030413; opacity: 0.8; }

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

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

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

This text has shadow with #030413 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030413.

Preview

Color preview on black background

This text has color #030413 on black background.


Color preview on white background

This text has color #030413 on white background.


Black color preview on #030413 background

This text has black color on #030413 background.


White color preview on #030413 background

This text has white color on #030413 background.


Related colors

Complementary color

Complementary color for #hex is #FCFBEC.


I love getcolorcode.com

Triadic colors

1 #130304 and #041303 with #030413 are triadic colors.

2 #130403 and #040313 with #030413 are triadic colors.