COLOR #091C01

HEX: #091C01 RGB: (9,28,1)

Color info

#091C01 contains red, green and blue colors in about the same proportion. Web safe color of #091C01 is #003300 (or #030).

RGB color model

#091C01 color RGB value is (9,28,1).

RGB: (9,28,1) (4%, 11%, 0%)

RGB channels and saturation

R 9 of 255 = 4%
G 28 of 255 = 11%
B 1 of 255 = 0%

9
28
1

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

Portions of RGB colors in percentages

R + G + B = 9 + 28 + 1 = 38 (100%)
R 9 of 38 ~ 23.68%
G 28 of 38 ~ 73.68%
B 1 of 38 ~ 2.63'%

%23.68
%73.68

CMYK color model

#091C01 color CMYK value is (68,0,96,89).

  • cyan value is 67.86%
  • magenta value is 0.00%
  • yellow value is 96.43%
  • key color value is 89.02%

CMYK: (68,0,96,89)
C68M0Y96K89 (68%, 0%, 96%, 89%)
(0.68 / 0.00 / 0.96 / 0.89)

CMYK percentages

%67.86
%0
%96.43
%89.02

Codes

Color #091C01 in popluar color models

09 1C 01
RGB 9 28 1
HSL 102° 93.10% 5.69%
HSB/HSV 102° 96.43% 10.98%
CMYK 67.86% 0.00% 96.43%
89.02%

Color #091C01 in popluar number systems.

HEX 09 1C 01
Decimal 9 28 1
Binary 1001 11100 1
Octal 11 34 1

Shades and tints

Shades of #091C01

#091C01
(9,28,1)
#091A01
(9,26,1)
#091801
(9,24,1)
#091601
(9,22,1)
#091401
(9,20,1)
#091201
(9,18,1)
#091001
(9,16,1)
#090E01
(9,14,1)
#090C01
(9,12,1)
#090A01
(9,10,1)
#090801
(9,8,1)
#000000
(0,0,0)

Tints of #091C01

#091C01
(9,28,1)
#1F3018
(31,48,24)
#35442F
(53,68,47)
#4B5846
(75,88,70)
#616C5D
(97,108,93)
#778074
(119,128,116)
#8D948B
(141,148,139)
#A3A8A2
(163,168,162)
#B9BCB9
(185,188,185)
#CFD0D0
(207,208,208)
#E5E4E7
(229,228,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #091C01 color. Also use rgb(9,28,1) instead hex code.

Text Font Color

.myTextColor { color: #091C01; }

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

This text font color is #091C01.

Background Color

.myBgColor { background-color: #091C01; }

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

This div background color is #091C01.

Border color

.myBorderColor { border: 1px solid #091C01; }

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

This div border color is #091C01.

Opacity

.myOpacity80 { color: #091C01; opacity: 0.8; }

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

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

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

This text has shadow with #091C01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #091C01.

Preview

Color preview on black background

This text has color #091C01 on black background.


Color preview on white background

This text has color #091C01 on white background.


Black color preview on #091C01 background

This text has black color on #091C01 background.


White color preview on #091C01 background

This text has white color on #091C01 background.


Related colors

Complementary color

Complementary color for #hex is #F6E3FE.


I love getcolorcode.com

Triadic colors

1 #01091C and #1C0109 with #091C01 are triadic colors.

2 #011C09 and #1C0901 with #091C01 are triadic colors.