COLOR #090C10

HEX: #090C10 RGB: (9,12,16)

Color info

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

RGB color model

#090C10 color RGB value is (9,12,16).

RGB: (9,12,16) (4%, 5%, 6%)

RGB channels and saturation

R 9 of 255 = 4%
G 12 of 255 = 5%
B 16 of 255 = 6%

9
12
16

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

Portions of RGB colors in percentages

R + G + B = 9 + 12 + 16 = 37 (100%)
R 9 of 37 ~ 24.32%
G 12 of 37 ~ 32.43%
B 16 of 37 ~ 43.24'%

%24.32
%32.43
%43.24

CMYK color model

#090C10 color CMYK value is (44,25,0,94).

  • cyan value is 43.75%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 93.73%

CMYK: (44,25,0,94)
C44M25Y0K94 (44%, 25%, 0%, 94%)
(0.44 / 0.25 / 0.00 / 0.94)

CMYK percentages

%43.75
%25
%0
%93.73

Codes

Color #090C10 in popluar color models

09 0C 10
RGB 9 12 16
HSL 214° 28.00% 4.90%
HSB/HSV 214° 43.75% 6.27%
CMYK 43.75% 25.00% 0.00%
93.73%

Color #090C10 in popluar number systems.

HEX 09 0C 10
Decimal 9 12 16
Binary 1001 1100 10000
Octal 11 14 20

Shades and tints

Shades of #090C10

#090C10
(9,12,16)
#090B0F
(9,11,15)
#090A0E
(9,10,14)
#09090D
(9,9,13)
#09080C
(9,8,12)
#09070B
(9,7,11)
#09060A
(9,6,10)
#090509
(9,5,9)
#090408
(9,4,8)
#090307
(9,3,7)
#090206
(9,2,6)
#000000
(0,0,0)

Tints of #090C10

#090C10
(9,12,16)
#1F2225
(31,34,37)
#35383A
(53,56,58)
#4B4E4F
(75,78,79)
#616464
(97,100,100)
#777A79
(119,122,121)
#8D908E
(141,144,142)
#A3A6A3
(163,166,163)
#B9BCB8
(185,188,184)
#CFD2CD
(207,210,205)
#E5E8E2
(229,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090C10 color. Also use rgb(9,12,16) instead hex code.

Text Font Color

.myTextColor { color: #090C10; }

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

This text font color is #090C10.

Background Color

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

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

This div background color is #090C10.

Border color

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

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

This div border color is #090C10.

Opacity

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

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

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

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

This text has shadow with #090C10 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #090C10.

Preview

Color preview on black background

This text has color #090C10 on black background.


Color preview on white background

This text has color #090C10 on white background.


Black color preview on #090C10 background

This text has black color on #090C10 background.


White color preview on #090C10 background

This text has white color on #090C10 background.


Related colors

Complementary color

Complementary color for #hex is #F6F3EF.


I love getcolorcode.com

Triadic colors

1 #10090C and #0C1009 with #090C10 are triadic colors.

2 #100C09 and #0C0910 with #090C10 are triadic colors.