COLOR #030C16

HEX: #030C16
RGB: (3,12,22)

Color info

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

RGB color model

#030C16 color RGB value is (3,12,22).

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

RGB channels and saturation

R 3 of 255 = 1%
G 12 of 255 = 5%
B 22 of 255 = 9%

3
12
22

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

Portions of RGB colors in percentages

R + G + B =
3 + 12 + 22 = 37 (100%)
R 3 of 37 ~ 8.11%
G 12 of 37 ~ 32.43%
B 22 of 37 ~ 59.46%

%32.43
%59.46

CMYK color model

#030C16 color CMYK value is (86,45,0,91).

  • cyan value is 86.36%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 91.37%
CMYK:
(86,45,0,91)
C86M45Y0K91 
(86%,45%,0%,91%)
(0.86/0.45/0.00/0.91)	

CMYK percentages

%86.36
%45.45
%0
%91.37

Codes

Color #030C16 in popluar color models

030C16
RGB31222
HSL212°76.00%4.90%
HSB/HSV212°86.36%8.63%
CMYK86.36%45.45%0.00%
91.37%

Color #030C16 in popluar number systems.

HEX030C16
Decimal31222
Binary11110010110
Octal31426

Shades and tints

Shades of #030C16

#030C16
(3,12,22)
#030B14
(3,11,20)
#030A12
(3,10,18)
#030910
(3,9,16)
#03080E
(3,8,14)
#03070C
(3,7,12)
#03060A
(3,6,10)
#030508
(3,5,8)
#030406
(3,4,6)
#030304
(3,3,4)
#030202
(3,2,2)
#000000
(0,0,0)

Tints of #030C16

#030C16
(3,12,22)
#19222B
(25,34,43)
#2F3840
(47,56,64)
#454E55
(69,78,85)
#5B646A
(91,100,106)
#717A7F
(113,122,127)
#879094
(135,144,148)
#9DA6A9
(157,166,169)
#B3BCBE
(179,188,190)
#C9D2D3
(201,210,211)
#DFE8E8
(223,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030C16; }

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

This text font color is #030C16.


Background Color

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

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

This div background color is #030C16.


Border color

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

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

This div border color is #030C16.


Opacity

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

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

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

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

This text has shadow with #030C16 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030C16 on black background.


Color preview on white background

This text has color #030C16 on white background.



Black color preview on #030C16 background

This text has black color on #030C16 background.


White color preview on #030C16 background

This text has white color on #030C16 background.