COLOR #030309

HEX: #030309
RGB: (3,3,9)

Color info

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

RGB color model

#030309 color RGB value is (3,3,9).

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

RGB channels and saturation

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

3
3
9

R + G + B ~ 2%. #030309 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 3 + 9 = 15 (100%)
R 3 of 15 ~ 20%
G 3 of 15 ~ 20%
B 9 of 15 ~ 60%

%20
%20
%60

CMYK color model

#030309 color CMYK value is (67,67,0,96).

  • cyan value is 66.67%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 96.47%
CMYK:
(67,67,0,96)
C67M67Y0K96 
(67%,67%,0%,96%)
(0.67/0.67/0.00/0.96)	

CMYK percentages

%66.67
%66.67
%0
%96.47

Codes

Color #030309 in popluar color models

030309
RGB339
HSL240°50.00%2.35%
HSB/HSV240°66.67%3.53%
CMYK66.67%66.67%0.00%
96.47%

Color #030309 in popluar number systems.

HEX030309
Decimal339
Binary11111001
Octal3311

Shades and tints

Tints of #030309

#030309
(3,3,9)
#19191F
(25,25,31)
#2F2F35
(47,47,53)
#45454B
(69,69,75)
#5B5B61
(91,91,97)
#717177
(113,113,119)
#87878D
(135,135,141)
#9D9DA3
(157,157,163)
#B3B3B9
(179,179,185)
#C9C9CF
(201,201,207)
#DFDFE5
(223,223,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030309; }

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

This text font color is #030309.


Background Color

.myBgColor { background-color: #030309; }

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

This div background color is #030309.


Border color

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

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

This div border color is #030309.


Opacity

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

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

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

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

This text has shadow with #030309 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030309 on black background.


Color preview on white background

This text has color #030309 on white background.



Black color preview on #030309 background

This text has black color on #030309 background.


White color preview on #030309 background

This text has white color on #030309 background.