COLOR #09030B

HEX: #09030B
RGB: (9,3,11)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

9
3
11

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

Portions of RGB colors in percentages

R + G + B =
9 + 3 + 11 = 23 (100%)
R 9 of 23 ~ 39.13%
G 3 of 23 ~ 13.04%
B 11 of 23 ~ 47.83%

%39.13
%13.04
%47.83

CMYK color model

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

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

CMYK percentages

%18.18
%72.73
%0
%95.69

Codes

Color #09030B in popluar color models

09030B
RGB9311
HSL285°57.14%2.75%
HSB/HSV285°72.73%4.31%
CMYK18.18%72.73%0.00%
95.69%

Color #09030B in popluar number systems.

HEX09030B
Decimal9311
Binary1001111011
Octal11313

Shades and tints

Shades of #09030B

#09030B
(9,3,11)
#09030A
(9,3,10)
#090309
(9,3,9)
#090308
(9,3,8)
#090307
(9,3,7)
#090306
(9,3,6)
#090305
(9,3,5)
#090304
(9,3,4)
#090303
(9,3,3)
#090302
(9,3,2)
#090301
(9,3,1)
#000000
(0,0,0)

Tints of #09030B

#09030B
(9,3,11)
#1F1921
(31,25,33)
#352F37
(53,47,55)
#4B454D
(75,69,77)
#615B63
(97,91,99)
#777179
(119,113,121)
#8D878F
(141,135,143)
#A39DA5
(163,157,165)
#B9B3BB
(185,179,187)
#CFC9D1
(207,201,209)
#E5DFE7
(229,223,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09030B; }

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

This text font color is #09030B.


Background Color

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

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

This div background color is #09030B.


Border color

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

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

This div border color is #09030B.


Opacity

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

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

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

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

This text has shadow with #09030B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09030B on black background.


Color preview on white background

This text has color #09030B on white background.



Black color preview on #09030B background

This text has black color on #09030B background.


White color preview on #09030B background

This text has white color on #09030B background.