COLOR #090318

HEX: #090318 RGB: (9,3,24)

Color info

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

RGB color model

#090318 color RGB value is (9,3,24).

RGB: (9,3,24) (4%, 1%, 9%)

RGB channels and saturation

R 9 of 255 = 4%
G 3 of 255 = 1%
B 24 of 255 = 9%

9
3
24

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

Portions of RGB colors in percentages

R + G + B = 9 + 3 + 24 = 36 (100%)
R 9 of 36 ~ 25%
G 3 of 36 ~ 8.33%
B 24 of 36 ~ 66.67'%

%25
%66.67

CMYK color model

#090318 color CMYK value is (63,88,0,91).

  • cyan value is 62.50%
  • magenta value is 87.50%
  • yellow value is 0.00%
  • key color value is 90.59%

CMYK: (63,88,0,91)
C63M88Y0K91 (63%, 88%, 0%, 91%)
(0.63 / 0.88 / 0.00 / 0.91)

CMYK percentages

%62.5
%87.5
%0
%90.59

Codes

Color #090318 in popluar color models

09 03 18
RGB 9 3 24
HSL 257° 77.78% 5.29%
HSB/HSV 257° 87.50% 9.41%
CMYK 62.50% 87.50% 0.00%
90.59%

Color #090318 in popluar number systems.

HEX 09 03 18
Decimal 9 3 24
Binary 1001 11 11000
Octal 11 3 30

Shades and tints

Shades of #090318

#090318
(9,3,24)
#090316
(9,3,22)
#090314
(9,3,20)
#090312
(9,3,18)
#090310
(9,3,16)
#09030E
(9,3,14)
#09030C
(9,3,12)
#09030A
(9,3,10)
#090308
(9,3,8)
#090306
(9,3,6)
#090304
(9,3,4)
#000000
(0,0,0)

Tints of #090318

#090318
(9,3,24)
#1F192D
(31,25,45)
#352F42
(53,47,66)
#4B4557
(75,69,87)
#615B6C
(97,91,108)
#777181
(119,113,129)
#8D8796
(141,135,150)
#A39DAB
(163,157,171)
#B9B3C0
(185,179,192)
#CFC9D5
(207,201,213)
#E5DFEA
(229,223,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090318 color. Also use rgb(9,3,24) instead hex code.

Text Font Color

.myTextColor { color: #090318; }

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

This text font color is #090318.

Background Color

.myBgColor { background-color: #090318; }

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

This div background color is #090318.

Border color

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

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

This div border color is #090318.

Opacity

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

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

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

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

This text has shadow with #090318 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090318.

Preview

Color preview on black background

This text has color #090318 on black background.


Color preview on white background

This text has color #090318 on white background.


Black color preview on #090318 background

This text has black color on #090318 background.


White color preview on #090318 background

This text has white color on #090318 background.


Related colors

Complementary color

Complementary color for #hex is #F6FCE7.


I love getcolorcode.com

Triadic colors

1 #180903 and #031809 with #090318 are triadic colors.

2 #180309 and #030918 with #090318 are triadic colors.