COLOR #00090A

HEX: #00090A
RGB: (0,9,10)

Renk bilgisi

#00090A contains only green and blue colors. #00090A ‘ nin web güvenlik rengi #000000 (ya da #000) dir.

RGB renk modeli

#00090A color RGB value is (0,9,10).

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

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 9 of 255 = 4%
B 10 of 255 = 4%

0
9
10

R + G + B ~ 3%. #00090A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 9 + 10 = 19 (100%)
R 0 of 19 ~ 0%
G 9 of 19 ~ 47.37%
B 10 of 19 ~ 52.63%

%47.37
%52.63

CMYK RENK MODELİ

#00090A rengi CMYK tonu (100,10,0,96).

  • camgöbeği tonu 100.00%
  • eflatun tonu 10.00%
  • sarı tonu 0.00%
  • ana renk tonu 96.08%
CMYK:
(100,10,0,96)
C100M10Y0K96 
(100%,10%,0%,96%)
(1.00/0.10/0.00/0.96)	

CMYK yüzdeleri

%100
%10
%0
%96.08

Codes

Color #00090A in popluar color models

00090A
RGB0910
HSL186°100.00%1.96%
HSB/HSV186°100.00%3.92%
CMYK100.00%10.00%0.00%
96.08%

Color #00090A in popluar number systems.

HEX00090A
Decimal0910
Binary010011010
Octal01112

Shades and tints

Tints of #00090A

#00090A
(0,9,10)
#171F20
(23,31,32)
#2E3536
(46,53,54)
#454B4C
(69,75,76)
#5C6162
(92,97,98)
#737778
(115,119,120)
#8A8D8E
(138,141,142)
#A1A3A4
(161,163,164)
#B8B9BA
(184,185,186)
#CFCFD0
(207,207,208)
#E6E5E6
(230,229,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00090A color. Also use rgb(0,9,10) instead hex code.

Text Font Color

.myTextColor { color: #00090A; }

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

This text font color is #00090A.


Background Color

.myBgColor { background-color: #00090A; }

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

This div background color is #00090A.


Border color

.myBorderColor { border: 1px solid #00090A; }

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

This div border color is #00090A.


Opacity

.myOpacity80 { color: #00090A; opacity: 0.8; }

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

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

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

This text has shadow with #00090A color.

.textShadow {text-shadow: 3px 3px 1px #00090A, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00090A on black background.


Color preview on white background

This text has color #00090A on white background.



Black color preview on #00090A background

This text has black color on #00090A background.


White color preview on #00090A background

This text has white color on #00090A background.