COLOR #030205

HEX: #030205 RGB: (3,2,5)

Color info

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

RGB color model

#030205 color RGB value is (3,2,5).

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

RGB channels and saturation

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

3
2
5

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

Portions of RGB colors in percentages

R + G + B = 3 + 2 + 5 = 10 (100%)
R 3 of 10 ~ 30%
G 2 of 10 ~ 20%
B 5 of 10 ~ 50'%

%30
%20
%50

CMYK color model

#030205 color CMYK value is (40,60,0,98).

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

CMYK: (40,60,0,98)
C40M60Y0K98 (40%, 60%, 0%, 98%)
(0.40 / 0.60 / 0.00 / 0.98)

CMYK percentages

%40
%60
%0
%98.04

Codes

Color #030205 in popluar color models

03 02 05
RGB 3 2 5
HSL 260° 42.86% 1.37%
HSB/HSV 260° 60.00% 1.96%
CMYK 40.00% 60.00% 0.00%
98.04%

Color #030205 in popluar number systems.

HEX 03 02 05
Decimal 3 2 5
Binary 11 10 101
Octal 3 2 5

Shades and tints

Tints of #030205

#030205
(3,2,5)
#19191B
(25,25,27)
#2F3031
(47,48,49)
#454747
(69,71,71)
#5B5E5D
(91,94,93)
#717573
(113,117,115)
#878C89
(135,140,137)
#9DA39F
(157,163,159)
#B3BAB5
(179,186,181)
#C9D1CB
(201,209,203)
#DFE8E1
(223,232,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030205; }

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

This text font color is #030205.

Background Color

.myBgColor { background-color: #030205; }

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

This div background color is #030205.

Border color

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

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

This div border color is #030205.

Opacity

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

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

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

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

This text has shadow with #030205 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030205.

Preview

Color preview on black background

This text has color #030205 on black background.


Color preview on white background

This text has color #030205 on white background.


Black color preview on #030205 background

This text has black color on #030205 background.


White color preview on #030205 background

This text has white color on #030205 background.


Related colors

Complementary color

Complementary color for #hex is #FCFDFA.


I love getcolorcode.com

Triadic colors

1 #050302 and #020503 with #030205 are triadic colors.

2 #050203 and #020305 with #030205 are triadic colors.