COLOR #030619

HEX: #030619
RGB: (3,6,25)

Color info

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

RGB color model

#030619 color RGB value is (3,6,25).

  • red value is 3;
  • green value is 6;
  • blue value is 25.
RGB:
(3,6,25)
(1%,2%,10%)

RGB channels and saturation

R 3 of 255 = 1%
G 6 of 255 = 2%
B 25 of 255 = 10%

3
6
25

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

Portions of RGB colors in percentages

R + G + B =
3 + 6 + 25 = 34 (100%)
R 3 of 34 ~ 8.82%
G 6 of 34 ~ 17.65%
B 25 of 34 ~ 73.53%

%17.65
%73.53

CMYK color model

#030619 color CMYK value is (88,76,0,90).

  • cyan value is 88.00%
  • magenta value is 76.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(88,76,0,90)
C88M76Y0K90 
(88%,76%,0%,90%)
(0.88/0.76/0.00/0.90)	

CMYK percentages

%88
%76
%0
%90.2

Codes

Color #030619 in popluar color models

030619
RGB3625
HSL232°78.57%5.49%
HSB/HSV232°88.00%9.80%
CMYK88.00%76.00%0.00%
90.20%

Color #030619 in popluar number systems.

HEX030619
Decimal3625
Binary1111011001
Octal3631

Shades and tints

Shades of #030619

#030619
(3,6,25)
#030617
(3,6,23)
#030615
(3,6,21)
#030613
(3,6,19)
#030611
(3,6,17)
#03060F
(3,6,15)
#03060D
(3,6,13)
#03060B
(3,6,11)
#030609
(3,6,9)
#030607
(3,6,7)
#030605
(3,6,5)
#000000
(0,0,0)

Tints of #030619

#030619
(3,6,25)
#191C2D
(25,28,45)
#2F3241
(47,50,65)
#454855
(69,72,85)
#5B5E69
(91,94,105)
#71747D
(113,116,125)
#878A91
(135,138,145)
#9DA0A5
(157,160,165)
#B3B6B9
(179,182,185)
#C9CCCD
(201,204,205)
#DFE2E1
(223,226,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030619; }

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

This text font color is #030619.


Background Color

.myBgColor { background-color: #030619; }

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

This div background color is #030619.


Border color

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

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

This div border color is #030619.


Opacity

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

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

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

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

This text has shadow with #030619 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030619 on black background.


Color preview on white background

This text has color #030619 on white background.



Black color preview on #030619 background

This text has black color on #030619 background.


White color preview on #030619 background

This text has white color on #030619 background.