HEX: #121315
RGB: (18,19,21)
Il colore #121315 contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #121315 il colore web safe è #000000 (#000).
Il colore 121315 in RGB è definito come 18,19,21
RGB: (18,19,21) (7%,7%,8%)
R 18 da 255 = 7%
G 19 da 255 = 7%
B 21 da 255 = 8%
R + G + B ~ 7%. #121315 colore scuro.
R + G + B =
18 + 19 + 21 = 58 (100%)
R 18 da 58 ~ 31.03%
G 19 da 58 ~ 32.76%
B 21 da 58 ~ 36.21%
Il colore #121315 in CMYK è definito come 14,10,0,92.
CMYK: (14,10,0,92) C14M10Y0K92 (14%,10%,0%,92%) (0.14/0.10/0.00/0.92)
12 | 13 | 15 | |
---|---|---|---|
RGB | 18 | 19 | 21 |
HSL | 220° | 7.69% | 7.65% |
HSB/HSV | 220° | 14.29% | 8.24% |
CMYK | 14.29% | 9.52% | 0.00% |
91.76% |
Esadicemale | 12 | 13 | 15 |
Decimale | 18 | 19 | 21 |
Binario | 10010 | 10011 | 10101 |
Ottale | 22 | 23 | 25 |
Esempi dei codici css e html per gli elementi di colore #121315. Utilizzate rgb(18,19,21) anche al posto del codice hex.
.myTextColor { color: #121315; }
<p style="color:#121315">This sample text font color is #121315.</p>
Il colore di questo testo è #121315.
.myBgColor { background-color: #121315; }
<div style="background-color:#121315">Inner text</div>
Questo div ha lo sfondo di colore #121315.
.myBorderColor { border: 1px solid #121315; }
<div style="border:3px solid #121315">Div</div>
Questo div ha i bordi di colore 121315.
.myOpacity80 { color: #121315; opacity: 0.8; }
<p style="color:#121315;opacity:0.8;">80%</p>
Il testo di color #121315 e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #121315;}
<p style="text-shadow: 3px 3px 1px #121315">Text here.</p>
Questo testo ha l'ombra di colore #121315.
.textShadow {text-shadow: 3px 3px 1px #121315, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #121315, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #121315 e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#121315, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#121315, Direction=45, Strength=4)">Text</p>
This text has shadow with #121315 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #121315; -webkit-box-shadow: 1px 1px 3px 2px #121315; box-shadow: 1px 1px 3px 2px #121315; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #121315; -webkit-box-shadow: 1px 1px 3px 2px #121315; box-shadow:1px 1px 3px 2px #121315;">
Div content here</div>
Questo e il testo di colore #121315 sullo sfondo nero.
Questo e il testo di colore #121315 sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #121315.
Questo è un testo bianco sullo sfondo del colore #121315.