COLOR #030C1D

HEX: #030C1D
RGB: (3,12,29)

Color info

#030C1D contains red, green and blue colors in about the same proportion. Web safe color of #030C1D is #000033 (or #003).

RGB color model

#030C1D color RGB value is (3,12,29).

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

RGB channels and saturation

R 3 of 255 = 1%
G 12 of 255 = 5%
B 29 of 255 = 11%

3
12
29

R + G + B ~ 6%. #030C1D is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 12 + 29 = 44 (100%)
R 3 of 44 ~ 6.82%
G 12 of 44 ~ 27.27%
B 29 of 44 ~ 65.91%

%27.27
%65.91

CMYK color model

#030C1D color CMYK value is (90,59,0,89).

  • cyan value is 89.66%
  • magenta value is 58.62%
  • yellow value is 0.00%
  • key color value is 88.63%
CMYK:
(90,59,0,89)
C90M59Y0K89 
(90%,59%,0%,89%)
(0.90/0.59/0.00/0.89)	

CMYK percentages

%89.66
%58.62
%0
%88.63

Codes

Color #030C1D in popluar color models

030C1D
RGB31229
HSL219°81.25%6.27%
HSB/HSV219°89.66%11.37%
CMYK89.66%58.62%0.00%
88.63%

Color #030C1D in popluar number systems.

HEX030C1D
Decimal31229
Binary11110011101
Octal31435

Shades and tints

Shades of #030C1D

#030C1D
(3,12,29)
#030B1B
(3,11,27)
#030A19
(3,10,25)
#030917
(3,9,23)
#030815
(3,8,21)
#030713
(3,7,19)
#030611
(3,6,17)
#03050F
(3,5,15)
#03040D
(3,4,13)
#03030B
(3,3,11)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #030C1D

#030C1D
(3,12,29)
#192231
(25,34,49)
#2F3845
(47,56,69)
#454E59
(69,78,89)
#5B646D
(91,100,109)
#717A81
(113,122,129)
#879095
(135,144,149)
#9DA6A9
(157,166,169)
#B3BCBD
(179,188,189)
#C9D2D1
(201,210,209)
#DFE8E5
(223,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #030C1D; }

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

This text font color is #030C1D.


Background Color

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

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

This div background color is #030C1D.


Border color

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

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

This div border color is #030C1D.


Opacity

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

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

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

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

This text has shadow with #030C1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030C1D on black background.


Color preview on white background

This text has color #030C1D on white background.



Black color preview on #030C1D background

This text has black color on #030C1D background.


White color preview on #030C1D background

This text has white color on #030C1D background.