COLOR #090319

HEX: #090319
RGB: (9,3,25)

Color info

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

RGB color model

#090319 color RGB value is (9,3,25).

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

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 25 of 255 = 10%

9
3
25

R + G + B ~ 5%. #090319 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 25 = 37 (100%)
R 9 of 37 ~ 24.32%
G 3 of 37 ~ 8.11%
B 25 of 37 ~ 67.57%

%24.32
%67.57

CMYK color model

#090319 color CMYK value is (64,88,0,90).

  • cyan value is 64.00%
  • magenta value is 88.00%
  • yellow value is 0.00%
  • key color value is 90.20%
CMYK:
(64,88,0,90)
C64M88Y0K90 
(64%,88%,0%,90%)
(0.64/0.88/0.00/0.90)	

CMYK percentages

%64
%88
%0
%90.2

Codes

Color #090319 in popluar color models

090319
RGB9325
HSL256°78.57%5.49%
HSB/HSV256°88.00%9.80%
CMYK64.00%88.00%0.00%
90.20%

Color #090319 in popluar number systems.

HEX090319
Decimal9325
Binary10011111001
Octal11331

Shades and tints

Shades of #090319

#090319
(9,3,25)
#090317
(9,3,23)
#090315
(9,3,21)
#090313
(9,3,19)
#090311
(9,3,17)
#09030F
(9,3,15)
#09030D
(9,3,13)
#09030B
(9,3,11)
#090309
(9,3,9)
#090307
(9,3,7)
#090305
(9,3,5)
#000000
(0,0,0)

Tints of #090319

#090319
(9,3,25)
#1F192D
(31,25,45)
#352F41
(53,47,65)
#4B4555
(75,69,85)
#615B69
(97,91,105)
#77717D
(119,113,125)
#8D8791
(141,135,145)
#A39DA5
(163,157,165)
#B9B3B9
(185,179,185)
#CFC9CD
(207,201,205)
#E5DFE1
(229,223,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090319 color. Also use rgb(9,3,25) instead hex code.

Text Font Color

.myTextColor { color: #090319; }

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

This text font color is #090319.


Background Color

.myBgColor { background-color: #090319; }

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

This div background color is #090319.


Border color

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

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

This div border color is #090319.


Opacity

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

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

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

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

This text has shadow with #090319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090319 on black background.


Color preview on white background

This text has color #090319 on white background.



Black color preview on #090319 background

This text has black color on #090319 background.


White color preview on #090319 background

This text has white color on #090319 background.