COLOR #09001C

HEX: #09001C RGB: (9,0,28)

Color info

#09001C contains only red and blue colors. Web safe color of #09001C is #000033 (or #003).

RGB color model

#09001C color RGB value is (9,0,28).

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

RGB channels and saturation

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

9
0
28

R + G + B ~ 5%. #09001C is dark color.

Portions of RGB colors in percentages

R + G + B = 9 + 0 + 28 = 37 (100%)
R 9 of 37 ~ 24.32%
G 0 of 37 ~ 0%
B 28 of 37 ~ 75.68'%

%24.32
%75.68

CMYK color model

#09001C color CMYK value is (68,100,0,89).

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

CMYK: (68,100,0,89)
C68M100Y0K89 (68%, 100%, 0%, 89%)
(0.68 / 1.00 / 0.00 / 0.89)

CMYK percentages

%67.86
%100
%0
%89.02

Codes

Color #09001C in popluar color models

09 00 1C
RGB 9 0 28
HSL 259° 100.00% 5.49%
HSB/HSV 259° 100.00% 10.98%
CMYK 67.86% 100.00% 0.00%
89.02%

Color #09001C in popluar number systems.

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

Shades and tints

Shades of #09001C

#09001C
(9,0,28)
#09001A
(9,0,26)
#090018
(9,0,24)
#090016
(9,0,22)
#090014
(9,0,20)
#090012
(9,0,18)
#090010
(9,0,16)
#09000E
(9,0,14)
#09000C
(9,0,12)
#09000A
(9,0,10)
#090008
(9,0,8)
#000000
(0,0,0)

Tints of #09001C

#09001C
(9,0,28)
#1F1730
(31,23,48)
#352E44
(53,46,68)
#4B4558
(75,69,88)
#615C6C
(97,92,108)
#777380
(119,115,128)
#8D8A94
(141,138,148)
#A3A1A8
(163,161,168)
#B9B8BC
(185,184,188)
#CFCFD0
(207,207,208)
#E5E6E4
(229,230,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09001C; }

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

This text font color is #09001C.

Background Color

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

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

This div background color is #09001C.

Border color

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

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

This div border color is #09001C.

Opacity

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

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

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

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

This text has shadow with #09001C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09001C.

Preview

Color preview on black background

This text has color #09001C on black background.


Color preview on white background

This text has color #09001C on white background.


Black color preview on #09001C background

This text has black color on #09001C background.


White color preview on #09001C background

This text has white color on #09001C background.


Related colors

Complementary color

Complementary color for #hex is #F6FFE3.


I love getcolorcode.com

Triadic colors

1 #1C0900 and #001C09 with #09001C are triadic colors.

2 #1C0009 and #00091C with #09001C are triadic colors.