HEX: #121217
RGB: (18,18,23)
Il colore #121217 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #121217 il colore web safe è #000000 (#000).
Il colore 121217 in RGB è definito come 18,18,23
RGB: (18,18,23) (7%,7%,9%)
R 18 da 255 = 7%
G 18 da 255 = 7%
B 23 da 255 = 9%
R + G + B ~ 8%. #121217 colore scuro.
R + G + B =
18 + 18 + 23 = 59 (100%)
R 18 da 59 ~ 30.51%
G 18 da 59 ~ 30.51%
B 23 da 59 ~ 38.98%
Il colore #121217 in CMYK è definito come 22,22,0,91.
CMYK: (22,22,0,91) C22M22Y0K91 (22%,22%,0%,91%) (0.22/0.22/0.00/0.91)
12 | 12 | 17 | |
---|---|---|---|
RGB | 18 | 18 | 23 |
HSL | 240° | 12.20% | 8.04% |
HSB/HSV | 240° | 21.74% | 9.02% |
CMYK | 21.74% | 21.74% | 0.00% |
90.98% |
Esadicemale | 12 | 12 | 17 |
Decimale | 18 | 18 | 23 |
Binario | 10010 | 10010 | 10111 |
Ottale | 22 | 22 | 27 |
Esempi dei codici css e html per gli elementi di colore #121217. Utilizzate rgb(18,18,23) anche al posto del codice hex.
.myTextColor { color: #121217; }
<p style="color:#121217">This sample text font color is #121217.</p>
Il colore di questo testo è #121217.
.myBgColor { background-color: #121217; }
<div style="background-color:#121217">Inner text</div>
Questo div ha lo sfondo di colore #121217.
.myBorderColor { border: 1px solid #121217; }
<div style="border:3px solid #121217">Div</div>
Questo div ha i bordi di colore 121217.
.myOpacity80 { color: #121217; opacity: 0.8; }
<p style="color:#121217;opacity:0.8;">80%</p>
Il testo di color #121217 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #121217;}
<p style="text-shadow: 3px 3px 1px #121217">Text here.</p>
Questo testo ha l'ombra di colore #121217.
.textShadow {text-shadow: 3px 3px 1px #121217, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #121217, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #121217 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#121217, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#121217, Direction=45, Strength=4)">Text</p>
This text has shadow with #121217 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #121217; -webkit-box-shadow: 1px 1px 3px 2px #121217; box-shadow: 1px 1px 3px 2px #121217; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #121217; -webkit-box-shadow: 1px 1px 3px 2px #121217; box-shadow:1px 1px 3px 2px #121217;">
Div content here</div>
Questo e il testo di colore #121217 sullo sfondo nero.
Questo e il testo di colore #121217 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #121217.
Questo è un testo bianco sullo sfondo del colore #121217.