COLOR #09041C

HEX: #09041C
RGB: (9,4,28)

Color info

#09041C contains red, green and blue colors in about the same proportion. Web safe color of #09041C is #000033 (or #003).

RGB color model

#09041C color RGB value is (9,4,28).

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

RGB channels and saturation

R 9 of 255 = 4%
G 4 of 255 = 2%
B 28 of 255 = 11%

9
4
28

R + G + B ~ 6%. #09041C is dark color.

Portions of RGB colors in percentages

R + G + B =
9 + 4 + 28 = 41 (100%)
R 9 of 41 ~ 21.95%
G 4 of 41 ~ 9.76%
B 28 of 41 ~ 68.29%

%21.95
%9.76
%68.29

CMYK color model

#09041C color CMYK value is (68,86,0,89).

  • cyan value is 67.86%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 89.02%
CMYK:
(68,86,0,89)
C68M86Y0K89 
(68%,86%,0%,89%)
(0.68/0.86/0.00/0.89)	

CMYK percentages

%67.86
%85.71
%0
%89.02

Codes

Color #09041C in popluar color models

09041C
RGB9428
HSL253°75.00%6.27%
HSB/HSV253°85.71%10.98%
CMYK67.86%85.71%0.00%
89.02%

Color #09041C in popluar number systems.

HEX09041C
Decimal9428
Binary100110011100
Octal11434

Shades and tints

Shades of #09041C

#09041C
(9,4,28)
#09041A
(9,4,26)
#090418
(9,4,24)
#090416
(9,4,22)
#090414
(9,4,20)
#090412
(9,4,18)
#090410
(9,4,16)
#09040E
(9,4,14)
#09040C
(9,4,12)
#09040A
(9,4,10)
#090408
(9,4,8)
#000000
(0,0,0)

Tints of #09041C

#09041C
(9,4,28)
#1F1A30
(31,26,48)
#353044
(53,48,68)
#4B4658
(75,70,88)
#615C6C
(97,92,108)
#777280
(119,114,128)
#8D8894
(141,136,148)
#A39EA8
(163,158,168)
#B9B4BC
(185,180,188)
#CFCAD0
(207,202,208)
#E5E0E4
(229,224,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09041C color. Also use rgb(9,4,28) instead hex code.

Text Font Color

.myTextColor { color: #09041C; }

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

This text font color is #09041C.


Background Color

.myBgColor { background-color: #09041C; }

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

This div background color is #09041C.


Border color

.myBorderColor { border: 1px solid #09041C; }

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

This div border color is #09041C.


Opacity

.myOpacity80 { color: #09041C; opacity: 0.8; }

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

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

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

This text has shadow with #09041C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09041C on black background.


Color preview on white background

This text has color #09041C on white background.



Black color preview on #09041C background

This text has black color on #09041C background.


White color preview on #09041C background

This text has white color on #09041C background.