COLOR #090310

HEX: #090310
RGB: (9,3,16)

Color info

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

RGB color model

#090310 color RGB value is (9,3,16).

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

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 16 of 255 = 6%

9
3
16

R + G + B ~ 4%. #090310 is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 16 = 28 (100%)
R 9 of 28 ~ 32.14%
G 3 of 28 ~ 10.71%
B 16 of 28 ~ 57.14%

%32.14
%10.71
%57.14

CMYK color model

#090310 color CMYK value is (44,81,0,94).

  • cyan value is 43.75%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 93.73%
CMYK:
(44,81,0,94)
C44M81Y0K94 
(44%,81%,0%,94%)
(0.44/0.81/0.00/0.94)	

CMYK percentages

%43.75
%81.25
%0
%93.73

Codes

Color #090310 in popluar color models

090310
RGB9316
HSL268°68.42%3.73%
HSB/HSV268°81.25%6.27%
CMYK43.75%81.25%0.00%
93.73%

Color #090310 in popluar number systems.

HEX090310
Decimal9316
Binary10011110000
Octal11320

Shades and tints

Shades of #090310

#090310
(9,3,16)
#09030F
(9,3,15)
#09030E
(9,3,14)
#09030D
(9,3,13)
#09030C
(9,3,12)
#09030B
(9,3,11)
#09030A
(9,3,10)
#090309
(9,3,9)
#090308
(9,3,8)
#090307
(9,3,7)
#090306
(9,3,6)
#000000
(0,0,0)

Tints of #090310

#090310
(9,3,16)
#1F1925
(31,25,37)
#352F3A
(53,47,58)
#4B454F
(75,69,79)
#615B64
(97,91,100)
#777179
(119,113,121)
#8D878E
(141,135,142)
#A39DA3
(163,157,163)
#B9B3B8
(185,179,184)
#CFC9CD
(207,201,205)
#E5DFE2
(229,223,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #090310; }

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

This text font color is #090310.


Background Color

.myBgColor { background-color: #090310; }

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

This div background color is #090310.


Border color

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

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

This div border color is #090310.


Opacity

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

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

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

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

This text has shadow with #090310 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090310 on black background.


Color preview on white background

This text has color #090310 on white background.



Black color preview on #090310 background

This text has black color on #090310 background.


White color preview on #090310 background

This text has white color on #090310 background.