COLOR #10090B

HEX: #10090B
RGB: (16,9,11)

Color info

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

RGB color model

#10090B color RGB value is (16,9,11).

  • red value is 16;
  • green value is 9;
  • blue value is 11.
RGB:
(16,9,11)
(6%,4%,4%)

RGB channels and saturation

R 16 of 255 = 6%
G 9 of 255 = 4%
B 11 of 255 = 4%

16
9
11

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

Portions of RGB colors in percentages

R + G + B =
16 + 9 + 11 = 36 (100%)
R 16 of 36 ~ 44.44%
G 9 of 36 ~ 25%
B 11 of 36 ~ 30.56%

%44.44
%25
%30.56

CMYK color model

#10090B color CMYK value is (0,44,31,94).

  • cyan value is 0.00%
  • magenta value is 43.75%
  • yellow value is 31.25%
  • key color value is 93.73%
CMYK:
(0,44,31,94)
C0M44Y31K94 
(0%,44%,31%,94%)
(0.00/0.44/0.31/0.94)	

CMYK percentages

%0
%43.75
%31.25
%93.73

Codes

Color #10090B in popluar color models

10090B
RGB16911
HSL343°28.00%4.90%
HSB/HSV343°43.75%6.27%
CMYK0.00%43.75%31.25%
93.73%

Color #10090B in popluar number systems.

HEX10090B
Decimal16911
Binary1000010011011
Octal201113

Shades and tints

Shades of #10090B

#10090B
(16,9,11)
#0F090A
(15,9,10)
#0E0909
(14,9,9)
#0D0908
(13,9,8)
#0C0907
(12,9,7)
#0B0906
(11,9,6)
#0A0905
(10,9,5)
#090904
(9,9,4)
#080903
(8,9,3)
#070902
(7,9,2)
#060901
(6,9,1)
#000000
(0,0,0)

Tints of #10090B

#10090B
(16,9,11)
#251F21
(37,31,33)
#3A3537
(58,53,55)
#4F4B4D
(79,75,77)
#646163
(100,97,99)
#797779
(121,119,121)
#8E8D8F
(142,141,143)
#A3A3A5
(163,163,165)
#B8B9BB
(184,185,187)
#CDCFD1
(205,207,209)
#E2E5E7
(226,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10090B color. Also use rgb(16,9,11) instead hex code.

Text Font Color

.myTextColor { color: #10090B; }

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

This text font color is #10090B.


Background Color

.myBgColor { background-color: #10090B; }

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

This div background color is #10090B.


Border color

.myBorderColor { border: 1px solid #10090B; }

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

This div border color is #10090B.


Opacity

.myOpacity80 { color: #10090B; opacity: 0.8; }

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

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

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

This text has shadow with #10090B color.

.textShadow {text-shadow: 3px 3px 1px #10090B, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #10090B;
-webkit-box-shadow: 1px 1px 3px 2px #10090B;
box-shadow:1px 1px 3px 2px #10090B;">
Div content here</div>
This div box has shadow with color #10090B.

Preview

Color preview on black background

This text has color #10090B on black background.


Color preview on white background

This text has color #10090B on white background.



Black color preview on #10090B background

This text has black color on #10090B background.


White color preview on #10090B background

This text has white color on #10090B background.