HEX: #090913
RGB: (9,9,19)
Il colore #090913 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #090913 il colore web safe è #000000 (#000).
Il colore 090913 in RGB è definito come 9,9,19
RGB: (9,9,19) (4%,4%,7%)
R 9 da 255 = 4%
G 9 da 255 = 4%
B 19 da 255 = 7%
R + G + B ~ 5%. #090913 colore scuro.
R + G + B =
9 + 9 + 19 = 37 (100%)
R 9 da 37 ~ 24.32%
G 9 da 37 ~ 24.32%
B 19 da 37 ~ 51.35%
Il colore #090913 in CMYK è definito come 53,53,0,93.
CMYK: (53,53,0,93) C53M53Y0K93 (53%,53%,0%,93%) (0.53/0.53/0.00/0.93)
09 | 09 | 13 | |
---|---|---|---|
RGB | 9 | 9 | 19 |
HSL | 240° | 35.71% | 5.49% |
HSB/HSV | 240° | 52.63% | 7.45% |
CMYK | 52.63% | 52.63% | 0.00% |
92.55% |
Esadicemale | 09 | 09 | 13 |
Decimale | 9 | 9 | 19 |
Binario | 1001 | 1001 | 10011 |
Ottale | 11 | 11 | 23 |
Esempi dei codici css e html per gli elementi di colore #090913. Utilizzate rgb(9,9,19) anche al posto del codice hex.
.myTextColor { color: #090913; }
<p style="color:#090913">This sample text font color is #090913.</p>
Il colore di questo testo è #090913.
.myBgColor { background-color: #090913; }
<div style="background-color:#090913">Inner text</div>
Questo div ha lo sfondo di colore #090913.
.myBorderColor { border: 1px solid #090913; }
<div style="border:3px solid #090913">Div</div>
Questo div ha i bordi di colore 090913.
.myOpacity80 { color: #090913; opacity: 0.8; }
<p style="color:#090913;opacity:0.8;">80%</p>
Il testo di color #090913 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #090913;}
<p style="text-shadow: 3px 3px 1px #090913">Text here.</p>
Questo testo ha l'ombra di colore #090913.
.textShadow {text-shadow: 3px 3px 1px #090913, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #090913, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #090913 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#090913, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#090913, Direction=45, Strength=4)">Text</p>
This text has shadow with #090913 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #090913; -webkit-box-shadow: 1px 1px 3px 2px #090913; box-shadow: 1px 1px 3px 2px #090913; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #090913; -webkit-box-shadow: 1px 1px 3px 2px #090913; box-shadow:1px 1px 3px 2px #090913;">
Div content here</div>
Questo e il testo di colore #090913 sullo sfondo nero.
Questo e il testo di colore #090913 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #090913.
Questo è un testo bianco sullo sfondo del colore #090913.