COLOR #09090B

HEX: #09090B RGB: (9,9,11)

Renk bilgisi

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

RGB renk modeli

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

RGB: (9,9,11) (4%, 4%, 4%)

RGB bağlantıları ve doygunluk

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

9
9
11

R + G + B ~ 4%. #09090B is dark color.

Yüzdelerle RGB renk parçaları

R + G + B = 9 + 9 + 11 = 29 (100%)
R 9 of 29 ~ 31.03%
G 9 of 29 ~ 31.03%
B 11 of 29 ~ 37.93'%

%31.03
%31.03
%37.93

CMYK RENK MODELİ

#09090B rengi CMYK tonu (18,18,0,96).

  • camgöbeği tonu 18.18%
  • eflatun tonu 18.18%
  • sarı tonu 0.00%
  • ana renk tonu 95.69%

CMYK: (18,18,0,96)
C18M18Y0K96 (18%, 18%, 0%, 96%)
(0.18 / 0.18 / 0.00 / 0.96)

CMYK yüzdeleri

%18.18
%18.18
%0
%95.69

Codes

Color #09090B in popluar color models

09 09 0B
RGB 9 9 11
HSL 240° 10.00% 3.92%
HSB/HSV 240° 18.18% 4.31%
CMYK 18.18% 18.18% 0.00%
95.69%

Color #09090B in popluar number systems.

HEX 09 09 0B
Decimal 9 9 11
Binary 1001 1001 1011
Octal 11 11 13

Shades and tints

Shades of #09090B

#09090B
(9,9,11)
#09090A
(9,9,10)
#090909
(9,9,9)
#090908
(9,9,8)
#090907
(9,9,7)
#090906
(9,9,6)
#090905
(9,9,5)
#090904
(9,9,4)
#090903
(9,9,3)
#090902
(9,9,2)
#090901
(9,9,1)
#000000
(0,0,0)

Tints of #09090B

#09090B
(9,9,11)
#1F1F21
(31,31,33)
#353537
(53,53,55)
#4B4B4D
(75,75,77)
#616163
(97,97,99)
#777779
(119,119,121)
#8D8D8F
(141,141,143)
#A3A3A5
(163,163,165)
#B9B9BB
(185,185,187)
#CFCFD1
(207,207,209)
#E5E5E7
(229,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #09090B; }

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

This text font color is #09090B.

Background Color

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

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

This div background color is #09090B.

Border color

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

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

This div border color is #09090B.

Opacity

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

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

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

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

This text has shadow with #09090B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #09090B.

Preview

Color preview on black background

This text has color #09090B on black background.


Color preview on white background

This text has color #09090B on white background.


Black color preview on #09090B background

This text has black color on #09090B background.


White color preview on #09090B background

This text has white color on #09090B background.


Related colors

Complementary color

Complementary color for #hex is #F6F6F4.


I love getcolorcode.com