COLOR #03030B

HEX: #03030B
RGB: (3,3,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

3
3
11

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

Portions of RGB colors in percentages

R + G + B =
3 + 3 + 11 = 17 (100%)
R 3 of 17 ~ 17.65%
G 3 of 17 ~ 17.65%
B 11 of 17 ~ 64.71%

%17.65
%17.65
%64.71

CMYK color model

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

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

CMYK percentages

%72.73
%72.73
%0
%95.69

Codes

Color #03030B in popluar color models

03030B
RGB3311
HSL240°57.14%2.75%
HSB/HSV240°72.73%4.31%
CMYK72.73%72.73%0.00%
95.69%

Color #03030B in popluar number systems.

HEX03030B
Decimal3311
Binary11111011
Octal3313

Shades and tints

Shades of #03030B

#03030B
(3,3,11)
#03030A
(3,3,10)
#030309
(3,3,9)
#030308
(3,3,8)
#030307
(3,3,7)
#030306
(3,3,6)
#030305
(3,3,5)
#030304
(3,3,4)
#030303
(3,3,3)
#030302
(3,3,2)
#030301
(3,3,1)
#000000
(0,0,0)

Tints of #03030B

#03030B
(3,3,11)
#191921
(25,25,33)
#2F2F37
(47,47,55)
#45454D
(69,69,77)
#5B5B63
(91,91,99)
#717179
(113,113,121)
#87878F
(135,135,143)
#9D9DA5
(157,157,165)
#B3B3BB
(179,179,187)
#C9C9D1
(201,201,209)
#DFDFE7
(223,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #03030B; }

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

This text font color is #03030B.


Background Color

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

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

This div background color is #03030B.


Border color

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

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

This div border color is #03030B.


Opacity

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

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

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

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

This text has shadow with #03030B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03030B on black background.


Color preview on white background

This text has color #03030B on white background.



Black color preview on #03030B background

This text has black color on #03030B background.


White color preview on #03030B background

This text has white color on #03030B background.