COLOR #090B12

HEX: #090B12
RGB: (9,11,18)

Renk bilgisi

#090B12 contains red, green and blue colors in about the same proportion. #090B12 ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#090B12 color RGB value is (9,11,18).

  • kırmız ton 9;
  • yeşil ton 11;
  • mavi ton 18.
RGB:
(9,11,18)
(4%,4%,7%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 11 of 255 = 4%
B 18 of 255 = 7%

9
11
18

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

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 11 + 18 = 38 (100%)
R 9 of 38 ~ 23.68%
G 11 of 38 ~ 28.95%
B 18 of 38 ~ 47.37%

%23.68
%28.95
%47.37

CMYK RENK MODELİ

#090B12 rengi CMYK tonu (50,39,0,93).

  • camgöbeği tonu 50.00%
  • eflatun tonu 38.89%
  • sarı tonu 0.00%
  • ana renk tonu 92.94%
CMYK:
(50,39,0,93)
C50M39Y0K93 
(50%,39%,0%,93%)
(0.50/0.39/0.00/0.93)	

CMYK yüzdeleri

%50
%38.89
%0
%92.94

Codes

Color #090B12 in popluar color models

090B12
RGB91118
HSL227°33.33%5.29%
HSB/HSV227°50.00%7.06%
CMYK50.00%38.89%0.00%
92.94%

Color #090B12 in popluar number systems.

HEX090B12
Decimal91118
Binary1001101110010
Octal111322

Shades and tints

Shades of #090B12

#090B12
(9,11,18)
#090A11
(9,10,17)
#090910
(9,9,16)
#09080F
(9,8,15)
#09070E
(9,7,14)
#09060D
(9,6,13)
#09050C
(9,5,12)
#09040B
(9,4,11)
#09030A
(9,3,10)
#090209
(9,2,9)
#090108
(9,1,8)
#000000
(0,0,0)

Tints of #090B12

#090B12
(9,11,18)
#1F2127
(31,33,39)
#35373C
(53,55,60)
#4B4D51
(75,77,81)
#616366
(97,99,102)
#77797B
(119,121,123)
#8D8F90
(141,143,144)
#A3A5A5
(163,165,165)
#B9BBBA
(185,187,186)
#CFD1CF
(207,209,207)
#E5E7E4
(229,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #090B12 color. Also use rgb(9,11,18) instead hex code.

Text Font Color

.myTextColor { color: #090B12; }

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

This text font color is #090B12.


Background Color

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

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

This div background color is #090B12.


Border color

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

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

This div border color is #090B12.


Opacity

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

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

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

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

This text has shadow with #090B12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #090B12 on black background.


Color preview on white background

This text has color #090B12 on white background.



Black color preview on #090B12 background

This text has black color on #090B12 background.


White color preview on #090B12 background

This text has white color on #090B12 background.