COLOR #030005

HEX: #030005 RGB: (3,0,5)

Color info

#030005 contains only red and blue colors. Web safe color of #030005 is #000000 (or #000).

RGB color model

#030005 color RGB value is (3,0,5).

RGB: (3,0,5) (1%, 0%, 2%)

RGB channels and saturation

R 3 of 255 = 1%
G 0 of 255 = 0%
B 5 of 255 = 2%

3
0
5

R + G + B ~ 1%. #030005 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 0 + 5 = 8 (100%)
R 3 of 8 ~ 37.5%
G 0 of 8 ~ 0%
B 5 of 8 ~ 62.5'%

%37.5
%62.5

CMYK color model

#030005 color CMYK value is (40,100,0,98).

  • cyan value is 40.00%
  • magenta value is 100.00%
  • yellow value is 0.00%
  • key color value is 98.04%

CMYK: (40,100,0,98)
C40M100Y0K98 (40%, 100%, 0%, 98%)
(0.40 / 1.00 / 0.00 / 0.98)

CMYK percentages

%40
%100
%0
%98.04

Codes

Color #030005 in popluar color models

03 00 05
RGB 3 0 5
HSL 276° 100.00% 0.98%
HSB/HSV 276° 100.00% 1.96%
CMYK 40.00% 100.00% 0.00%
98.04%

Color #030005 in popluar number systems.

HEX 03 00 05
Decimal 3 0 5
Binary 11 0 101
Octal 3 0 5

Shades and tints

Tints of #030005

#030005
(3,0,5)
#19171B
(25,23,27)
#2F2E31
(47,46,49)
#454547
(69,69,71)
#5B5C5D
(91,92,93)
#717373
(113,115,115)
#878A89
(135,138,137)
#9DA19F
(157,161,159)
#B3B8B5
(179,184,181)
#C9CFCB
(201,207,203)
#DFE6E1
(223,230,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030005; }

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

This text font color is #030005.

Background Color

.myBgColor { background-color: #030005; }

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

This div background color is #030005.

Border color

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

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

This div border color is #030005.

Opacity

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

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

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

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

This text has shadow with #030005 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030005.

Preview

Color preview on black background

This text has color #030005 on black background.


Color preview on white background

This text has color #030005 on white background.


Black color preview on #030005 background

This text has black color on #030005 background.


White color preview on #030005 background

This text has white color on #030005 background.


Related colors

Complementary color

Complementary color for #hex is #FCFFFA.


I love getcolorcode.com

Triadic colors

1 #050300 and #000503 with #030005 are triadic colors.

2 #050003 and #000305 with #030005 are triadic colors.