COLOR #090D01

HEX: #090D01 RGB: (9,13,1)

Color info

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

RGB color model

#090D01 color RGB value is (9,13,1).

RGB: (9,13,1) (4%, 5%, 0%)

RGB channels and saturation

R 9 of 255 = 4%
G 13 of 255 = 5%
B 1 of 255 = 0%

9
13
1

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

Portions of RGB colors in percentages

R + G + B = 9 + 13 + 1 = 23 (100%)
R 9 of 23 ~ 39.13%
G 13 of 23 ~ 56.52%
B 1 of 23 ~ 4.35'%

%39.13
%56.52

CMYK color model

#090D01 color CMYK value is (31,0,92,95).

  • cyan value is 30.77%
  • magenta value is 0.00%
  • yellow value is 92.31%
  • key color value is 94.90%
CMYK: (31,0,92,95) C31M0Y92K95 (31%,0%,92%,95%) (0.31/0.00/0.92/0.95) 

CMYK percentages

%30.77
%0
%92.31
%94.9

Codes

Color #090D01 in popluar color models

09 0D 01
RGB 9 13 1
HSL 80° 85.71% 2.75%
HSB/HSV 80° 92.31% 5.10%
CMYK 30.77% 0.00% 92.31%
94.90%

Color #090D01 in popluar number systems.

HEX 09 0D 01
Decimal 9 13 1
Binary 1001 1101 1
Octal 11 15 1

Shades and tints

Shades of #090D01

#090D01
(9,13,1)
#090C01
(9,12,1)
#090B01
(9,11,1)
#090A01
(9,10,1)
#090901
(9,9,1)
#090801
(9,8,1)
#090701
(9,7,1)
#090601
(9,6,1)
#090501
(9,5,1)
#090401
(9,4,1)
#090301
(9,3,1)
#000000
(0,0,0)

Tints of #090D01

#090D01
(9,13,1)
#1F2318
(31,35,24)
#35392F
(53,57,47)
#4B4F46
(75,79,70)
#61655D
(97,101,93)
#777B74
(119,123,116)
#8D918B
(141,145,139)
#A3A7A2
(163,167,162)
#B9BDB9
(185,189,185)
#CFD3D0
(207,211,208)
#E5E9E7
(229,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090D01 color. Also use rgb(9,13,1) instead hex code.

Text Font Color

.myTextColor { color: #090D01; }

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

This text font color is #090D01.

Background Color

.myBgColor { background-color: #090D01; }

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

This div background color is #090D01.

Border color

.myBorderColor { border: 1px solid #090D01; }

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

This div border color is #090D01.

Opacity

.myOpacity80 { color: #090D01; opacity: 0.8; }

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

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

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

This text has shadow with #090D01 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090D01.

Preview

Color preview on black background

This text has color #090D01 on black background.


Color preview on white background

This text has color #090D01 on white background.


Black color preview on #090D01 background

This text has black color on #090D01 background.


White color preview on #090D01 background

This text has white color on #090D01 background.


Related colors

Complementary color

Complementary color for #hex is #F6F2FE.


I love getcolorcode.com

Triadic colors

1 #01090D and #0D0109 with #090D01 are triadic colors.

2 #010D09 and #0D0901 with #090D01 are triadic colors.