COLOR #091302

HEX: #091302 RGB: (9,19,2)

Color info

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

RGB color model

#091302 color RGB value is (9,19,2).

RGB: (9,19,2) (4%, 7%, 1%)

RGB channels and saturation

R 9 of 255 = 4%
G 19 of 255 = 7%
B 2 of 255 = 1%

9
19
2

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

Portions of RGB colors in percentages

R + G + B = 9 + 19 + 2 = 30 (100%)
R 9 of 30 ~ 30%
G 19 of 30 ~ 63.33%
B 2 of 30 ~ 6.67'%

%30
%63.33

CMYK color model

#091302 color CMYK value is (53,0,89,93).

  • cyan value is 52.63%
  • magenta value is 0.00%
  • yellow value is 89.47%
  • key color value is 92.55%

CMYK: (53,0,89,93)
C53M0Y89K93 (53%, 0%, 89%, 93%)
(0.53 / 0.00 / 0.89 / 0.93)

CMYK percentages

%52.63
%0
%89.47
%92.55

Codes

Color #091302 in popluar color models

09 13 02
RGB 9 19 2
HSL 95° 80.95% 4.12%
HSB/HSV 95° 89.47% 7.45%
CMYK 52.63% 0.00% 89.47%
92.55%

Color #091302 in popluar number systems.

HEX 09 13 02
Decimal 9 19 2
Binary 1001 10011 10
Octal 11 23 2

Shades and tints

Shades of #091302

#091302
(9,19,2)
#091202
(9,18,2)
#091102
(9,17,2)
#091002
(9,16,2)
#090F02
(9,15,2)
#090E02
(9,14,2)
#090D02
(9,13,2)
#090C02
(9,12,2)
#090B02
(9,11,2)
#090A02
(9,10,2)
#090902
(9,9,2)
#000000
(0,0,0)

Tints of #091302

#091302
(9,19,2)
#1F2819
(31,40,25)
#353D30
(53,61,48)
#4B5247
(75,82,71)
#61675E
(97,103,94)
#777C75
(119,124,117)
#8D918C
(141,145,140)
#A3A6A3
(163,166,163)
#B9BBBA
(185,187,186)
#CFD0D1
(207,208,209)
#E5E5E8
(229,229,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #091302; }

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

This text font color is #091302.

Background Color

.myBgColor { background-color: #091302; }

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

This div background color is #091302.

Border color

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

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

This div border color is #091302.

Opacity

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

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

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

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

This text has shadow with #091302 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091302.

Preview

Color preview on black background

This text has color #091302 on black background.


Color preview on white background

This text has color #091302 on white background.


Black color preview on #091302 background

This text has black color on #091302 background.


White color preview on #091302 background

This text has white color on #091302 background.


Related colors

Complementary color

Complementary color for #hex is #F6ECFD.


I love getcolorcode.com

Triadic colors

1 #020913 and #130209 with #091302 are triadic colors.

2 #021309 and #130902 with #091302 are triadic colors.