COLOR #030319

HEX: #030319
RGB: (3,3,25)

Color info

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

RGB color model

#030319 color RGB value is (3,3,25).

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

RGB channels and saturation

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

3
3
25

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

Portions of RGB colors in percentages

R + G + B =
3 + 3 + 25 = 31 (100%)
R 3 of 31 ~ 9.68%
G 3 of 31 ~ 9.68%
B 25 of 31 ~ 80.65%

%9.68
%9.68
%80.65

CMYK color model

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

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

CMYK percentages

%88
%88
%0
%90.2

Codes

Color #030319 in popluar color models

030319
RGB3325
HSL240°78.57%5.49%
HSB/HSV240°88.00%9.80%
CMYK88.00%88.00%0.00%
90.20%

Color #030319 in popluar number systems.

HEX030319
Decimal3325
Binary111111001
Octal3331

Shades and tints

Shades of #030319

#030319
(3,3,25)
#030317
(3,3,23)
#030315
(3,3,21)
#030313
(3,3,19)
#030311
(3,3,17)
#03030F
(3,3,15)
#03030D
(3,3,13)
#03030B
(3,3,11)
#030309
(3,3,9)
#030307
(3,3,7)
#030305
(3,3,5)
#000000
(0,0,0)

Tints of #030319

#030319
(3,3,25)
#19192D
(25,25,45)
#2F2F41
(47,47,65)
#454555
(69,69,85)
#5B5B69
(91,91,105)
#71717D
(113,113,125)
#878791
(135,135,145)
#9D9DA5
(157,157,165)
#B3B3B9
(179,179,185)
#C9C9CD
(201,201,205)
#DFDFE1
(223,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030319; }

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

This text font color is #030319.


Background Color

.myBgColor { background-color: #030319; }

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

This div background color is #030319.


Border color

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

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

This div border color is #030319.


Opacity

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

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

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

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

This text has shadow with #030319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030319 on black background.


Color preview on white background

This text has color #030319 on white background.



Black color preview on #030319 background

This text has black color on #030319 background.


White color preview on #030319 background

This text has white color on #030319 background.