COLOR #03050B

HEX: #03050B
RGB: (3,5,11)

Color info

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

RGB color model

#03050B color RGB value is (3,5,11).

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

RGB channels and saturation

R 3 of 255 = 1%
G 5 of 255 = 2%
B 11 of 255 = 4%

3
5
11

R + G + B ~ 2%. #03050B is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 5 + 11 = 19 (100%)
R 3 of 19 ~ 15.79%
G 5 of 19 ~ 26.32%
B 11 of 19 ~ 57.89%

%15.79
%26.32
%57.89

CMYK color model

#03050B color CMYK value is (73,55,0,96).

  • cyan value is 72.73%
  • magenta value is 54.55%
  • yellow value is 0.00%
  • key color value is 95.69%
CMYK:
(73,55,0,96)
C73M55Y0K96 
(73%,55%,0%,96%)
(0.73/0.55/0.00/0.96)	

CMYK percentages

%72.73
%54.55
%0
%95.69

Codes

Color #03050B in popluar color models

03050B
RGB3511
HSL225°57.14%2.75%
HSB/HSV225°72.73%4.31%
CMYK72.73%54.55%0.00%
95.69%

Color #03050B in popluar number systems.

HEX03050B
Decimal3511
Binary111011011
Octal3513

Shades and tints

Shades of #03050B

#03050B
(3,5,11)
#03050A
(3,5,10)
#030509
(3,5,9)
#030508
(3,5,8)
#030507
(3,5,7)
#030506
(3,5,6)
#030505
(3,5,5)
#030504
(3,5,4)
#030503
(3,5,3)
#030502
(3,5,2)
#030501
(3,5,1)
#000000
(0,0,0)

Tints of #03050B

#03050B
(3,5,11)
#191B21
(25,27,33)
#2F3137
(47,49,55)
#45474D
(69,71,77)
#5B5D63
(91,93,99)
#717379
(113,115,121)
#87898F
(135,137,143)
#9D9FA5
(157,159,165)
#B3B5BB
(179,181,187)
#C9CBD1
(201,203,209)
#DFE1E7
(223,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03050B color. Also use rgb(3,5,11) instead hex code.

Text Font Color

.myTextColor { color: #03050B; }

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

This text font color is #03050B.


Background Color

.myBgColor { background-color: #03050B; }

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

This div background color is #03050B.


Border color

.myBorderColor { border: 1px solid #03050B; }

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

This div border color is #03050B.


Opacity

.myOpacity80 { color: #03050B; opacity: 0.8; }

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

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

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

This text has shadow with #03050B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03050B on black background.


Color preview on white background

This text has color #03050B on white background.



Black color preview on #03050B background

This text has black color on #03050B background.


White color preview on #03050B background

This text has white color on #03050B background.