COLOR #030412

HEX: #030412 RGB: (3,4,18)

Color info

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

RGB color model

#030412 color RGB value is (3,4,18).

RGB: (3,4,18) (1%, 2%, 7%)

RGB channels and saturation

R 3 of 255 = 1%
G 4 of 255 = 2%
B 18 of 255 = 7%

3
4
18

R + G + B ~ 3%. #030412 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 4 + 18 = 25 (100%)
R 3 of 25 ~ 12%
G 4 of 25 ~ 16%
B 18 of 25 ~ 72'%

%12
%16
%72

CMYK color model

#030412 color CMYK value is (83,78,0,93).

  • cyan value is 83.33%
  • magenta value is 77.78%
  • yellow value is 0.00%
  • key color value is 92.94%

CMYK: (83,78,0,93)
C83M78Y0K93 (83%, 78%, 0%, 93%)
(0.83 / 0.78 / 0.00 / 0.93)

CMYK percentages

%83.33
%77.78
%0
%92.94

Codes

Color #030412 in popluar color models

03 04 12
RGB 3 4 18
HSL 236° 71.43% 4.12%
HSB/HSV 236° 83.33% 7.06%
CMYK 83.33% 77.78% 0.00%
92.94%

Color #030412 in popluar number systems.

HEX 03 04 12
Decimal 3 4 18
Binary 11 100 10010
Octal 3 4 22

Shades and tints

Shades of #030412

#030412
(3,4,18)
#030411
(3,4,17)
#030410
(3,4,16)
#03040F
(3,4,15)
#03040E
(3,4,14)
#03040D
(3,4,13)
#03040C
(3,4,12)
#03040B
(3,4,11)
#03040A
(3,4,10)
#030409
(3,4,9)
#030408
(3,4,8)
#000000
(0,0,0)

Tints of #030412

#030412
(3,4,18)
#191A27
(25,26,39)
#2F303C
(47,48,60)
#454651
(69,70,81)
#5B5C66
(91,92,102)
#71727B
(113,114,123)
#878890
(135,136,144)
#9D9EA5
(157,158,165)
#B3B4BA
(179,180,186)
#C9CACF
(201,202,207)
#DFE0E4
(223,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030412; }

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

This text font color is #030412.

Background Color

.myBgColor { background-color: #030412; }

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

This div background color is #030412.

Border color

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

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

This div border color is #030412.

Opacity

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

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

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

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

This text has shadow with #030412 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030412.

Preview

Color preview on black background

This text has color #030412 on black background.


Color preview on white background

This text has color #030412 on white background.


Black color preview on #030412 background

This text has black color on #030412 background.


White color preview on #030412 background

This text has white color on #030412 background.


Related colors

Complementary color

Complementary color for #hex is #FCFBED.


I love getcolorcode.com

Triadic colors

1 #120304 and #041203 with #030412 are triadic colors.

2 #120403 and #040312 with #030412 are triadic colors.