COLOR #030106

HEX: #030106
RGB: (3,1,6)

Color info

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

RGB color model

#030106 color RGB value is (3,1,6).

  • red value is 3;
  • green value is 1;
  • blue value is 6.
RGB:
(3,1,6)
(1%,0%,2%)

RGB channels and saturation

R 3 of 255 = 1%
G 1 of 255 = 0%
B 6 of 255 = 2%

3
1
6

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

Portions of RGB colors in percentages

R + G + B =
3 + 1 + 6 = 10 (100%)
R 3 of 10 ~ 30%
G 1 of 10 ~ 10%
B 6 of 10 ~ 60%

%30
%10
%60

CMYK color model

#030106 color CMYK value is (50,83,0,98).

  • cyan value is 50.00%
  • magenta value is 83.33%
  • yellow value is 0.00%
  • key color value is 97.65%
CMYK:
(50,83,0,98)
C50M83Y0K98 
(50%,83%,0%,98%)
(0.50/0.83/0.00/0.98)	

CMYK percentages

%50
%83.33
%0
%97.65

Codes

Color #030106 in popluar color models

030106
RGB316
HSL264°71.43%1.37%
HSB/HSV264°83.33%2.35%
CMYK50.00%83.33%0.00%
97.65%

Color #030106 in popluar number systems.

HEX030106
Decimal316
Binary111110
Octal316

Shades and tints

Tints of #030106

#030106
(3,1,6)
#19181C
(25,24,28)
#2F2F32
(47,47,50)
#454648
(69,70,72)
#5B5D5E
(91,93,94)
#717474
(113,116,116)
#878B8A
(135,139,138)
#9DA2A0
(157,162,160)
#B3B9B6
(179,185,182)
#C9D0CC
(201,208,204)
#DFE7E2
(223,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030106 color. Also use rgb(3,1,6) instead hex code.

Text Font Color

.myTextColor { color: #030106; }

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

This text font color is #030106.


Background Color

.myBgColor { background-color: #030106; }

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

This div background color is #030106.


Border color

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

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

This div border color is #030106.


Opacity

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

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

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

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

This text has shadow with #030106 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030106 on black background.


Color preview on white background

This text has color #030106 on white background.



Black color preview on #030106 background

This text has black color on #030106 background.


White color preview on #030106 background

This text has white color on #030106 background.