COLOR #030C15

HEX: #030C15 RGB: (3,12,21)

Color info

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

RGB color model

#030C15 color RGB value is (3,12,21).

RGB: (3,12,21) (1%, 5%, 8%)

RGB channels and saturation

R 3 of 255 = 1%
G 12 of 255 = 5%
B 21 of 255 = 8%

3
12
21

R + G + B ~ 5%. #030C15 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 12 + 21 = 36 (100%)
R 3 of 36 ~ 8.33%
G 12 of 36 ~ 33.33%
B 21 of 36 ~ 58.33'%

%33.33
%58.33

CMYK color model

#030C15 color CMYK value is (86,43,0,92).

  • cyan value is 85.71%
  • magenta value is 42.86%
  • yellow value is 0.00%
  • key color value is 91.76%

CMYK: (86,43,0,92)
C86M43Y0K92 (86%, 43%, 0%, 92%)
(0.86 / 0.43 / 0.00 / 0.92)

CMYK percentages

%85.71
%42.86
%0
%91.76

Codes

Color #030C15 in popluar color models

03 0C 15
RGB 3 12 21
HSL 210° 75.00% 4.71%
HSB/HSV 210° 85.71% 8.24%
CMYK 85.71% 42.86% 0.00%
91.76%

Color #030C15 in popluar number systems.

HEX 03 0C 15
Decimal 3 12 21
Binary 11 1100 10101
Octal 3 14 25

Shades and tints

Shades of #030C15

#030C15
(3,12,21)
#030B14
(3,11,20)
#030A13
(3,10,19)
#030912
(3,9,18)
#030811
(3,8,17)
#030710
(3,7,16)
#03060F
(3,6,15)
#03050E
(3,5,14)
#03040D
(3,4,13)
#03030C
(3,3,12)
#03020B
(3,2,11)
#000000
(0,0,0)

Tints of #030C15

#030C15
(3,12,21)
#19222A
(25,34,42)
#2F383F
(47,56,63)
#454E54
(69,78,84)
#5B6469
(91,100,105)
#717A7E
(113,122,126)
#879093
(135,144,147)
#9DA6A8
(157,166,168)
#B3BCBD
(179,188,189)
#C9D2D2
(201,210,210)
#DFE8E7
(223,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030C15 color. Also use rgb(3,12,21) instead hex code.

Text Font Color

.myTextColor { color: #030C15; }

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

This text font color is #030C15.

Background Color

.myBgColor { background-color: #030C15; }

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

This div background color is #030C15.

Border color

.myBorderColor { border: 1px solid #030C15; }

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

This div border color is #030C15.

Opacity

.myOpacity80 { color: #030C15; opacity: 0.8; }

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

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

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

This text has shadow with #030C15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #030C15.

Preview

Color preview on black background

This text has color #030C15 on black background.


Color preview on white background

This text has color #030C15 on white background.


Black color preview on #030C15 background

This text has black color on #030C15 background.


White color preview on #030C15 background

This text has white color on #030C15 background.


Related colors

Complementary color

Complementary color for #hex is #FCF3EA.


I love getcolorcode.com

Triadic colors

1 #15030C and #0C1503 with #030C15 are triadic colors.

2 #150C03 and #0C0315 with #030C15 are triadic colors.