COLOR #030213

HEX: #030213
RGB: (3,2,19)

Color info

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

RGB color model

#030213 color RGB value is (3,2,19).

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

RGB channels and saturation

R 3 of 255 = 1%
G 2 of 255 = 1%
B 19 of 255 = 7%

3
2
19

R + G + B ~ 3%. #030213 is dark color.

Portions of RGB colors in percentages

R + G + B =
3 + 2 + 19 = 24 (100%)
R 3 of 24 ~ 12.5%
G 2 of 24 ~ 8.33%
B 19 of 24 ~ 79.17%

%12.5
%79.17

CMYK color model

#030213 color CMYK value is (84,89,0,93).

  • cyan value is 84.21%
  • magenta value is 89.47%
  • yellow value is 0.00%
  • key color value is 92.55%
CMYK:
(84,89,0,93)
C84M89Y0K93 
(84%,89%,0%,93%)
(0.84/0.89/0.00/0.93)	

CMYK percentages

%84.21
%89.47
%0
%92.55

Codes

Color #030213 in popluar color models

030213
RGB3219
HSL244°80.95%4.12%
HSB/HSV244°89.47%7.45%
CMYK84.21%89.47%0.00%
92.55%

Color #030213 in popluar number systems.

HEX030213
Decimal3219
Binary111010011
Octal3223

Shades and tints

Shades of #030213

#030213
(3,2,19)
#030212
(3,2,18)
#030211
(3,2,17)
#030210
(3,2,16)
#03020F
(3,2,15)
#03020E
(3,2,14)
#03020D
(3,2,13)
#03020C
(3,2,12)
#03020B
(3,2,11)
#03020A
(3,2,10)
#030209
(3,2,9)
#000000
(0,0,0)

Tints of #030213

#030213
(3,2,19)
#191928
(25,25,40)
#2F303D
(47,48,61)
#454752
(69,71,82)
#5B5E67
(91,94,103)
#71757C
(113,117,124)
#878C91
(135,140,145)
#9DA3A6
(157,163,166)
#B3BABB
(179,186,187)
#C9D1D0
(201,209,208)
#DFE8E5
(223,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030213 color. Also use rgb(3,2,19) instead hex code.

Text Font Color

.myTextColor { color: #030213; }

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

This text font color is #030213.


Background Color

.myBgColor { background-color: #030213; }

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

This div background color is #030213.


Border color

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

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

This div border color is #030213.


Opacity

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

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

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

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

This text has shadow with #030213 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #030213 on black background.


Color preview on white background

This text has color #030213 on white background.



Black color preview on #030213 background

This text has black color on #030213 background.


White color preview on #030213 background

This text has white color on #030213 background.